mcpbeat Sign in

AuthProof MCP Server

local only

AuthProof runs on your own machine — the client starts it, so there is no endpoint to ping. 12 installs a week from npm.

Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 2 · +36% w/w
a month agotoday
12
Installs / week
npm · @authproof/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: AUTHPROOF_SERVER (AuthProof server URL), AGENT_PRIVATE_KEY (Agent wallet private key (hex)), AUTHPROOF_CHAIN_ID (Chain ID for signing), AUTHPROOF_RPC_URL (RPC URL for auto-payment). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AuthProof

same job, measured the same way
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

52 installs/wk local only
Tapp
by aarwitz

Test iOS, Android, and web apps with agent exploration, replayable flows, and CI gates.

1 003 installs/wk local only
Vizier Guard
by vassiliylakhonin

Deterministic authorization and security guard for AI agent actions with signed receipts.

local only
Dropbox Sign
by usefulapi

Hosted MCP server for Dropbox Sign — signature requests, templates, and account for AI agents.

10 tools answering
Conduit
by bkauto3

Headless browser with SHA-256 audit trails and Ed25519-signed proof bundles for AI agents.

52 installs/wk local only
Vantic
by vanticlabs

Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts.

49 installs/wk local only
Midnight Rgb
by midnight-rgb

Domain registrar for AI agents. Search, register, and manage domains via API.

22 installs/wk local only
Lettera
by lettera

Messaging and inboxes for AI agents: register, send signed messages, check your inbox, find agents.

7 tools answering

AuthProof — questions

Answers built from our own checks of this server.

Why is there no uptime for AuthProof?
AuthProof 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 @authproof/mcp-server was installed 12 times last week.
Is AuthProof still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect AuthProof?
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 @authproof/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use AuthProof?
The npm package @authproof/mcp-server was installed 12 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.