Skip to content

About MCP servers in Kinde

Kinde supports MCP (Model Context Protocol) so AI agents like Cursor, Claude, and VS Code can call tools over a standard protocol.

You can use MCP in two ways:

  1. Expose your APIs to AI agents
  2. Manage your Kinde account from an AI agent

MCP connections for your APIs

Link to this section

MCP connections turn your registered APIs into MCP tools that AI agents call on behalf of your users.

  • Each connection gets a unique URL: https://<your_business>.kinde.com/mcp/<connection-id>
  • Tools come from your API’s OpenAPI spec
  • Clients authenticate with a user API key; scopes on that key control which tools appear
  • Kinde proxies tool calls to your upstream API and records an audit entry

Use MCP connections when you want AI agents to call your product APIs — with auth, scopes, and auditing handled in Kinde.

See Add a new MCP connection.

Manage your Kinde account with MCP

Link to this section

The Kinde Management MCP server lets AI agents interact with your Kinde account using a subset of the Kinde Management API.

  • Kinde MCP endpoint: https://<your_business>.kinde.com/mcp
  • Clients authenticate with an MCP-enabled Environment API key
  • Tools cover users, organizations, roles, permissions, and related operations

Use this when you want to manage your Kinde account using natural language.

See Manage Kinde account with AI agents.

Screenshot showing AI agent response to "What organizations do I have in Kinde?"

Compare the two options

Link to this section
MCP connections (your APIs)Kinde Management MCP server
Endpointhttps://<your_business>.kinde.com/mcp/<connection-id>https://<your_business>.kinde.com/mcp
PurposeExpose your API operations as MCP toolsManage your Kinde account from an AI agent
AuthUser API key for the authorized APIEnvironment API key
Tools sourceYour OpenAPI spec operationsKinde Management API operations
Where to configureDashboard > MCP Servers > ConnectionsDashboard > Settings > Environment > APIs > Kinde Management API > API keys