Dokimo MCP server
Verify AI-agent revenue: recompute a Merkle proof and check it against an on-chain anchor.
0 stars
Reviews
Write oneNobody has reviewed Dokimo yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Dokimo tools (3)
write = sends, deletes, buys or postsdokimo_agent_cardFreeFetch Dokimo's public A2A agent card — the discovery document describing what it can verify (skills, endpoints, supported A2A versions).
recompute_merkle_rootFreeTrustlessly 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_evidence_packageFreeFully 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.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 636ms20/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add --transport http dokimo-mcp https://dokimo.augaster.com/mcp
Dokimo: common questions
- Is Dokimo MCP server safe?
- Yes, by our scan: it is graded A (91/100). Read the Dokimo safety report
- How do I install Dokimo?
- It runs remotely at dokimo.augaster.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Dokimo need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Dokimo maintained?
- The last commit was 5 days ago (2026-09-15). The latest release is v0.1.0.
- Is Dokimo up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Dokimo?
- Servers from other publishers that do the same job: agent-device MCP server, IWE MCP server and Mockserver MCP server. Compare all Dokimo alternatives.
Alternatives to Dokimo
Same job from other publishers: the closest match first, then the best rated.
- agent-deviceMCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop appsnot reviewedWidely usedA
- IWEMarkdown knowledge base as agent memory. Runs against the notes directory it is started in.not reviewedEstablishedA
- MockserverMock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.not reviewedEstablishedA
- ctxlintLint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebasenot reviewedEstablishedA
- DvalincodeDeterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.not reviewedGrowingA