Skip to main content

MCP Server

Connect any AI tool directly to the Blitz API documentation for hallucination-free code generation.
Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.

What is the Blitz API MCP Server?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect directly to external data sources instead of relying on their training data. The Blitz API MCP Server gives any compatible AI tool live access to the complete Blitz API documentation — every endpoint, parameter, response schema, and code example. When your AI assistant needs to write code that calls Blitz API, it searches the actual documentation instead of guessing. MCP Server URL

Why Use It?

AI models are trained on static snapshots of the internet. When they generate code for an API, they often:
  • Hallucinate endpoints that don’t exist
  • Use outdated parameter names
  • Return incorrect response shapes
With the Blitz API MCP Server connected:

What Content is Available?

The MCP server provides a search tool that covers the entire Blitz API documentation:

Setup

  1. Open Claude.ai and start a new conversation.
  2. Click the ”+” or attachments button.
  3. Select “Manage Connectors” and click on “Add custom Connector”.
  4. Copy / Paste this URL into “Remote MCP server URL”: https://docs.blitz-api.ai/mcp.
You may need to explicitly enable the connector for each new conversation using the attachments button.

Example Prompts

Once connected, try these prompts with your AI tool:

Troubleshooting

Some AI tools require you to explicitly enable the connector for each conversation. In Claude, use the attachments button to select the Blitz API connector. In Cursor, make sure the MCP server shows a green status indicator in your MCP settings.
Restart your AI tool after adding the MCP configuration. Most clients need a full restart to detect new MCP servers. Verify the URL is exactly https://docs.blitz-api.ai/mcp — no trailing slash, no extra path segments.
Older versions of Claude Desktop don’t support remote MCP servers natively. Use the mcp-remote wrapper shown in the Claude Desktop tab above.
Check your network connection and try again. If the issue persists, verify the server is reachable by opening https://docs.blitz-api.ai/mcp in your browser.