search-rotation
NPM · SEARCH-ROTATION · SCANNED SEP 27
MCP server for web search and page extraction across the free tiers of several providers
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security63
- No malware found by supply-chain analysis.Pass
- Known CVEs could not be checked: the version this server declares is not published in its registry.Unverified
- No install/post-install scripts declared.Pass
- Dependency health could not be checked: the version this server declares is not published in its registry.Unverified
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to robin-bially/search-rotation-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1159 tokens (~231/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability check failed: the tool surface changed between 0.4.11 and 0.5.0: 2 tool removals, 0 breaking changes, 3 additions. See how to fix → Fail
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the search-rotation MCP server?
search-rotation runs locally as an npm package, launched with npx -y search-rotation. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · search-rotation
claude mcp add robin-bially-search-rotation -- npx -y search-rotation
{
"mcpServers": {
"robin-bially-search-rotation": {
"command": "npx",
"args": [
"-y",
"search-rotation"
]
}
}
} {
"servers": {
"robin-bially-search-rotation": {
"command": "npx",
"args": [
"-y",
"search-rotation"
]
}
}
} codex mcp add robin-bially-search-rotation -- npx -y search-rotation
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"robin-bially-search-rotation": {
"type": "local",
"command": [
"npx",
"-y",
"search-rotation"
],
"enabled": true
}
}
} openclaw mcp add robin-bially-search-rotation --command npx --arg -y --arg search-rotation
mcp_servers:
robin-bially-search-rotation:
command: "npx"
args: ["-y", "search-rotation"] {
"McpServers": {
"robin-bially-search-rotation": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"search-rotation"
]
}
}
} assistant mcp add robin-bially-search-rotation -t stdio -c npx -a -y search-rotation
{
"mcpServers": {
"robin-bially-search-rotation": {
"command": "npx",
"args": [
"-y",
"search-rotation"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 27 Sept 26 0
- Stability: unverified → fail ▼ security
- Known CVEs: unverified → pass ▲ security
- Schema quality: pass → fail ▼ functional
- Dependency health: unverified → 0.85 ▲ functional
- Schema quality: good → excellent functional
- Package version: 0.4.11 → 0.5.0 functional
- 26 Sept 26 69
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 27 Sept 2026 · Analysed npm/search-rotation@0.5.0
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | robin-bially/search-rotation-mcp |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/robin-bially/search-rotation-mcp/.github/workflows/publish.yml@refs/tags/v0.5.0 |
| Rekor log index | 2972633505 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:fc75dc549ff3c87112585039fddfdcc48b6067d60bd70c7fd2d2601939ff6cf0c6e82a0a82201d5d0fa97648aed43b8867209d15465f701cf35cda0ff |
Background: How many MCP packages publish verified provenance →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
fetch_url Fetch URL ~142
Fetch one web page and return its main content as Markdown, rotating across extraction providers (Jina Reader, Firecrawl, Parallel, Tavily, Exa) with failover. Use it to read a URL the user or a previous search_web result already names; it does not discover links or crawl a site. Only http and https URLs are accepted. The result names the provider that succeeded, lists failed attempts and truncates content beyond 50,000 characters with a marker; if every provider fails, the tool returns an error listing each provider's reason.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Absolute http(s) URL of the page to fetch, including scheme and host |
No output schema declared.
No examples provided.
get_engine_status Engine Status ~171
Read this server's local engine configuration: enabled state, configured rotation order, per-capability access (keyless, configured key, or key/extra credentials still required), local usage counters and the quota source per engine. Use it before update_engine_config for valid engine ids, and as the machine-readable answer when you need to know which providers are active, how much quota is left or why a provider is skipped — the dashboard is the human-facing view of the same installation. The tool performs no search and no fetch: it is not a live health check, stored errors are historical observations, and a disabled engine is a configuration state, not proof that a key is missing. Provider balances can come from a cached lookup that the dashboard refreshes; unknown provider limits are reported as null rather than zero or unlimited.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
open_dashboard Open Dashboard ~137
Open the local dashboard of this server in a browser on the machine running the server, for a human: it is the only place to enter API keys and provider credentials, strict-free mode, port and access token, and it shows the interactive usage, quota and request-history views. Use it for those credential and network settings and when a person should look at the data; read configuration with get_engine_status and change engines with update_engine_config instead, because their results are machine-readable and this call only launches a browser. The browser opens on the server host, not on the client's machine, and a server started with --no-dashboard returns an error.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_web Web Search ~360
Search the web through a rotating pool of search providers (Tavily, Firecrawl, Parallel, Exa, Google PSE, DuckDuckGo) with automatic failover when one errors, is rate-limited or has no local quota left. Use it when the answer depends on current web pages and no URL is known yet; use fetch_url to read a page whose URL is already known. Returns numbered results (title, URL, snippet, publication date when the provider supplies one) and names the provider that answered plus every failed attempt, so failover stays visible. Time filters keep rotation inside the providers that implement them and fail explicitly instead of searching without the filter; if every eligible provider fails, the tool returns an error listing each provider's reason. The engine parameter only prefers a provider and leaves failover active.
| Name | Type | Req | Description |
|---|---|---|---|
| endDate | string | – | End date YYYY-MM-DD (through this date, subject to provider boundary semantics). Cannot combine with timeRange. |
| engine | string | – | Preferred engine id from get_engine_status; only moves that engine to the front, failover to the others stays active. Engines without implemented support for the time filter are skipped even when pre… |
| numResults | integer | – | Optional result count (1–20). Omit to use the dashboard setting: a custom count or the provider default. |
| query | string | yes | Search query |
| startDate | string | – | Start date YYYY-MM-DD. May be used alone or with endDate; cannot combine with timeRange. |
| timeRange | string | – | Relative UTC date window: day=1, week=7, month=30, year=365 days through today. Cannot combine with startDate/endDate; day precision, not rolling hours. |
No output schema declared.
No examples provided.
update_engine_config Update Engine Config ~349
Change the local engine configuration: enable or disable engines, set the search and fetch rotation order, and set monthly or daily call limits per engine. Use it when the user wants a provider switched on or off, reordered or capped; call get_engine_status first for valid ids, current order and access modes. The tool writes the shared configuration file of this installation, so the change applies to later searches of every client without a restart. API keys are not accepted here: an engine that still needs a key or extra credentials cannot be enabled until they are set in the dashboard (open_dashboard). Returns the effective per-engine configuration, or an error naming the offending ids — on error nothing is written.
| Name | Type | Req | Description |
|---|---|---|---|
| dailyLimits | object | – | Per engine id: cap for locally counted calls per day, or null to remove the override. Applies to providers whose quota period is counted per day. |
| enabled | object | – | Per engine id (see get_engine_status): true enables, false disables. Enabling an engine whose access mode is api_key_required or extra_configuration_required fails until the credential exists in the… |
| fetchOrder | array | – | Complete fetch rotation: every fetch-capable engine id exactly once, the first entry is tried first. |
| monthlyLimits | object | – | Per engine id: cap for locally counted calls per month, or null to remove the override and fall back to the provider default. The cap drives rotation and strict-free ordering; it does not change the… |
| searchOrder | array | – | Complete search rotation: every search-capable engine id exactly once, the first entry is queried first. Fetch-only engines are not part of this order and keep their place behind it. |
No output schema declared.
No examples provided.
What is the search-rotation MCP server?
search-rotation is an MCP server listed in the public MCP registry as io.github.robin-bially/search-rotation. MCP server for web search and page extraction across the free tiers of several providers. This page covers its npm package (search-rotation).
Is the search-rotation MCP server safe to use?
search-rotation scores 69 out of 100 on VerifyMCP. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the search-rotation MCP server expose?
search-rotation exposes 5 tools: search_web, fetch_url, get_engine_status, open_dashboard, update_engine_config. Their descriptions and schemas cost roughly 1,159 tokens of context every time the server is loaded.
Is the search-rotation MCP server still maintained?
search-rotation is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the search-rotation MCP server under?
search-rotation declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.