AI Access
Connect your AI agents directly to CrawlStack data using the Model Context Protocol.
What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely access external data sources. CrawlStack provides an MCP server that gives your AI agents direct access to structured web data.
Benefits
- Real-time access - AI agents query live data instead of stale training data
- Structured responses - Data is pre-cleaned and formatted for AI consumption
- Secure authentication - API keys ensure only authorized agents access your data
- No code required - Configure once, then use natural language to query
Setup
Add CrawlStack to your AI assistant's MCP configuration:
{
"mcpServers": {
"crawlstack": {
"command": "/path/to/crawlstack/bin/mcp",
"env": {
"CRAWLSTACK_API_URL": "https://api.crawlstack.com",
"CRAWLSTACK_API_KEY": "sk-your-api-key"
}
}
}
}Once configured, your AI assistant can access CrawlStack data through natural conversation.