Registry-backed multi-provider web search, extraction, quality reports, and onboarding for MCP clients
Project description
🔍 web-search-plus-mcp
Multi-provider web search and Parallel-aware URL extraction for MCP clients.
web-search-plus-mcp is the standalone MCP packaging of Web Search Plus. It gives Claude Desktop, Cursor, NanoBot, Hermes native MCP, and other MCP-compatible hosts the same provider family used by the Hermes/OpenClaw Web Search Plus tools.
Version note: web-search-plus-mcp uses its own MCP package version (0.17.0) while tracking Web Search Plus v2.9.1 plus the post-release configurable extract-priority feature. The Hermes plugin is versioned separately; Hermes-only setup/fastpath and release commands are not exposed by the MCP server.
✨ Features
- 14 search providers + auto-routing — provider metadata, schemas, defaults, and guarded/auto behavior are generated from the shared Web Search Plus provider registry
- 8 extract providers with private-target protection — Tavily, Exa, Linkup, Parallel, Firecrawl, You.com, Keenable, Serper
- Routing v2.3 auto-routing — registry-backed routing for multilingual/current, docs/API, arXiv, CVE/security, local/shopping, OSS discovery, and answer/synthesis queries
- Quality reports + doctor checks — optional routing/result diagnostics plus compact offline health checks for configured providers/cache
- Research mode — opt-in multi-provider search + top-source extraction with a time budget
- Onboarding CLI —
status,list,setup, and persistent routingconfighelpers for MCP env/config wiring - Zero-install run —
uvx web-search-plus-mcp - MCP-native — stdio server exposing stable
web_searchandweb_extracttools
🚀 Quick Start
# Run the MCP server instantly with uvx
uvx web-search-plus-mcp
# Or install globally
pip install web-search-plus-mcp
web-search-plus-mcp
At least one provider credential is required for search. Extraction needs at least one extraction-capable provider key.
🧭 Easier onboarding
Check configured providers:
web-search-plus-mcp status
List providers or presets:
web-search-plus-mcp list providers
web-search-plus-mcp list presets
Write a starter .env template and print a canonical MCP stdio snippet:
web-search-plus-mcp setup --preset starter
The recommended starter preset is You.com + Serper + Linkup. It gives a practical Routing v2 baseline for fast current search, Google-style discovery, and extraction workflows without wiring every provider on day one.
status returns a non-zero exit code when no search provider is configured, which makes it usable as a config check in scripts.
Persistent routing preferences live in config.json rather than .env:
web-search-plus-mcp config show
web-search-plus-mcp config set-default you # strict fixed-provider mode
web-search-plus-mcp config set-routing on # restore Routing v2 auto-routing
web-search-plus-mcp config set-priority you,serper,exa,firecrawl,tavily,linkup,parallel,brave,keenable
web-search-plus-mcp config set-extract-priority serper,tavily,exa,linkup,parallel,firecrawl,you,keenable
web-search-plus-mcp config set-fallback serper
web-search-plus-mcp config disable perplexity
web-search-plus-mcp config enable perplexity
web-search-plus-mcp config disable kilo-perplexity
web-search-plus-mcp config set-threshold 0.45
web-search-plus-mcp config reset --yes
Use --config-path /path/to/config.json or WEB_SEARCH_PLUS_CONFIG=/path/to/config.json for isolated MCP host installs. Provider secrets stay in environment variables; routing behavior stays in config.json. Search and extraction priorities are independent. If an extraction priority lists only selected providers, the remaining extract-capable providers are appended in the public registry order.
Other presets:
minimal— You.com onlylean— You.com + Linkupstarter— You.com + Serper + Linkupall— every supported provider env var
⚙️ MCP host config
Canonical stdio snippet for Claude Desktop, Cursor, NanoBot, or Hermes native MCP:
{
"mcpServers": {
"web-search-plus": {
"command": "uvx",
"args": ["web-search-plus-mcp"],
"env": {
"YOU_API_KEY": "your_you_key",
"SERPER_API_KEY": "your_serper_key",
"LINKUP_API_KEY": "your_linkup_key"
}
}
}
}
Common places to paste this snippet:
- Claude Desktop macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop Windows:
%APPDATA%\\Claude\\claude_desktop_config.json - Claude Desktop Linux:
~/.config/Claude/claude_desktop_config.json - Cursor: project/user MCP config using the same
mcpServersshape - Hermes native MCP:
~/.hermes/config.yamlundermcp_serverswith equivalent command/env fields
You can also place a .env file next to the package/project with the same variables.
🔎 Search Providers
- You.com — fast Routing v2 core provider for current, multilingual, and answer-shaped snippets
- Serper — Google-style facts, news, shopping, local queries
- Exa — semantic discovery, GitHub/docs, arXiv/academic, and OSS discovery
- Firecrawl — web search plus scrape-ready content
- Parallel — explicit-only LLM-ready web search with long excerpts (
PARALLEL_API_KEY,auto_allow=false) - Tavily — research and analysis
- Linkup — source-backed grounding/citations
- Brave — explicit-only independent web index by default (
BRAVE_API_KEY,auto_allow=false) - Perplexity — explicit-only native Perplexity API synthesized answers (
PERPLEXITY_API_KEY,sonar-pro,auto_allow=false) - Kilo Perplexity — explicit-only Perplexity via Kilo gateway (
KILOCODE_API_KEY,perplexity/sonar-pro,auto_allow=false) - SearXNG — privacy-first self-hosted meta-search
- SerpBase — explicit-only Google SERP API (
SERPBASE_API_KEY,auto_allow=false) - Querit — explicit-only multilingual, real-time AI search (
QUERIT_API_KEY,auto_allow=false) - Keenable — independent web index with search and extraction (
KEENABLE_API_KEY, or opt-in keyless public tier; off by default)
📄 Extract Providers
- Tavily — public default first choice; fastest reliable extraction in the v2.1 benchmark
- Exa — fast contents API, strong for docs/academic pages
- Linkup — clean markdown and source-grounded fetches
- Parallel — docs-focused fallback with full-content defaults of 60k characters per result / 120k total
- Firecrawl — robust scrape fallback, useful for JS-heavy/blocked pages
- You.com — LLM-ready snippets/content where available
- Keenable — keyed or explicitly opted-in public extraction
- Serper — fast webpage scraper extraction
auto_routing.extract_provider_priority can override the auto-extraction order without changing search routing. Explicit provider calls still try the requested provider first.
Keenable keyless public access
Keenable exposes authenticated endpoints via KEENABLE_API_KEY. It also has keyless /public endpoints, but those are opt-in and disabled by default. Without a key, Keenable is treated as unconfigured unless you explicitly enable public egress:
{ "keenable": { "allow_public": true } }
or set:
KEENABLE_ALLOW_PUBLIC=1
Use an API key for private or production use. The public endpoint sends queries and fetched URLs to a shared unauthenticated service and remains near the tail of the public default fallback order unless the operator configures a different extraction priority.
Private/internal extraction target guard
web_extract blocks user-supplied target URLs that point at private or internal networks before any provider is called. This covers loopback, RFC1918, CGNAT/shared-address ranges, IPv6 local/mapped-private ranges, multicast, cloud metadata hosts, and hostnames resolving to private/internal IPs.
Operator-configured provider endpoints are separate: local Firecrawl-compatible backends can still run on 127.0.0.1 through provider config. If you intentionally need to extract trusted intranet URLs, opt in explicitly:
{ "extract": { "allow_private_urls": true } }
Leave this off for public/agent-controlled URL extraction.
GroktoCrawl / local Firecrawl-compatible backends
The Firecrawl provider can target a local Firecrawl-v2-compatible backend by overriding its search and scrape URLs in config.json. For example, a local GroktoCrawl instance listening on 127.0.0.1:8080 can be used without adding a separate provider:
{
"firecrawl": {
"api_url": "http://127.0.0.1:8080/v2/search",
"scrape_url": "http://127.0.0.1:8080/v2/scrape"
}
}
Keep FIRECRAWL_API_KEY configured if your backend enforces bearer authentication; local development instances may ignore the header. This does not make GroktoCrawl the default and does not claim coverage for every Firecrawl endpoint.
🛠 MCP Tool Reference
This MCP server exposes stable web_search and web_extract tools. The old beta web_answer tool was removed to match Web Search Plus v2.1+: use web_search for source discovery and let the MCP host synthesize from results when needed.
The Hermes plugin exposes the same stable capability as web_search_plus and web_extract_plus; the names differ because MCP and Hermes use different tool surfaces.
web_search
Use for source discovery, current events, prices, weather, sports lineups, schedules, and whenever you want the raw search landscape first.
Parameters:
query— required search queryprovider—auto,serper,brave,tavily,exa,linkup,firecrawl,parallel,perplexity,kilo-perplexity,you,searxng,serpbase,querit,keenablecount— results to return, default5, max20depth— Exa depth:normal,deep,deep-reasoningtime_range—hour,day,week,month,yearinclude_domains/exclude_domains— domain allow/deny listsmode—normalorresearchquality_report— include routing/result diagnosticsresearch_time_budget— best-effort wall-clock budget for research mode
Example MCP arguments:
{
"query": "latest AI hardware news",
"provider": "auto",
"count": 5,
"quality_report": true
}
web_extract
Parameters:
urls— required list of URLsprovider—auto,tavily,exa,linkup,parallel,firecrawl,you,keenableformat—markdownorhtmlinclude_images— include image metadata when supportedinclude_raw_html— include raw HTML when supportedrender_js— render JavaScript before extraction when supported
Example MCP arguments:
{
"urls": ["https://example.com"],
"provider": "auto",
"format": "markdown"
}
🧠 Routing v2 Examples
東京 AI ニュース 今日→ You.com multilingual/current searcharXiv 2024 LLM scaling laws→ Exa academic discoveryCVE-2025 openssl advisory→ Serper security/current searchbest bookshelf speakers under 1000 EUR Austria→ Serper/Firecrawl shopping/local searchopen source alternatives to Linear→ Exa/Firecrawl OSS discoverysummarize the tradeoffs of RAG vs fine-tuning→ You.com with synthesis hint metadata for the MCP host
Guarded providers can still be called explicitly. To let one participate in provider="auto", opt in:
web-search-plus-mcp config set-auto-allow parallel on
web-search-plus-mcp config set-auto-allow parallel off
Credits
Built on the Web Search Plus routing engine and packaged as a standalone MCP server.
License
MIT © 2026 robbyczgw-cla
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file web_search_plus_mcp-0.17.0.tar.gz.
File metadata
- Download URL: web_search_plus_mcp-0.17.0.tar.gz
- Upload date:
- Size: 985.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d17e20d2797b446befc12c425bfda7b1edf2b91e80099fe58e998bfb2464b4d8
|
|
| MD5 |
b6ffc72fb20611c442420ef5ffd7d7f8
|
|
| BLAKE2b-256 |
eaa3f603804f1e534c7d782f1fcdefe6e1196e359f5437d5d3eebcf20d485b78
|
File details
Details for the file web_search_plus_mcp-0.17.0-py3-none-any.whl.
File metadata
- Download URL: web_search_plus_mcp-0.17.0-py3-none-any.whl
- Upload date:
- Size: 82.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aec8fbfa7c983fe2564db5efd879898a0a0cf7be07e26f95f432169a31ce8d0
|
|
| MD5 |
e5b90678969c8365227cb22e5f4c3cfd
|
|
| BLAKE2b-256 |
b64d1c77bd7ebc2fc27e71796275af721ea49591ea4f47a52dc7efeaae01286d
|