Build1 distinct publisher3 min readUpdated
A new meta-server proposes replacing N configured MCP servers with five search-and-connect tools. The saving is real, but the cost moves to round trips, and to whoever ranks in the top five.
The Engineer · Build desk
Compiled by The EngineerSomething wrong?How this is made
The arithmetic is the whole argument. Ten servers at a dozen tools each is 120 tool schemas sitting in every request [5]; the meta-tool approach keeps five resident [7], roughly a 24-fold cut in what the model carries before it has heard the question [23]. That is a real saving and also a transfer. The schemas for the server you actually need still get loaded, only later, and `list_mcp_tools` pays for them with a live connect to that one server [7]. A fixed tax on every request becomes a variable cost with round trips attached: search, describe, list, then call.
The second-order effect is in the ranking function. The index merges four catalogs and boosts results by GitHub stars and npm downloads [8], with BM25 over MiniSearch rather than embeddings, which the author argues performs comparably for tool discovery at zero API cost [10]. His stated ranking problem is keeping the hundredth abandoned `gdrive-upload` clone out of the top five [11]. Accept that, and notice what it means: if the agent only ever sees five results, popularity counts become the distribution channel for tool use. Position, not availability, decides which server gets called.
Then there is the question of what "75,000" counts. Glama's index is about 75,000; PulseMCP lists about 22,000 [1][2] - a gap of some 53,000 records between two catalogs of the same ecosystem [24]. The author's own dedupe notes explain part of it: one server can appear as `io.github.acme/weather`, `pulse/weather-mcp` and `npm/@acme/weather-mcp`, with three different metadata shapes [20]. The headline figure is a count of registry entries, not of distinct working servers, and the sync work needed retry-with-backoff to survive npm's rate limits at all [18].
The security defaults cut against the premise in a way worth stating plainly. Spawning stdio servers via npx or uvx is off by default, and turning it on requires an explicit per-package allowlist, version-pinned [14]. So the model can search 75,000 entries and read a server's transports and env vars [7], but it cannot run a locally spawned one until a human has pinned that package by hand. Discovery is inverted; installation is not. Remote entries get an SSRF guard that refuses loopback, private ranges and the cloud metadata address [13], and downstream descriptions and results arrive labeled as third-party data, which the author says mitigates tool poisoning without solving it, because nobody has [16].
What is actually on offer, then, is not access to the ecosystem. It is a ranking over the ecosystem plus a standing refusal to execute most of it. That is a more defensible product than it sounds, and it is a different one from the existing gateways, which aggregate the servers you had already configured [21]. The constraint it addresses is a budget, not a directory, and budgets do not care how many entries the catalogs claim.
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Glama indexes approximately 75,000 MCP servers.
PulseMCP lists approximately 22,000 MCP servers.
The prevailing MCP workflow is to find a server, paste it into a config file, restart the client, and repeat; an agent cannot itself answer whether a tool exists for a given task.
Each configured MCP server loads its tool schemas into every request; ten servers with a dozen tools each burns thousands of tokens before the first message.
mcp-anything exposes five meta-tools: search_mcp_servers (BM25 search over the index), describe_mcp_server (transports, env vars, security verdict), list_mcp_tools (live connect for real schemas from one server), call_mcp_tool (execute, with pooled sessions), and sync_registry.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Single self-published source, author is the project's creator
Every claim in the cluster traces to one dev.to post written by the project's own author. The implementation and security details are specific and checkable against a public repo, which raises falsifiability, but nothing is independently verified: the catalog counts are restated without methodology, the token saving and retrieval-quality claims carry no benchmark, and the security defaults carry no external review. There is no second publisher, no third-party test, and no user report in the cluster.
Announcement stage: shipped artifact, no external uptake evidence
There is verifiable evidence that something exists and runs — an MIT-licensed repo with an npx install path, 49 tests reported passing, and a live discovery-only hosted endpoint. There is no evidence of anyone else using it: no download counts, no stars, no third-party deployments, no user testimonials. The scored value reflects only the two observed shipping events, not inferred usage.
Design claims outrun the measurement offered
The framing — 'searches all 75,000 servers', 'context cost stays constant no matter how big the ecosystem grows', BM25 'performs comparably' — is stronger than the supporting material. The schema-count reduction is real arithmetic, but the replacement costs are unpriced: extra search/describe/list/call round trips, schemas returned on live connect, and dependence on stars and downloads for ranking. Offsetting the inflation, the author explicitly limits several claims (tool poisoning mitigated not solved, public hosting deliberately neutered, the competitive gap may close), which keeps the gap moderate rather than severe.
Author-promoted launch post for the author's own project
The sole source is a self-authored launch announcement that links its own repository and hosted endpoint, frames a market gap it then fills, and argues its own competitive positioning against MetaMCP, Composio's Rube and native client tool search. The publisher is a developer-content platform that hosts contributor posts without independent verification. Mitigating factors: MIT licensing, disclosed absence of telemetry and cloud accounts, an AI pair-programming disclosure, and candid statements of unsolved problems.
Low: one interested source, specific but unverified
Confidence is constrained by a single-publisher, single-author cluster with no corroboration. It is not lower because the claims are concrete and publicly checkable — a named repo, a named hosted endpoint, named catalogs, named security defaults — and because the author flags several of his own limits, which makes the factual spine relatively reliable while the performance and adoption claims remain unsettled.
product
A 2x LLM bill is not a bug report: token spend is an observability problem1 distinct publisher
build
Anthropic's Browser Use hands Claude element refs, and hands you the browser1 distinct publisher
leadership
Anthropic's own telemetry: 93% of permission prompts approved. Budget for blast radius, not reviewers1 distinct publisher
science
OX Security says MCP command execution is a design choice, so server owners own the risk1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 21, 2026