mcpbeat Sign in

Attest MCP Server

local only

Attest MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 7 May 2026.

Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call

Installs per day peak 9 · avg 3 · +77% w/w
a month agotoday
21
Installs / week
npm · @attest-dev/mcp
1
Stars
0 open issues
7 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Go

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.ts:1, [пакет] src/middleware.ts:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 attest-mcp -- npx -y @attest-dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "attest-mcp": {
      "args": [
        "-y",
        "@attest-dev/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.attest-mcp]
command = "npx"
args = ["-y", "@attest-dev/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "attest-mcp": {
      "args": [
        "-y",
        "@attest-dev/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "attest-mcp": {
      "args": [
        "-y",
        "@attest-dev/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATTEST_BASE_URL (Base URL of the Attest server). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Attest MCP

same job, measured the same way
MCP Hangar
by mcp-hangar

Policy enforcement plane for MCP: every tool call ends in a verdict. Self-hosted, MIT.

1 984 installs/wk local only
Docs MCP
by acta-team

Read-only MCP server for the official ACTA verifiable credentials documentation.

60 installs/wk local only
X402 Middleware
by gadgethumans-swarm

One-line x402 + Stripe payment middleware for MCP servers. The Stripe for the agent economy.

local only
API Locker
by apilocker

Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

55 installs/wk local only
Ccs
by correctover

Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.

local only
VerifyMCP
by verifymcp

Independent trust scores, tool surfaces and change history for MCP servers.

9 tools answering
mcp-audit
by firatmio

Transparent audit proxy for MCP servers: logs every tool call, flags poisoning and rug pulls.

33 installs/wk local only
Toolcairn MCP
by neurynae

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

187 installs/wk local only

Attest MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Attest MCP?
Attest 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 @attest-dev/mcp was installed 21 times last week.
How do I connect Attest 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 @attest-dev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Attest MCP?
The npm package @attest-dev/mcp was installed 21 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Attest MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 1 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.