{
  "name": "agentmail",
  "description": "Email for AI agents — give an agent its own inbox to send, receive, reply, search, and manage threaded email over MCP.",
  "url": "https://mcp.agentmail.to/mcp",
  "transport": "streamable-http",
  "documentation": "https://docs.agentmail.to/integrations/mcp",
  "repository": "https://github.com/agentmail-to/agentmail-mcp",
  "authentication": {
    "type": "oauth2",
    "authorization_server": "https://clerk.console.agentmail.to",
    "resource": "https://mcp.agentmail.to",
    "protected_resource_metadata": "https://mcp.agentmail.to/.well-known/oauth-protected-resource",
    "bearer_methods_supported": [
      "header"
    ]
  }
}