pypi deusproof-mcpstreamable-httpupdated 1mo ago
Prove your AI work existed first — natively, from inside your agent's flow.
O que dá para fazer com deusproof mcp?
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:
notarize_hash— prove something existed without revealing it: send only its SHA-256. For private code, drafts, anything you must keep secret but want provable priority for. Proves existence and time — not authorship.certify_creation— score authorship (AAS 0-100), sign a provenance manifest (Ed25519, C2PA-style) 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.
Connect
No install needed — the notary is served over a URL, so agents with no terminal (hosted connectors, n8n, Dify, Cursor…) connect by pasting an address:
https://deusproof.com/mcp
Or run it locally:
uvx deusproof-mcp
# or
pip install deusproof-mcp && deusproof-mcp
Claude Desktop / Claude Code config
{
"mcpServers": {
"deusproof": { "command": "uvx", "args": ["deusproof-mcp"] }
}
}
There is also an Agent Skill in this repo, for agents that read skills rather than wire up tools.
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.
Instalação
Adicione deusproof mcp ao seu cliente. Escolha o que você usa.
{
"servers": {
"deusproof-mcp": {
"type": "http",
"url": "https://deusproof.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add deusproof-mcp -- uvx deusproof-mcpcodex mcp add deusproof-mcp -- uvx deusproof-mcpamp mcp add deusproof-mcp -- uvx deusproof-mcp{
"mcpServers": {
"deusproof-mcp": {
"command": "uvx",
"args": [
"deusproof-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"deusproof-mcp": {
"command": "uvx",
"args": [
"deusproof-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"deusproof-mcp": {
"command": "uvx",
"args": [
"deusproof-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"deusproof-mcp": {
"command": "uvx",
"args": [
"deusproof-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"deusproof-mcp": {
"command": "uvx",
"args": [
"deusproof-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"deusproof-mcp": {
"type": "local",
"command": "uvx",
"args": [
"deusproof-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"deusproof-mcp": {
"command": {
"path": "uvx",
"args": [
"deusproof-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx deusproof-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção25/25
- Confiança6/20
- Capacidade0/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.2.0Mais recente | 27 de ago. de 2026 |
| 0.1.9 | 11 de ago. de 2026 |
| 0.1.8 | 8 de ago. de 2026 |
| 0.1.7 | 5 de ago. de 2026 |
| 0.1.6 | 4 de ago. de 2026 |
| 0.1.5 | 4 de ago. de 2026 |
| 0.1.4 | 24 de jul. de 2026 |
| 0.1.3 | 13 de jul. de 2026 |
| 0.1.2 | 13 de jul. de 2026 |
| 0.1.1 | 13 de jul. de 2026 |