Set up Kinde Management API access
SDKs and APIs
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:
MCP connections are currently in beta. Contact support to enable this feature for your account.
MCP connections turn your registered APIs into MCP tools that AI agents call on behalf of your users.
https://<your_business>.kinde.com/mcp/<connection-id>Use MCP connections when you want AI agents to call your product APIs — with auth, scopes, and auditing handled in Kinde.
The Kinde Management MCP server lets AI agents interact with your Kinde account using a subset of the Kinde Management API.
https://<your_business>.kinde.com/mcpUse this when you want to manage your Kinde account using natural language.
See Manage Kinde account with AI agents.
| MCP connections (your APIs) | Kinde Management MCP server | |
|---|---|---|
| Endpoint | https://<your_business>.kinde.com/mcp/<connection-id> | https://<your_business>.kinde.com/mcp |
| Purpose | Expose your API operations as MCP tools | Manage your Kinde account from an AI agent |
| Auth | User API key for the authorized API | Environment API key |
| Tools source | Your OpenAPI spec operations | Kinde Management API operations |
| Where to configure | Dashboard > MCP Servers > Connections | Dashboard > Settings > Environment > APIs > Kinde Management API > API keys |