CrewAI Web Search MCP
Provides web search and content extraction capabilities for CrewAI agents.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceProvides 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
- Flicense-qualityCmaintenanceEnables 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.
- Flicense-qualityCmaintenanceA universal web search and content retrieval tool for AI agents, supporting multiple search providers and content extraction.
Related MCP Connectors
The best web search for your AI Agent
Web search, page extraction and structured commerce, social and business data for AI agents
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KennyWayn3/web-search-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server