MCP Smart Searcher
MCP Smart Searcher
Ein intelligenter MCP-Server (Model Context Protocol) für die webbasierte Suche über mehrere Suchmaschinen mit KI-gestützten Ergebnissen.
Funktionen
Multi-Engine-Suche — Suche über 6 Suchmaschinen gleichzeitig: DuckDuckGo, Baidu, Juejin, GitHub, GitHub Code, Tavily
Extrahieren von Webinhalten — Abrufen und Extrahieren von bereinigtem Text von jeder öffentlichen URL, mit Rauschunterdrückung und prompt-gesteuerter Filterung
Ratenbegrenzung — Integrierte Parallelitätssteuerung mittels Semaphor
Proxy-Unterstützung — Proxy-Konfiguration pro Suchmaschine
Suchmaschinen-Allowlist — Einschränkung der verwendbaren Suchmaschinen
Related MCP server: evo-scry
Installation
pip install -e ".[dev]"Verwendung
Server starten
python -m mcp_smart_searcherMCP-Client-Konfiguration
Fügen Sie dies zu Ihrer MCP-Client-Konfiguration hinzu (z. B. Claude Desktop):
{
"mcpServers": {
"smart-searcher": {
"command": "python",
"args": ["-m", "mcp_smart_searcher"]
}
}
}Entwicklung
# Run with MCP inspector
mcp dev src/mcp_smart_searcher/server.py
# Run tests
PYTHONPATH=src pytest
# Build
python -m buildKonfiguration
Umgebungsvariable | Beschreibung | Standardwert |
| Standardsuchmaschine |
|
| Kommagetrennte Allowlist für Suchmaschinen | (alle erlaubt) |
| Tavily AI Search API-Schlüssel | (keiner) |
| GitHub API-Token | (keiner) |
| Proxy aktivieren |
|
| Proxy-URL |
|
| Kommagetrennte Liste der Suchmaschinen, die den Proxy nutzen | (alle) |
| Maximale Anzahl gleichzeitiger Suchanfragen |
|
| Protokollierungsebene |
|
Lizenz
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