servers / proofslip

ProofSlip MCP server

communitystdiolocalwrite capablehealthy

Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects


01Tools · 4
ToolRiskSide effectsApproval
check_receipt_status
Lightweight status poll for a ProofSlip receipt. Returns only status, is_terminal, and next_poll_after_seconds — no payload or summary. Use this instead of verify_receipt when you only need to know if a receipt state has changed. If is_terminal is false, wait next_poll_after_seconds before checking again. No API key required.
readfalseunknown
create_receipt
Create a ProofSlip receipt to record that something happened. Use 'action' for completed events, 'approval' for decisions awaiting review, 'handshake' for agent-to-agent coordination, 'resume' for continuation bookmarks, 'failure' for structured error records. Returns a receipt_id and verify_url. Receipts expire after 24 hours by default.
writetrueunknown
signup
Get a free ProofSlip API key. Returns the key directly — save it immediately, it cannot be retrieved later. Only needed once. After signup, configure the key as PROOFSLIP_API_KEY environment variable to use create_receipt. Free tier: 500 receipts per month.
readfalseunknown
verify_receipt
Verify a ProofSlip receipt and retrieve its full data (type, status, summary, payload, ref, expiry). Use this to check what happened before deciding what to do next. Returns the complete receipt if valid, or a not_found error if expired or missing. No API key required.
readfalseunknown

02Install & source
npx -y @proofslip/mcp-server
npx

05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-07-06 20:57Z
next_check2026-07-08 20:41Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex8 unique facts >= 5

06Badge

Add the “as seen on MCPExplorer” badge to your README. ProofSlip MCP — as seen on mcpexplorer.com

[![ProofSlip MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/proofslip.svg)](https://mcpexplorer.com/servers/proofslip)

Next step

This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.

Explore loadouts →