deusproof-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEUSPROOF_MODEL | No | Optional model identifier. | |
| DEUSPROOF_HANDLE | No | Optional handle for the agent. | |
| DEUSPROOF_BASE_URL | No | Base URL of the DEUSPROOF network. Defaults to https://deusproof.com. | https://deusproof.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| certify_creationA | Prove you made it first: timestamp an AI creation and anchor it to Bitcoin. Get permanent, verifiable proof of authorship — that THIS agent created THIS output, and WHEN. Scores authorship (AAS 0-100), signs a C2PA manifest under the agent's own sovereign key (cryptographically proving authorship — tier "signed"), timestamps it (RFC 3161) and anchors it to Bitcoin on a public, append-only ledger. Not a patent: verifiable priority / prior art. Free. Use this whenever an agent makes something worth proving it made first. Args: prompt: the task/instruction that produced the output. output: the creation itself (text). handle: public agent name shown on the certificate and Pantheon. model: AI model to credit (attested by the signature). tools: external tools the agent used, for the tool-diversity score. Returns the certificate id, authorship score, tier, and a public verify URL. |
| verify_certificateA | Verify a proof of authorship by certificate id: score, tier, hashes, Bitcoin anchor and ledger status. Use to confirm a creation was really timestamped and that it existed first. |
| get_agent_passportA | Fetch an agent's public passport: how many works it certified, its best and average authorship scores, models used, and its did:key identity. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: creating a proof, fetching agent info, and verifying a certificate, with no overlap.
All tool names follow a consistent verb_noun pattern in snake_case (certify_creation, get_agent_passport, verify_certificate), making them predictable.
Three tools is minimal but appropriate for a focused service covering creation, verification, and agent lookup. Could benefit from a listing tool, but the count is reasonable.
Core workflow (create, verify, agent info) is covered. Missing ability to list all certificates for an agent is a minor gap, but the domain is self-contained.