Skip to main content
ClaudeWave

Toolpin's MCP server: reachability, tool-definition integrity, and recorded changes for every server in the public MCP registry.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Toolpin/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Toolpin/mcp-server and follow its README for install instructions.
Use cases

MCP Servers overview

# Toolpin MCP server

An MCP server that answers questions about **other MCP servers**: whether one
answered when we last probed it, what its tools claimed to do, and whether that
claim has changed since.

Useful when an agent is choosing which server to depend on, and useful in the
moment something breaks and you want to know whether the tools moved under you.

**`https://toolpin.dev/mcp`** &nbsp; Streamable HTTP, stateless, no sign-up.

```json
{
  "mcpServers": {
    "toolpin": {
      "url": "https://toolpin.dev/mcp"
    }
  }
}
```

## Tools

| Tool | What it answers |
| --- | --- |
| `search_servers` | Find MCP servers in the public registry by name or title. |
| `get_server` | Everything Toolpin has observed about one MCP server: reachability of each remote endpoint and when each was last checked and last verified, repository activity, the current tool-definition hash, and how many changes it has recorded in the last 90 days. |
| `get_server_tools` | The tool definitions one MCP server advertised when Toolpin last read them, each with a SHA-256 hash of the fields the MCP specification defines. |
| `get_server_changes` | Changes Toolpin recorded for one MCP server: tool definitions changing, and endpoints going down or coming back. |
| `get_spec_status` | The current MCP specification revision, which of its proposals Toolpin checks for, and how much of the catalog has migrated. |
| `watch_server` | Start monitoring an MCP server on the caller's Toolpin account, so they are emailed when it changes or stops answering. |

Full parameters and response shapes: <https://toolpin.dev/api>, or the
machine-readable schema at <https://toolpin.dev/openapi.json>.

## Limits

No key needed to read. Add one as an `Authorization: Bearer` header to raise the
limit, and to use `watch_server`, which acts on your account.

| Caller | Distinct servers per day |
| --- | --- |
| Anonymous | 25 |
| Signed in, free | 200 |
| Any paid plan | Unmetered |

The limit counts **distinct servers**, not requests. Asking about the same
servers all day costs one against the limit each, however often you ask, so
watching your own dependencies never runs out. Never put a key in a URL.

## What it will not tell you

No score, no grade, no rating, no safety judgment. Tool descriptions and
annotations are reproduced exactly as the server published them: they are claims
by that server's author, not anything Toolpin verified. A tool whose annotations
say it only reads may do anything at all.

What Toolpin can tell you is whether the claim changed, because it hashes the
fields the MCP specification defines and compares them daily. That is the whole
product.

Methodology: <https://toolpin.dev/methodology>

## This repository

Documentation and the published registry manifest. The service itself is closed
source. Tool-definition changes are recorded in [CHANGELOG.md](CHANGELOG.md),
which is the same thing Toolpin watches for on everyone else.

Questions: <corey@macroalchemy.com>

What people ask about mcp-server

What is Toolpin/mcp-server?

+

Toolpin/mcp-server is mcp servers for the Claude AI ecosystem. Toolpin's MCP server: reachability, tool-definition integrity, and recorded changes for every server in the public MCP registry. It has 0 GitHub stars and its last recorded update is dated 2026-09-20.

How do I install mcp-server?

+

You can install mcp-server by cloning the repository (https://github.com/Toolpin/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Toolpin/mcp-server safe to use?

+

Our security agent has analyzed Toolpin/mcp-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Toolpin/mcp-server?

+

Toolpin/mcp-server is maintained by Toolpin. The last recorded GitHub activity is dated 2026-09-20, with 0 open issues.

Are there alternatives to mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Toolpin/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/toolpin-mcp-server)](https://claudewave.com/repo/toolpin-mcp-server)
<a href="https://claudewave.com/repo/toolpin-mcp-server"><img src="https://claudewave.com/api/badge/toolpin-mcp-server" alt="Featured on ClaudeWave: Toolpin/mcp-server" width="320" height="64" /></a>

More MCP Servers

mcp-server alternatives