← Docs

MCP setup

Endpoint: https://mcp.aeogeo.site — MCP Streamable HTTP, stateless. Same URL for free and Pro; tool listing is filtered by API key.

Cursor

Add to .cursor/mcp.json (project) or user MCP settings:

{
  "mcpServers": {
    "aeogeo": {
      "url": "https://mcp.aeogeo.site"
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aeogeo": {
      "type": "http",
      "url": "https://mcp.aeogeo.site"
    }
  }
}

Free tools (no key)

Keyed tools (Pro)

Pass your API key via the MCP auth header documented at /account (coming soon).