web-search-plus-mcp
🔍 web-search-plus-mcp
MCP-Server für webbasierte Suche und Extraktion über mehrere Anbieter mit intelligentem Auto-Routing.
web-search-plus-mcp ist das eigenständige MCP-Paket von Web Search Plus. Es ermöglicht Claude Desktop, NanoBot, Cursor und anderen MCP-kompatiblen Hosts den Zugriff auf dieselbe Python-Routing-Engine-Familie, die auch in den Hermes/OpenClaw Web Search Plus-Tools verwendet wird.
✨ Funktionen
10 Suchanbieter — Serper, Brave, Tavily, Exa, Querit, Linkup, Firecrawl, Perplexity, You.com, SearXNG
5 Extraktionsanbieter — Firecrawl, Linkup, Tavily, Exa, You.com
Intelligentes Auto-Routing — bewertet die Suchabsicht und wählt automatisch einen Anbieter aus
Qualitätsberichte — optionale Routing-/Ergebnisdiagnose
Forschungsmodus — optionale Suche über mehrere Anbieter + Extraktion der besten Quellen mit Zeitbudget
Zero-Install-Ausführung —
uvx web-search-plus-mcpMCP-nativ — stdio-Server, der
web_searchundweb_extractbereitstellt
Related MCP server: OneSearch MCP Server
🚀 Schnellstart
# Run instantly with uvx
uvx web-search-plus-mcp
# Or install globally
pip install web-search-plus-mcp
web-search-plus-mcpFür die Suche ist mindestens ein Anbieter-Zugangsdaten erforderlich. Für die Extraktion wird mindestens ein Schlüssel für einen extraktionsfähigen Anbieter benötigt.
⚙️ Claude Desktop-Konfiguration
Fügen Sie dies unter macOS zu ~/Library/Application Support/Claude/claude_desktop_config.json oder unter Windows zu %APPDATA%\Claude\claude_desktop_config.json hinzu:
{
"mcpServers": {
"web-search-plus": {
"command": "uvx",
"args": ["web-search-plus-mcp"],
"env": {
"LINKUP_API_KEY": "your_linkup_key",
"TAVILY_API_KEY": "your_tavily_key",
"EXA_API_KEY": "your_exa_key",
"FIRECRAWL_API_KEY": "your_firecrawl_key",
"BRAVE_API_KEY": "your_brave_key",
"SERPER_API_KEY": "your_serper_key",
"QUERIT_API_KEY": "your_querit_key",
"PERPLEXITY_API_KEY": "your_perplexity_key",
"YOU_API_KEY": "your_you_key",
"SEARXNG_INSTANCE_URL": "https://your-searxng-instance.example.com"
}
}
}
}Sie können auch eine .env-Datei neben dem Paket/Projekt mit denselben Variablen ablegen.
🔎 Suchanbieter
Serper — Fakten im Google-Stil, Nachrichten, Shopping, lokale Suchanfragen
Brave — unabhängiger Web-Index für allgemeine Zwecke
Tavily — Forschung und Analyse
Exa — semantische Entdeckung, Ähnlichkeit, Deep/Deep-Reasoning-Synthese
Querit — mehrsprachige Echtzeit-KI-Suche
Linkup — quellenbasierte Fundierung/Zitate
Firecrawl — Websuche plus bereitstehende Inhalte zum Scrapen
Perplexity — direkt synthetisierte Antworten
You.com — LLM-fähige Echtzeit-Snippets
SearXNG — datenschutzorientierte, selbst gehostete Meta-Suche
📄 Extraktionsanbieter
Linkup — empfohlene erste Wahl für sauberes Markdown und niedrige Kosten
Firecrawl — robuster Fallback für Scrapes, nützlich für JS-lastige/blockierte Seiten
Tavily — Extraktions-/Inhalts-API
Exa — Inhalts-API
You.com — LLM-fähige Snippets/Inhalte, sofern verfügbar
🛠 MCP-Tool-Referenz
web_search
Parameter:
query— erforderliche Suchanfrageprovider—auto,serper,brave,tavily,exa,querit,linkup,firecrawl,perplexity,you,searxngcount— Anzahl der zurückzugebenden Ergebnisse, Standard5, Maximum20depth— Exa-Tiefe:normal,deep,deep-reasoningtime_range—hour,day,week,month,yearinclude_domains/exclude_domains— Positiv-/Negativlisten für Domainsmode—normaloderresearchquality_report— Routing-/Ergebnisdiagnose einbeziehenresearch_time_budget— bestmögliches Zeitbudget für den Forschungsmodus
Beispiel für MCP-Argumente:
{
"query": "latest Hermes Agent release",
"provider": "linkup",
"count": 5,
"quality_report": true
}web_extract
Parameter:
urls— erforderliche Liste von URLsprovider—auto,firecrawl,linkup,tavily,exa,youformat—markdownoderhtmlinclude_images— Bildmetadaten einbeziehen, sofern unterstütztinclude_raw_html— rohes HTML einbeziehen, sofern unterstütztrender_js— JavaScript vor der Extraktion rendern, sofern unterstützt
Beispiel für MCP-Argumente:
{
"urls": ["https://example.com"],
"provider": "linkup",
"format": "markdown"
}🧠 Beispiele für Auto-Routing
iPhone 16 Pro price→ Serper/Brave Suche im Shopping-Stilhow does TCP/IP work→ Tavily Suche im Forschungsstillatest multilingual EV market updates→ Querit/Linkup Echtzeit-/quellenbasierte Suchecompanies like Stripe→ Exa Entdeckungssuchewhat is quantum computing→ Perplexity/You.com Suche im Stil direkter Antwortenprivacy focused search results→ SearXNG bei entsprechender Konfiguration
Credits
Basiert auf der Web Search Plus-Routing-Logik, die ursprünglich für OpenClaw/Clawhub entwickelt und später als hermes-web-search-plus auf Hermes portiert wurde.
Lizenz
MIT © 2026 robbyczgw-cla
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
- AlicenseBqualityAmaintenance🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi), AI tools (Perplexity, FastGPT), and content processing services (Jina AI, Kagi). Combines search, AI responses, content processing, and enhancement features through a single interface.3298343MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.4223138MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to perform web searches using SearXNG, a privacy-respecting metasearch engine.143MIT
- AlicenseNot gradedqualityCmaintenanceA production-ready Model Context Protocol server that brings AI-powered web search directly into development environments, providing intelligent search results with proper citations in Claude Desktop, Cursor, or any MCP-compatible client.3,39423MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
A Model Context Protocol server for Wix AI tools
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/robbyczgw-cla/web-search-plus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server