{
  "name": "Verafirma",
  "homepage": "https://verafirma.com",
  "endpoint": "https://api.verafirma.com/mcp",
  "protocol": "mcp",
  "tools": [
    {
      "name": "verafirma.create_signing_request",
      "description": "Create and send an envelope for signature. Billable ($0.10). PDF is passed as base64."
    },
    {
      "name": "verafirma.get_envelope_status",
      "description": "Get the live status of an envelope. Reconciles cached state with Documenso."
    },
    {
      "name": "verafirma.list_envelopes",
      "description": "List the customer's envelopes, reverse-chronological."
    },
    {
      "name": "verafirma.register_webhook",
      "description": "Register a URL to receive signed POSTs on envelope events. Secret returned ONCE."
    }
  ],
  "schema": "sep-1649@v0",
  "description": "Send a contract for signature in one HTTPS call. Pay $0.10 per envelope, no minimum, no commitment. AI-agent-friendly: x402 per-call payment, MCP discovery, OpenAPI 3.1, llms.txt.",
  "contact": {
    "email": "hi@verafirma.com"
  }
}