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 URLWhy 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
| Without MCP | With MCP |
|---|---|
| AI guesses endpoint URLs | AI reads the real API reference |
| Outdated parameter names | Always up-to-date parameter schemas |
| Incorrect response shapes | Accurate response structures from source |
| Back-and-forth corrections | Ship correct code on the first try |
What Content is Available?
The MCP server provides a search tool that covers the entire Blitz API documentation:| Content | Description |
|---|---|
| API endpoints | Full reference for every v2 endpoint — methods, URLs, and parameters |
| Request schemas | Required and optional fields, types, and example payloads |
| Response schemas | Complete response structures with field descriptions |
| Waterfall logic | How cascade/waterfall search works, ICP scoring, and priority levels |
| Code examples | cURL commands, Node.js, Python, and integration patterns |
| Guides & recipes | Enrichment workflows, CRM hygiene, and integration tutorials |
Setup
- Claude (claude.ai)
- Cursor
- VS Code
- Claude Desktop
- Open Claude.ai and start a new conversation.
- Click the ”+” or attachments button.
- Select “Manage Connectors” and click on “Add custom Connector”.
- 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:Write a Python script to find decision-makers
Write a Python script to find decision-makers
Get parameters for an endpoint
Get parameters for an endpoint
Generate a Node.js enrichment function
Generate a Node.js enrichment function
Build a full enrichment pipeline
Build a full enrichment pipeline
Troubleshooting
The AI tool doesn't seem to use the documentation
The AI tool doesn't seem to use the documentation
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.
Connection fails after adding the config
Connection fails after adding the config
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.Claude Desktop doesn't connect
Claude Desktop doesn't connect
Older versions of Claude Desktop don’t support remote MCP servers natively. Use the
mcp-remote wrapper shown in the Claude Desktop tab above.Network or timeout errors
Network or timeout errors
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.
