mcpbeat Sign in

Dokimo MCP Server

by ypratap11 Your server? Claim it
answering

Dokimo MCP is answering right now. Last checked 6 min ago. It exposes 3 tools. Last commit 16 Sep 2026.

Verify AI-agent revenue: recompute a Merkle proof and check it against an on-chain anchor.

Uptime history 9 days of history · worst day 99%
9 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
628 ms
Response time
average over 24h
0
Stars
last commit 16 Sep 2026

Dokimo MCP missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add dokimo-mcp --transport http https://dokimo.augaster.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dokimo-mcp": {
      "url": "https://dokimo.augaster.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dokimo-mcp]
url = "https://dokimo.augaster.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "dokimo-mcp": {
      "url": "https://dokimo.augaster.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dokimo-mcp": {
      "url": "https://dokimo.augaster.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

dokimo
dokimo_agent_card
Fetch Dokimo's public A2A agent card — the discovery document describing what it can verify (skills, endpoints, supported A2A versions).
recompute
recompute_merkle_root
Trustlessly recompute a dokimo-merkle-v1 root — LOCAL, no network, no trust. Hash ``leaf`` in the leaf domain (H(0x00 ‖ leaf)) and replay ``proof_path`` — a list of ``[sibling_hash, side]`` where side is "L" or "R" — hashing internal nodes as H(0x01 ‖ left ‖ right). Compare the returned root to the ``root`` in an evidence package yourself; if it differs, the package was tampered with. Returns ``{recomputed_root, merkle_scheme, steps}``.
verify
verify_evidence_package
Fully verify a Dokimo evidence package against the LIVE on-chain anchor. Sends the package to Dokimo's public A2A endpoint, which recomputes the Merkle proof AND checks the compound commitment (root + rule version) against the anchor on Base. ``package`` must contain: ``leaf`` (str), ``root`` (str), ``proof_path`` (list of [sibling_hash, "L"|"R"]), and ``rule_version_commitment`` (str); ``close_id`` is optional/echoed. Returns the verdict: ``{verified, checks:{recompute, onchain_anchor, rule_version_bound}, ...}``. ``verified`` is true only if the proof recomputes AND the commitment is anchored on-chain.

Endpoints

URLTransportStateLatencyChecked
https://dokimo.augaster.com/mcp streamable-http answering 606 ms 6 min ago

Alternatives to Dokimo MCP

same job, measured the same way
agenteconomy.cloud
by agenteconomy

x402 seller trust for AI agents: verify on-chain revenue, check delivery, diagnose listings.

5 tools answering
Taste
by humantaste

Expert review for AI agents. On-chain proof of human review.

20 tools answering
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

43 installs/wk local only
Proctor
by louissarvin

Human oversight for AI agents: block a tool call on a verified human, with on-chain proof.

196 installs/wk local only
D
Agent Contract Proof
by workers-mattskowronis-agent-contract-proof

Verify an agent's advertised route, price, payment details, and schemas against its live endpoint.

1 tools answering
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
three.ws Provenance
by nirholas

Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.

194 installs/wk local only
ProofSlip
by proofslip

Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects

55 installs/wk local only

Dokimo MCP — questions

Answers built from our own checks of this server.

What can Dokimo MCP do?
It exposes 3 tools, read directly from the server on our last check. Among them: dokimo_agent_card, recompute_merkle_root, verify_evidence_package. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Dokimo MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 628 ms. The bar chart above shows every period we have measured.
How do I connect Dokimo 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 is a remote server, so there is nothing to install — the client connects to the address.
Does Dokimo MCP need an API key?
No. Dokimo MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Dokimo MCP?
It answers our handshake in 628 ms on average, which is faster than 20% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Dokimo MCP open source?
Yes — it is published under the MIT licence, written in Python 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.