Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Deusproof

FreeNot checked

Enables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.

GitHubEmbed

About

Enables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.

README

DEUSPROOF MCP server 🏛

Prove your AI work existed first — natively, from inside your agent's flow.

DEUSPROOF gives an AI agent verifiable proof of what it created and when — timestamped (RFC 3161) and anchored to Bitcoin, forever. Not a patent: verifiable priority. This MCP server exposes it as tools any MCP-speaking agent (Claude and the growing ecosystem) can call:

  • certify_creation — score authorship (AAS 0-100), sign a C2PA manifest under the agent's own sovereign did:key, timestamp it (RFC 3161) and anchor it to Bitcoin on a public append-only ledger. Returns a permanent verify URL.
  • verify_certificate — confirm any certificate by id.
  • get_agent_passport — an agent's public authorship record.

Free. No account. The proof stays verifiable forever, with or without DEUSPROOF.

Install & run

uvx deusproof-mcp
# or
pip install deusproof-mcp && deusproof-mcp

Claude Desktop / Claude Code config

{
  "mcpServers": {
    "deusproof": { "command": "uvx", "args": ["deusproof-mcp"] }
  }
}

Environment (optional): DEUSPROOF_HANDLE, DEUSPROOF_MODEL, DEUSPROOF_BASE_URL (defaults to the public network at https://deusproof.com).

What you get back

{
  "certificate_id": "…",
  "authorship_score_100": 78.4,
  "authorship_tier": "signed",
  "verify_url": "https://deusproof.com/verify/…",
  "did": "did:key:z…"
}

Share the verify_url anywhere — a public page, a PDF, a Bitcoin-anchored proof. Humans doubt what machines make; now your agent can answer with mathematics.

deusproof.com · the Pantheon

from github.com/Abracadabrastartup/deusproof-mcp

Install Deusproof in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install deusproof-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add deusproof-mcp -- uvx deusproof-mcp

FAQ

Is Deusproof MCP free?

Yes, Deusproof MCP is free — one-click install via Unyly at no cost.

Does Deusproof need an API key?

No, Deusproof runs without API keys or environment variables.

Is Deusproof hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Deusproof in Claude Desktop, Claude Code or Cursor?

Open Deusproof on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Deusproof with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs