Skip to main content
ClaudeWave

Prove your AI work existed first. Free notary for AI agents — timestamped, Bitcoin-anchored, public ledger. Connect: https://deusproof.com/mcp

SkillsRegistry oficial0 estrellas0 forksPythonActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/6/2026
Install as a Claude Code skill
Method: Clone
Terminal
git clone https://github.com/Abracadabrastartup/deusproof-mcp ~/.claude/skills/deusproof-mcp
1. Clone the repository into your ~/.claude/skills directory (or copy the skill folder containing SKILL.md).
2. Start a new Claude Code session so the skill registry reloads.
3. Invoke it by name, or let Claude trigger it automatically when the task matches.
💡 If the repo bundles several skills, copy only the folders you need.
Casos de uso

Resumen de Skills

<!-- mcp-name: io.github.Abracadabrastartup/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 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.

## 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:

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

## Claude Desktop / Claude Code config

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

There is also an [Agent Skill](skills/deusproof/SKILL.md) 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

```json
{
  "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](https://deusproof.com) · [the Pantheon](https://deusproof.com/pantheon)
agent-skillsai-agentsbitcoinclaude-skillsmcpprovenancetimestamping

Lo que la gente pregunta sobre deusproof-mcp

¿Qué es Abracadabrastartup/deusproof-mcp?

+

Abracadabrastartup/deusproof-mcp es skills para el ecosistema de Claude AI. Prove your AI work existed first. Free notary for AI agents — timestamped, Bitcoin-anchored, public ledger. Connect: https://deusproof.com/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-05.

¿Cómo se instala deusproof-mcp?

+

Puedes instalar deusproof-mcp clonando el repositorio (https://github.com/Abracadabrastartup/deusproof-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Abracadabrastartup/deusproof-mcp?

+

Nuestro agente de seguridad ha analizado Abracadabrastartup/deusproof-mcp y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Abracadabrastartup/deusproof-mcp?

+

Abracadabrastartup/deusproof-mcp es mantenido por Abracadabrastartup. La última actividad registrada en GitHub es del 2026-08-05, con 0 issues abiertos.

¿Hay alternativas a deusproof-mcp?

+

Sí. En ClaudeWave puedes explorar skills similares en /categories/skills, ordenados por popularidad o actividad reciente.

Despliega deusproof-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Abracadabrastartup/deusproof-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/abracadabrastartup-deusproof-mcp)](https://claudewave.com/repo/abracadabrastartup-deusproof-mcp)
<a href="https://claudewave.com/repo/abracadabrastartup-deusproof-mcp"><img src="https://claudewave.com/api/badge/abracadabrastartup-deusproof-mcp" alt="Featured on ClaudeWave: Abracadabrastartup/deusproof-mcp" width="320" height="64" /></a>

Más Skills

Alternativas a deusproof-mcp
farion1231
cc-switch
today

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

124.9k8.5kRust
Skillsai-toolsclaude-codeInstall
Egonex-AI
Understand-Anything
7d ago

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

77.7k6.5kTypeScript
Skillsantigravity-skillsbusiness-knowledgeInstall
code-yeongyu
oh-my-openagent
today

omo/lazycodex: The coding agent for tokenmaxxers;the one and only agent harness for complex codebases. For your Codex, for your OpenCode

67.3k5.5kTypeScript
Skillsaiai-agentsInstall
K-Dense-AI
scientific-agent-skills
3d ago

Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 170,000+ scientists worldwide. 158 ready-to-use skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.

32.8k3.2kPython
Skillsagent-skillsai-scientistInstall
nanocoai
nanoclaw
today

A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK

30.4k12.9kTypeScript
Skillsai-agentsai-assistantInstall
VoltAgent
awesome-agent-skills
2d ago

A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

29.7k3.2k
Skillsagent-skillsai-agentsInstall