CrewAI Web Search MCP
Provides web search and content extraction capabilities for CrewAI agents.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CrewAI Web Search MCPsearch the web for latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CrewAI Web Search MCP
MCP server providing web search and content extraction for AI agents.
Tools
web_search
Search the web using a query string.
query(string, required): Search query
extract_content
Extract text content from a URL.
url(string, required): URL to extract content from
Related MCP server: web-mcp
Quick Start (local)
pip install -r requirements.txt
export MCP_BILLING_API=https://mcp-billing-api.onrender.com
uvicorn server:starlette_app --host 0.0.0.0 --port 8000Usage with Claude Desktop / MCP clients
{
"mcpServers": {
"crewai-web-search-mcp": {
"url": "https://mcp-web-search.onrender.com/"
}
}
}Deployed endpoint
https://mcp-web-search.onrender.com/ — Streamable HTTP transport at root path. Health check at /health.
Environment Variables
Variable | Required | Description |
| Yes | Billing API endpoint |
| Yes | License key for billing |
| No | Secret for AgenticMarket authentication |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.
The best web search for your AI Agent
Agent-native search engine with live web research optimized for AI agents.
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides web search with content extraction, YouTube subtitles, and optional LLM summarization for AI assistants.Apache 2.0
- FlicenseBqualityCmaintenanceProvides web search and page fetch tools for LLM assistants, extracting content and enabling text search within fetched pages.3-
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.-
- FlicenseNot gradedqualityCmaintenanceA universal web search and content retrieval tool for AI agents, supporting multiple search providers and content extraction.-