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

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.