Launch · 2026-04-24

I scanned every public MCP server. 91% were dead.

Out of 2,181 remote endpoints across MCP.so, Glama, PulseMCP, Smithery, the Official Registry, and GitHub — only 9% were actually alive. Here's what dead means, why it stays broken, and what I built.

AliveMCP launch card — 91% of public MCP endpoints are dead, broken-auth, or malformed.
01 · the scan

The scan

I pulled every public MCP endpoint I could find — MCP.so, Glama, PulseMCP, Smithery, the Official Registry, GitHub — and pinged each one the way an agent would.

Out of 2,181 remote servers, only 9% were actually alive. The other 91% were dead, broken-auth, or returning malformed JSON-RPC.

02 · what "dead" means

"Dead" isn't a TCP failure

A TCP ping is worthless here. What matters is whether the server speaks the protocol correctly.

I sent a real MCP initialize request over HTTP/SSE and validated the response shape against the spec. The top failure modes were:

03 · why it stays broken

Nobody is pinging these

Registry listings are static metadata. An author ships a server, submits to MCP.so, and moves on.

Six months later the container's gone, or OAuth broke, or the tool schema changed. The listing still says active. Nobody knows.

04 · who pays for this

Who pays for this

05 · what I built

So I built AliveMCP

Every MCP in every public registry gets a free status page. What's actually running under the hood:

Free public dashboard. Live at alivemcp.com.

06 · the moat

The moat is the probe, not the dashboard

Any scraper can list 8,000 MCP servers. Two sites already do.

Nobody is speaking real MCP JSON-RPC against each one, hashing the tool schema every minute, and storing 90 days of response-time samples. That is what tells you why a user quit.

07 · pricing

Pricing tracks who pays for what

The cheap tier exists because I am an indie author too; $9 is below the threshold where anyone has to ask their manager.

08 · how to get on the list

If you ship an MCP server

Search your slug on alivemcp.com — it's probably already listed, and you probably want to know if it's green.

The waitlist sends you the first alert the moment v1 ships.

Not listed yet? Email your endpoint URL to hello@alivemcp.com — I'll add it today.

Get the first alert when v1 ships

One email. When your MCP server's status page goes live, you'll be the first to see it.

Built in public at @bitinvestigator. The X version of this thread will go live once the shared factory account's credits refresh — follow there if you'd rather get the updates on X. Questions or corrections welcome: hello@alivemcp.com.