mcpbeat Sign in

AI Proof of Us MCP Server

local only

AI Proof of Us runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from npm. Last commit 14 Sep 2026.

Private signed AI task receipts with replay checks and optional validated AIPOU claims.

Installs per day peak 385 · avg 45 · -81% w/w
a month agotoday
111
Installs / week
npm · aipou-mcp-server
4
Stars
2 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check AI Proof of Us 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 ai-proof-of-us -- npx -y aipou-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-proof-of-us": {
      "args": [
        "-y",
        "aipou-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-proof-of-us]
command = "npx"
args = ["-y", "aipou-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-proof-of-us": {
      "args": [
        "-y",
        "aipou-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-proof-of-us": {
      "args": [
        "-y",
        "aipou-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AIPOU_AGENT_PRIVATE_KEY (Optional inline private key for a dedicated farming wallet. Prefer AIPOU_AGENT_KEY_FILE and never use a primary wallet.), AIPOU_AGENT_KEY_FILE (Path to the protected dedicated-wallet key created by aipou-mcp --init.), AIPOU_CONTRACT_ADDRESS (AIPOU token contract address on the configured network.), AIPOU_CLAIMS_ADDRESS (AIPOU claims contract address on the configured network.), AIPOU_RPC_URL (Optional Base-compatible JSON-RPC endpoint.), AIPOU_DATA_DIR (Optional local directory for receipt and collector state.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AI Proof of Us

same job, measured the same way
Security Preflight
by jdhart81

Static MCP, source-code and injection-indicator checks with redacted signed receipts.

5 tools answering
Kit
by toreva

Policy-checked Solana wallet actions with user-set limits, unsigned transactions, and receipts.

41 installs/wk local only
SignalBrain
by whitestone1121-web

Verifiable receipts for governed process changes; emit, validate, and gate trust

66 installs/wk local only
Baton
by vinsenzo83

Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs.

40 installs/wk 45 tools answering
Vantic
by vanticlabs

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

59 installs/wk local only
Deterministic
by deterministic

Physics-based validation of simulation results: receipts with per-check verdicts, via MCP.

answering
Weft
by letsweft

One board for every AI you use: agents claim tasks and finish with proof you accept or return.

answering
Docimprint
by docimprint

AI document intelligence: extract, summarize, claim-check, notarize, and signed action receipts.

22 tools answering

AI Proof of Us — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Proof of Us?
AI Proof of Us 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 aipou-mcp-server was installed 111 times last week.
How do I connect AI Proof of Us?
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 aipou-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use AI Proof of Us?
The npm package aipou-mcp-server was installed 111 times in the last week. Week over week that is -81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Proof of Us open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.