Find MCP servers and check whether they actually respond, via live handshake probes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP server for finding other MCP servers β and, more usefully, for checking whether the one you are about to recommend is actually reachable.
Every uptime figure it returns comes from a real MCP handshake against the server's remote endpoint, not from self-reported metadata in a README.
Backed by mymcptools.com. No API key required.
The server is hosted. If your client speaks Streamable HTTP, point it straight at:
Stateless, read-only, no auth, no API key. This is also the entry published to the
official MCP Registry as
io.github.shibley/mymcptools.
The code in this repo is a thin stdio adapter over that same endpoint, for clients that don't speak Streamable HTTP yet. It is not on npm yet, so build it from source (Node.js 18+):
Then point your client at the built entrypoint:
Add that to claude_desktop_config.json (Claude Desktop), .cursor/mcp.json (Cursor), or your client's equivalent.
Set MYMCPTOOLS_MCP_URL to override the upstream endpoint the adapter talks to.
| Tool | What it answers |
|---|---|
search_mcp_servers | Which servers match this keyword, category, client integration or install type? |
get_mcp_server | Full entry for one server: install command, repo, supported clients, current probe verdict. |
get_server_status | Is this server reachable right now? Verdict, exposed tool count, handshake latency, negotiated protocol version. |
get_server_history | Trailing probe history and a daily uptime sparkline for one server. |
list_server_incidents | Reconstructed outages β contiguous runs of failed probes, with start, end and duration. |
list_schema_drift | Which servers added, removed or changed tools between probes. Useful for spotting breaking changes. |
list_categories | Every category and client integration, with counts. Returns the valid slugs for the filters above. |
get_catalog_stats | Population-level health: verdict breakdown, transport mix, latency percentiles. |
Worth stating plainly, because the numbers are easy to misread:
npx or docker on your machine). There is no remote endpoint to handshake against, so they are reported as UNPROBEABLE rather than assigned a made-up status. For those, get_mcp_server falls back to a static repo-freshness signal.UNPROBEABLE therefore means "not remotely checkable", not "broken".So treat the live-verification tools as high-confidence for remote/hosted servers, and treat the catalog entry itself as the useful part for local ones.
| Verdict | Meaning |
|---|---|
GOOD | Handshake succeeded and the server listed its tools. |
WARN | Reachable, but something was off β slow handshake or a degraded response. |
AUTH_REQUIRED | Endpoint is live but needs credentials before it will list tools. |
DOWN | Endpoint is published but the handshake failed. |
UNPROBEABLE | No remote endpoint to probe β typically a local stdio server. |
Smoke-test the built server over stdio:
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mymcptools)<a href="https://allmcps.com/mcp/mymcptools"><img src="https://allmcps.com/api/badge/mymcptools?style=directory" alt="MyMCPTools on AllMCPs" /></a>