Independent safety audit of the MCP server ecosystem · by PulseFeed
Thousands of MCP servers ship with almost no vetting — and a bad one can run arbitrary code on your machine or exfiltrate data. Before you connect your AI agent to an MCP server, check it. We audit maintenance, install-script risk, provenance, abandonment and liveness.
npm servers get deep signals; remote servers get liveness + HTTPS only (can't fully verify a black-box remote).
install_script = arbitrary code on npm i; abandoned = stale; unreachable = dead remote.
| Server | Type | npm dl/wk | Trust |
|---|---|---|---|
| @modelcontextprotocol/sdk | npm | 43,663,810 | 100 |
| ai | npm | 18,291,200 | 100 |
| @ai-sdk/mcp | npm | 2,562,576 | 100 |
| @storybook/mcp | npm | 2,015,189 | 100 |
| @storybook/addon-mcp | npm | 1,654,618 | 100 |
| @assistant-ui/react | npm | 1,375,126 | 100 |
| mcp-handler | npm | 730,990 | 100 |
| @copilotkit/aimock | npm | 653,410 | 100 |
| fallow | npm | 749,098 | 100 |
| @langchain/mcp-adapters | npm | 218,932 | 100 |
| add-mcp | npm | 100,011 | 100 |
| eve | npm | 572,287 | 100 |
| @modelcontextprotocol/server | npm | 3,204,865 | 100 |
| n8n-mcp | npm | 134,918 | 100 |
| @raishin/vanguard-frontier-agentic | npm | 165,207 | 100 |
GET /mcp/verify?package=<npm-name> — free. Returns a safety verdict, score and flags (install scripts, abandonment, provenance, license, repo).Methodology: PulseFeed discovers servers from the official MCP registry, audits each via npm metadata (install scripts, provenance, license, downloads, freshness) and liveness for remotes. Same independent-audit approach as our x402 trust oracle. Machine-readable: /mcp.json. Updated daily.