Model Context Protocol
Prove Before Act for AI agents
Use this MCP endpoint to anchor agent decisions, outputs, and audit events before an action is taken. The protocol transport is JSON-RPC over Streamable HTTP.
Connect
{
"mcpServers": {
"prove-before-act": {
"url": "https://provebeforeact.com/mcp",
"headers": { "Authorization": "Bearer pm_YOUR_API_KEY" }
}
}
}
Send MCP JSON-RPC requests with POST https://provebeforeact.com/mcp. This page is intentionally served on GET for people, crawlers, and agent discovery; it does not replace the transport endpoint.
Start without an API key
Call the register_trial MCP tool to create a trial key with free proof credits, or use x402 for pay-per-call certification.
Agent integrations · REST API documentation · LLM-readable documentation