MCP Smart Searcher
MCP Smart Searcher
Un servidor MCP (Model Context Protocol) inteligente para búsqueda web multi-motor con resultados potenciados por IA.
Características
Búsqueda multi-motor — Busca en 6 motores simultáneamente: DuckDuckGo, Baidu, Juejin, GitHub, GitHub Code, Tavily
Extracción de contenido web — Obtén y extrae texto limpio de cualquier URL pública, con eliminación de ruido y filtrado guiado por prompts
Limitación de tasa — Control de concurrencia integrado mediante semáforo
Soporte de proxy — Configuración de proxy por motor
Lista de permitidos de motores — Restringe qué motores se pueden utilizar
Related MCP server: evo-scry
Instalación
pip install -e ".[dev]"Uso
Ejecutar el servidor
python -m mcp_smart_searcherConfiguración del cliente MCP
Añádelo a la configuración de tu cliente MCP (por ejemplo, Claude Desktop):
{
"mcpServers": {
"smart-searcher": {
"command": "python",
"args": ["-m", "mcp_smart_searcher"]
}
}
}Desarrollo
# Run with MCP inspector
mcp dev src/mcp_smart_searcher/server.py
# Run tests
PYTHONPATH=src pytest
# Build
python -m buildConfiguración
Variable de entorno | Descripción | Predeterminado |
| Motor de búsqueda predeterminado |
|
| Lista de permitidos de motores separada por comas | (todos permitidos) |
| Clave de API de Tavily AI Search | (ninguna) |
| Token de API de GitHub | (ninguno) |
| Habilitar proxy |
|
| URL del proxy |
|
| Motores que usan proxy separados por comas | (todos) |
| Máximo de solicitudes de búsqueda concurrentes |
|
| Nivel de registro |
|
Licencia
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for web crawling, searching, and AI-powered content extraction, supporting single-page, batch, and full-site crawling along with text, news, image, book, and video search.81MIT
- Alicense-qualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseAqualityBmaintenanceMCP server for web search with LLM-optimized results and anti-detection mechanisms.328MIT
- Alicense-qualityAmaintenanceMulti-engine aggregated search MCP server that combines results from 7 search engines with deduplication, relevance ranking, and web page content extraction.1MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
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/PXSR/mcp-smart-searcher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server