mcpbeat Sign in

Attestd MCP Server

by attestd-io Your server? Claim it
local only

Attestd MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 9 Jul 2026.

CVE and supply chain checks for MCP clients. Covers infrastructure, PyPI, and npm packages.

Installs per day peak 20 · avg 7 · +145% w/w
a month agotoday
50
Installs / week
npm · @attestd/mcp
0
Stars
0 open issues
9 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Attestd MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add attestd-mcp -- npx -y @attestd/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "attestd-mcp": {
      "args": [
        "-y",
        "@attestd/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.attestd-mcp]
command = "npx"
args = ["-y", "@attestd/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "attestd-mcp": {
      "args": [
        "-y",
        "@attestd/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "attestd-mcp": {
      "args": [
        "-y",
        "@attestd/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATTESTD_API_KEY (Attestd API key (atst_...). Required for check_package_vulnerability and check_batch_vulnerabilities. Get one at https://api.attestd.io/portal), ATTESTD_BASE_URL (Optional API base URL override. Defaults to https://api.attestd.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Attestd MCP

same job, measured the same way
multichain-mcp
by wkalidev

MCP server for AI agents — Stacks, Celo, and Base in one npm package.

51 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
MCP Guardian
by rudraneel93

Security, cost, and health governance proxy for MCP infrastructure

211 installs/wk local only
Cf Package Check
by cfgenius145-sketch

Abandonment checks for WordPress, npm and PyPI packages, priced per call.

2 tools answering
MRC Data — China's Apparel Supply Chain Infrastructure
by meacheal

China's apparel supply chain data for AI: 1,000+ suppliers, 350+ fabrics, 170+ clusters.

20 tools answering
Package Guard MCP
by mlawsonking

Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.

49 installs/wk local only
StackQL MCP Server
by stackql

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

186 installs/wk local only
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

42 installs/wk local only

Attestd MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Attestd MCP?
Attestd MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @attestd/mcp was installed 50 times last week.
How do I connect Attestd MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @attestd/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Attestd MCP?
The npm package @attestd/mcp was installed 50 times in the last week. Week over week that is +145%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Attestd MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.