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 ServersRegistry oficial0 estrellas0 forksMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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>

Lo que la gente pregunta sobre mcp-server

¿Qué es Toolpin/mcp-server?

+

Toolpin/mcp-server es mcp servers para el ecosistema de Claude AI. Toolpin's MCP server: reachability, tool-definition integrity, and recorded changes for every server in the public MCP registry. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-20.

¿Cómo se instala mcp-server?

+

Puedes instalar mcp-server clonando el repositorio (https://github.com/Toolpin/mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Toolpin/mcp-server?

+

Nuestro agente de seguridad ha analizado Toolpin/mcp-server y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Toolpin/mcp-server?

+

Toolpin/mcp-server es mantenido por Toolpin. La última actividad registrada en GitHub es del 2026-09-20, con 0 issues abiertos.

¿Hay alternativas a mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a mcp-server