Odel
ProofSlip

ProofSlip

Local
@johnny-z131TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@proofslip/mcp-serverv0.2.3

Run

npx -y @proofslip/mcp-server

MCP client config

{
  "mcpServers": {
    "proofslip": {
      "command": "npx",
      "args": [
        "-y",
        "@proofslip/mcp-server"
      ]
    }
  }
}