Mmcp.market

Dokimo MCP server

by ypratap11·io.github.ypratap11/dokimo-mcp·v0.1.0

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

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

full report

Adoption
Growing

0 stars

Reviews

Write one

Nobody 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 posts
  • dokimo_agent_cardFree

    Fetch Dokimo's public A2A agent card — the discovery document describing what it can verify (skills, endpoints, supported A2A versions).

  • recompute_merkle_rootFree

    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_evidence_packageFree

    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.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • 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
Overall 91/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http dokimo-mcp https://dokimo.augaster.com/mcp
Add to Cursor

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.

All Dokimo alternatives →
  • agent-device
    MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps
    A
  • IWE
    Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
    A
  • Mockserver
    Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP.
    A
  • ctxlint
    Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
    A
  • Dvalincode
    Deterministic security scanning, no model or API key, plus offline-verifiable proof a fix worked.
    A

More from ypratap11