Directory · Remote MCP
Hosted MCP servers
Every remote MCP server we can find, checked continuously with a real MCP handshake over Streamable HTTP. Not a list of what people say they run — a record of what answered.
- Endpoints indexed
- 0
- Answering right now
- 0
- Up, credentials required
- 0
- Not answering
- 0
No endpoints match this filter yet. The crawler publishes a row only once it has actually reached — or failed to reach — the endpoint.
What the probe actually does
- ·Sends MCP `initialize` over Streamable HTTP and records the protocol revision the server negotiates.
- ·Sends `notifications/initialized`, then `tools/list`, and records the tool count.
- ·Records a 401 or 403 as “auth required” — a working server, not an outage.
- ·Records the failure class when nothing answers: timeout, DNS, connection, TLS, HTTP error, or a rejected handshake.
- ·Runs once an hour per endpoint at most, from one bounded queue, with no retries against a failing host.
Hosted MCP servers, answered
What is a hosted MCP server?
An MCP server someone else runs and you connect to over HTTP, instead of a package you install and run locally over stdio. The registry calls the HTTP kind a remote, and Streamable HTTP is the transport it uses. Everything on this page is that kind; local stdio packages are not listed, because there is no endpoint to check.
How is this different from the other MCP directories?
The others list what publishers declare. This one opens an MCP session against the endpoint and publishes what came back — including when it is ours that fails. Every row says when it was last checked, so you can tell fresh from stale. A directory entry is a claim; a month of handshakes is evidence.
Does “auth required” mean the server is broken?
No — the opposite. It means the endpoint answered and asked for credentials, which is what a correctly secured hosted server should do to an anonymous prober. It counts as responding in the uptime column.
How do I host my own MCP server?
Publish it to the official registry with a remotes entry of type streamable-http and it appears here on the next sync, probed like everything else. If what you need is an MCP server that can open a bank account and a USDC wallet from inside the conversation, that is the Glide connector.