MCP Integration
API Token
Generate a token to connect any MCP-compatible AI agent — Claude Desktop, Raycast, Cursor — to your Kordi subscriptions. See the developer docs for the full API.
Your API Token
lock
Click below to generate your token
Valid for 90 days. Keep this token private — it grants read/write access to your subscriptions.
MCP Server URL
Claude Desktop
Add this to your claude_desktop_config.json — found at ~/Library/Application Support/Claude/ on Mac.
{
"mcpServers": {
"kordi": {
"type": "streamable-http",
"url": "https://kordiapp.com/mcp",
"headers": {
"Authorization": "Bearer <generate your token above>"
}
}
}
}
Notes
speed20 tool calls per 60 seconds per MCP session. Over the limit, the agent receives a back-off message.
tokenTokens are valid for 90 days. Regenerate anytime — the old token is invalidated immediately.
menu_bookFull tool reference and curl examples in the developer docs.