The RouteMCP API documentation is available as a hosted Model Context Protocol (MCP) server. Connect it to your AI tool of choice so you can ask questions about the API, generate integration code, and explore endpoints without leaving your IDE.Documentation Index
Fetch the complete documentation index at: https://docs.routemcp.io/llms.txt
Use this file to discover all available pages before exploring further.
Use the contextual menu at the top of any page to connect with one click — select Connect to Cursor or Connect to VS Code.
What the MCP server exposes
The MCP server gives AI agents asearch tool to query your documentation. Once connected, your AI can:
- Look up endpoint schemas, parameters, and response shapes
- Retrieve authentication and rate limit details
- Answer questions about the Connect widget and field mappings
- Generate accurate integration code grounded in the actual API
Connect to Cursor
Open MCP settings
Press
Cmd + Shift + P (or Ctrl + Shift + P on Windows) to open the command palette, search for Open MCP settings, and select Add custom MCP.Connect to VS Code
Connect to Claude
Add the server
Fill in the details:
- Name: RouteMCP API
- URL:
https://docs.routemcp.io/mcp
Connect via Claude Code
Run the following command in your terminal:Connect to Antigravity
Open MCP config
In your project root, navigate to
.gemini/antigravity/ and open (or create) the mcp_config.json file.