ProofSlip✓
ai.proofslip/mcp-server · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.proofslip/mcp-server",
"description": "Receipt-based verification for AI agent workflows — create, verify, and poll ephemeral proof objects",
"title": "ProofSlip",
"repository": {
"url": "https://github.com/Johnny-Z13/proofslip",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "0.2.3",
"websiteUrl": "https://proofslip.ai",
"packages": [
{
"registryType": "npm",
"identifier": "@proofslip/mcp-server",
"version": "0.2.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ProofSlip API key (get one free at proofslip.ai)",
"isRequired": true,
"isSecret": true,
"name": "PROOFSLIP_API_KEY"
},
{
"description": "API base URL (defaults to https://proofslip.ai)",
"default": "https://proofslip.ai",
"name": "PROOFSLIP_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}