What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI assistants to connect directly to external tools and data sources. Crawleo provides native MCP support, allowing AI assistants to search the web and crawl URLs without custom integration code.MCP Endpoint
Available Tools
When connected via MCP, AI assistants have access to five tools:search_web
Bing-powered web search with auto-crawling. Best for LLM and RAG use cases.Cost: 10 credits per page of results
google_search
Google SERP data with knowledge graphs, news, images, places, and shopping.Cost: 10 credits per request
google_maps
Search for businesses, places, and landmarks on Google Maps.Cost: 10 credits per request
crawl_web
Crawl specific URLs and extract content.Cost: 1-10 credits per page
headful_browser
Premium headed browser crawling with advanced anti-bot evasion. For sites that block standard crawlers.Cost: 50 credits per URL
Credit Costs for MCP Tools
| Tool | Credits Cost |
|---|---|
search_web | 10 credits per page |
google_search | 10 credits per request |
google_maps | 10 credits per request |
crawl_web (HTTP request) | 1 credit per URL |
crawl_web (browser rendering) | 10 credits per URL |
headful_browser | 50 credits per URL |
Credits & Pricing
View full pricing details and subscription plans.
Compatible Platforms
Crawleo MCP works with all major AI assistants and development environments:Claude Desktop
Anthropic’s Claude desktop application.
Cursor IDE
AI-powered code editor.
Windsurf IDE
Codeium’s AI development environment.
GitHub Copilot
GitHub’s AI pair programmer.
Why Use MCP?
Zero Code Integration
Zero Code Integration
Connect AI assistants to Crawleo without writing any integration code. Just configure and go.
Native AI Experience
Native AI Experience
AI assistants can naturally decide when to search the web or crawl pages based on your requests.
Real-Time Web Access
Real-Time Web Access
Give your AI assistant access to live web data, not just its training data.
Privacy-First
Privacy-First
Same strict privacy guarantees as the REST API - no data retention, no training on your data.
Quick Setup
The basic configuration pattern is the same across all platforms:Example Usage
Once configured, you can ask your AI assistant things like:- “Search for the latest news about artificial intelligence”
- “Crawl this documentation page and summarize it”
- “Find and compare pricing from these three websites”
- “Research the top Python web frameworks and their features”
Video Tutorials
Step-by-step video guides for setting up Crawleo MCP across different platforms:IDE Integrations
Cursor IDE
Cursor IDE
Windsurf IDE
Windsurf IDE
GitHub Copilot (VS Code)
GitHub Copilot (VS Code)
Goose IDE
Goose IDE
Zed IDE
Zed IDE
AI Assistants
Claude Desktop
Claude Desktop
Antigravity
Antigravity
Tools & Automation
Postman
Postman
n8n Workflow
n8n Workflow
Resources
MCP.so Listing
View Crawleo on MCP.so directory.
GitHub Examples
Code examples and integrations.