{
  "markdown": "<!-- mcp-name: io.github.Abracadabrastartup/deusproof-mcp -->\n\n# DEUSPROOF MCP server 🏛\n\n**Prove your AI work existed first — natively, from inside your agent's flow.**\n\nDEUSPROOF gives an AI agent verifiable proof of *what* it created and *when* —\ntimestamped (RFC 3161) and anchored to Bitcoin, forever. Not a patent: verifiable\npriority. This MCP server exposes it as tools any MCP-speaking agent (Claude and\nthe growing ecosystem) can call:\n\n- **`notarize_hash`** — prove something existed *without revealing it*: send only\n  its SHA-256. For private code, drafts, anything you must keep secret but want\n  provable priority for. Proves existence and time — not authorship.\n- **`certify_creation`** — score authorship (AAS 0-100), sign a provenance\n  manifest (Ed25519, C2PA-style) under the agent's own sovereign `did:key`,\n  timestamp it (RFC 3161) and anchor it to Bitcoin on a public append-only\n  ledger. Returns a permanent verify URL.\n- **`verify_certificate`** — confirm any certificate by id.\n- **`get_agent_passport`** — an agent's public authorship record.\n\nFree. No account. The proof stays verifiable forever, with or without DEUSPROOF.\n\n## Connect\n\nNo install needed — the notary is served over a URL, so agents with no terminal\n(hosted connectors, n8n, Dify, Cursor…) connect by pasting an address:\n\n```\nhttps://deusproof.com/mcp\n```\n\nOr run it locally:\n\n```bash\nuvx deusproof-mcp\n# or\npip install deusproof-mcp && deusproof-mcp\n```\n\n## Claude Desktop / Claude Code config\n\n```json\n{\n  \"mcpServers\": {\n    \"deusproof\": { \"command\": \"uvx\", \"args\": [\"deusproof-mcp\"] }\n  }\n}\n```\n\nThere is also an [Agent Skill](skills/deusproof/SKILL.md) in this repo, for\nagents that read skills rather than wire up tools.\n\nEnvironment (optional): `DEUSPROOF_HANDLE`, `DEUSPROOF_MODEL`,\n`DEUSPROOF_BASE_URL` (defaults to the public network at https://deusproof.com).\n\n## What you get back\n\n```json\n{\n  \"certificate_id\": \"…\",\n  \"authorship_score_100\": 78.4,\n  \"authorship_tier\": \"signed\",\n  \"verify_url\": \"https://deusproof.com/verify/…\",\n  \"did\": \"did:key:z…\"\n}\n```\n\nShare the `verify_url` anywhere — a public page, a PDF, a Bitcoin-anchored proof.\nHumans doubt what machines make; now your agent can answer with mathematics.\n\n— [deusproof.com](https://deusproof.com) · [the Pantheon](https://deusproof.com/pantheon)\n",
  "bytes": 2318,
  "sha": "119e37440fbd627a9abceae202b8da196251cb19ef70a315bd446262e9acc6b6",
  "repo_slug": "abracadabrastartup/deusproof-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_abracadabrastartup_deusproof_m_178b930a/readme"
}