Skip to main content
MCP Server

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

Share
0 stars TypeScript Unknown Updated: 2026-04-05

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the ProofSlip MCP server for me.

Server: ProofSlip
Description: Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects
Install command: npx -y @proofslip/mcp-server

Environment variables needed:
- PROOFSLIP_API_KEY: Your ProofSlip API key (get one free at proofslip.ai) (required)
- PROOFSLIP_BASE_URL: API base URL (defaults to https://proofslip.ai)

GitHub: https://github.com/Johnny-Z13/proofslip

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "ai-proofslip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@proofslip/mcp-server"
      ],
      "env": {
        "PROOFSLIP_API_KEY": "your-value-here"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

npx Run directly with npx
npx -y @proofslip/mcp-server

Tools (1)

execute

Execute ProofSlip operations

Environment Variables

PROOFSLIP_API_KEY Required

Your ProofSlip API key (get one free at proofslip.ai)

Example: your-value-here
PROOFSLIP_BASE_URL Optional

API base URL (defaults to https://proofslip.ai)

Example: https://proofslip.ai

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

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

Overview

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

Repository

Find the source code at https://github.com/Johnny-Z13/proofslip.

Tools

  • execute: Execute ProofSlip operations

Environment Variables

  • PROOFSLIP_API_KEY: Your ProofSlip API key (get one free at proofslip.ai) (Required)
  • PROOFSLIP_BASE_URL: API base URL (defaults to https://proofslip.ai)

Installation

NPX

npx -y @proofslip/mcp-server

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.