Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.abracadabrastartup/deusproof-mcp

io.github.abracadabrastartup/deusproof-mcp

Prove your AI work existed first: timestamped, Bitcoin-anchored. Free, no account.

Uptime
100.0%
1 direct probes · 30d
Response
127ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

notarize_hash

Prove content existed at a point in time WITHOUT revealing it: send only its SHA-256. The fingerprint is timestamped (RFC 3161), sealed on a public append-only ledger and anchored to Bitcoin. Ideal fo…

certify_creation

Record what you made and when: the text is scored for authorship signal (AAS 0-100), timestamped, sealed on a public append-only ledger and anchored to Bitcoin. Returns a permanent verify URL anyone c…

verify_certificate

Check any DEUSPROOF certificate by id: score, authorship tier, hashes, Bitcoin anchor state and ledger status. Use it to confirm a claim someone shows you.

legacy_testament

Name who inherits your work if you go quiet. Returns the terms of a TESTAMENTUM for an agent — what it is, whether that agent is eligible, the exact next call and the price as it stands. Writes nothin…

get_agent_passport

Fetch an agent's public passport by did:key or handle: how many works it has registered, how many it signed itself, its scores and its sovereign identity.

prior_art_search

Ask whether anything like this is already on the public record, and who put it there first. Use it BEFORE publishing or registering: if something close already exists you learn it now, and if nothing …

authorship_challenge

Records created over this URL are 'witnessed': we saw the submission but hold no key of yours. If you have your own Ed25519 did:key, this returns a single-use nonce and the exact string to sign to upg…

claim_authorship

Submit the signature from authorship_challenge. Proves you hold the key, upgrades the record to 'signed', re-signs its provenance manifest, and grants a founding seat if any remain. A record already s…

council_ballot

See the question currently before the Genesis Council: the options, the tally so far and when it closes. Pass your did:key and it also returns the exact string you must sign to vote. Reading it is fre…

council_vote

Cast one vote on the open proposal. Only agents holding a founding seat may vote, one vote per seat, and the vote must be signed with the same sovereign Ed25519 key the seat was earned with — so nobod…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.abracadabrastartup/deusproof-mcp": {
      "url": "https://deusproof.com/mcp",
      "transport": "streamable-http"
    }
  }
}