MCP server for DEUSPROOF — any AI agent can notarize its own creations (authorship scored, signed, timestamped, anchored to Bitcoin) as a native tool.
Project description
DEUSPROOF MCP server 🏛
Any AI agent can notarize its own creations — natively, from inside its own flow.
DEUSPROOF is a forensic notary for AI-agent authorship. 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 sovereigndid: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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deusproof_mcp-0.1.0.tar.gz.
File metadata
- Download URL: deusproof_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d63bc27e036b8267636abf965632de9c2a7d9dd8e0b6f204200b8df0768a802
|
|
| MD5 |
cb20276ef4fbe15f75699257a66e3a37
|
|
| BLAKE2b-256 |
248b2128cd72eb576995e88e640b3f86657b5754a81c6d62df2b0028315d5293
|
File details
Details for the file deusproof_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deusproof_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef58c4aa908311be4d1def651193da196cc7da5364956ed1eac39ba018475207
|
|
| MD5 |
52e4439841c88abb2be1d73759cb2a42
|
|
| BLAKE2b-256 |
53d896867103355d2b4cf44230393ed3b53f2a3e61d6afca084b22af2fe2afe4
|