MyMCPTools MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MyMCPTools MCP Servercheck the status of the psephologist server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MyMCPTools MCP Server
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.
Install
Requires Node.js 18+.
{
"mcpServers": {
"mymcptools": {
"command": "npx",
"args": ["-y", "mymcptools-mcp-server"]
}
}
}Add that to claude_desktop_config.json (Claude Desktop), .cursor/mcp.json (Cursor), or your client's equivalent.
Remote endpoint
This package is a thin stdio adapter over a hosted Streamable HTTP endpoint. If your client speaks Streamable HTTP directly, skip the package and point it at:
https://mymcptools.com/api/mcpSet MYMCPTOOLS_MCP_URL to override the upstream endpoint the adapter talks to.
Related MCP server: MCP Registry Server
Tools
Tool | What it answers |
| Which servers match this keyword, category, client integration or install type? |
| Full entry for one server: install command, repo, supported clients, current probe verdict. |
| Is this server reachable right now? Verdict, exposed tool count, handshake latency, negotiated protocol version. |
| Trailing probe history and a daily uptime sparkline for one server. |
| Reconstructed outages — contiguous runs of failed probes, with start, end and duration. |
| Which servers added, removed or changed tools between probes. Useful for spotting breaking changes. |
| Every category and client integration, with counts. Returns the valid slugs for the filters above. |
| Population-level health: verdict breakdown, transport mix, latency percentiles. |
What the probe data does and does not cover
Worth stating plainly, because the numbers are easy to misread:
The catalog carries ~2,700 entries, but only ~44 are probeable — that is, they publish a remote endpoint something can actually connect to.
The rest are local-only servers (stdio, run via
npxordockeron your machine). There is no remote endpoint to handshake against, so they are reported asUNPROBEABLErather than assigned a made-up status. For those,get_mcp_serverfalls back to a static repo-freshness signal.UNPROBEABLEtherefore 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.
Verdicts
Verdict | Meaning |
| Handshake succeeded and the server listed its tools. |
| Reachable, but something was off — slow handshake or a degraded response. |
| Endpoint is live but needs credentials before it will list tools. |
| Endpoint is published but the handshake failed. |
| No remote endpoint to probe — typically a local stdio server. |
Development
npm install
npm run buildSmoke-test the built server over stdio:
printf '%s\n%s\n%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"t","version":"1"}}}' \
'{"jsonrpc":"2.0","method":"notifications/initialized"}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}' \
| node dist/index.jsLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shibley/mymcptools-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server