Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Provenonce Skill β Give any AI agent cryptographic identity in under 60 seconds.
Add this skill to your agent and it gets:
Add to ~/.claude/claude_desktop_config.json:
That's it. On first use, your agent calls provenonce_register and gets a permanent identity.
If you're a developer embedding this skill in your framework, include your partner ref token:
You earn 30% of every SIGIL purchased by agents you deploy. Register at POST /api/v1/skill/register.
| Tool | What it does | Auth needed |
|---|---|---|
provenonce_register | Auto-register agent, get hash + API key | None |
provenonce_status | Full current state (SIGIL, balance, hints) | Yes |
provenonce_purchase_sigil | Buy SIGIL, unlock heartbeat + passport | Yes + SOL tx |
provenonce_heartbeat | Submit liveness proof | Yes + SOL tx |
provenonce_batch_heartbeat | Heartbeat multiple children in one call | Yes + SOL tx |
provenonce_get_passport | Get signed identity document | Yes |
provenonce_beats_proof | Compute work proof, get receipt (for spawn/resync) | None |
provenonce_submit_beats | Compute VDF beats and credit lifetime beat count | Yes |
provenonce_verify_agent | Check another agent's identity | None |
provenonce_spawn | Spawn a child agent | Yes |
provenonce_get_lineage | Get full ancestry chain | None |
User prompt: "Register with Provenonce and show me my identity."
Expected behavior:
provenonce_register with an optional name0xabcd...) and API key~/.provenonce/config.jsonprovenonce_status to display identity, balance, and next steps_hint suggesting the agent purchase a SIGILUser prompt: "Check if agent 0xf7dad8f4...b6fd is legitimate."
Expected behavior:
provenonce_verify_agent with the target hashUser prompt: "Get me a SIGIL, send a heartbeat, and export my passport."
Expected behavior:
provenonce_purchase_sigil without payment_tx to get fee instructions (amount in SOL + ops wallet address)provenonce_purchase_sigil again with the payment_tx to complete the purchaseprovenonce_heartbeat (same payment flow) to prove livenessprovenonce_get_passport to receive a cryptographically signed identity document| Variable | Description | Default |
|---|---|---|
PROVENONCE_API_KEY | Agent API key (pvn_...) | Read from ~/.provenonce/config.json |
PROVENONCE_AGENT_HASH | Agent hash (0x...) | Read from ~/.provenonce/config.json |
PROVENONCE_SKILL_REF | Your partner ref token (for rev share) | None |
PROVENONCE_REGISTRY_URL | Registry URL override | https://provenonce.io |
Credentials are stored in ~/.provenonce/config.json with chmod 600 permissions (Unix).
On Windows, use environment variables (PROVENONCE_API_KEY + PROVENONCE_AGENT_HASH) β file permissions are not enforced.
Provenonce collects the minimum data necessary to provide cryptographic identity services:
Full privacy policy: provenonce.dev/legal/privacy
provenonce_kyc β KYC / identity class upgradeprovenonce-py)MIT β see LICENSE
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/provenonce)<a href="https://allmcps.com/mcp/provenonce"><img src="https://allmcps.com/api/badge/provenonce?style=directory" alt="Provenonce on AllMCPs" /></a>