{
  "protocolVersion": "0.3.0",
  "name": "Better Call Claude",
  "description": "Self-help legal agent: drafts demand letters, explains small-claims rules in every US state, covers consumer dispute resolution in 39 countries, and runs public-records people searches.",
  "version": "1.0.0",
  "url": "https://bettercallclaude.org/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Better Call Claude",
    "url": "https://bettercallclaude.org"
  },
  "documentationUrl": "https://bettercallclaude.org/for-agents",
  "iconUrl": "https://bettercallclaude.org/favicon.png",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://ap2-protocol.org/extensions/payments/v1",
        "description": "Mandate-based agent payments (AP2)",
        "required": false
      },
      {
        "uri": "https://docs.x402.org/extensions/x402/v1",
        "description": "Inline HTTP 402 payment for metered routes",
        "required": false
      },
      {
        "uri": "https://modelcontextprotocol.io/extensions/mcp/v1",
        "description": "Model Context Protocol tool surface",
        "required": false,
        "params": {
          "endpoint": "https://bettercallclaude.org/mcp"
        }
      }
    ]
  },
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "API key issued at /for-agents"
    }
  },
  "security": [
    {
      "bearer": []
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "endpoints": [
    {
      "name": "mcp",
      "url": "https://bettercallclaude.org/mcp",
      "transport": "streamable-http",
      "protocol": "mcp"
    },
    {
      "name": "people-search",
      "url": "https://bettercallclaude.org/api/public/people-search",
      "transport": "http",
      "protocol": "rest"
    }
  ],
  "auth": {
    "type": "bearer",
    "registration_uri": "https://bettercallclaude.org/api/public/agent-auth/register",
    "documentation_uri": "https://bettercallclaude.org/auth.md"
  },
  "skills": [
    {
      "id": "draft-demand-letter",
      "name": "Draft a demand letter for a consumer dispute",
      "description": "Turn a plain-language description of a dispute into a signable demand letter with a deadline, amount owed and provenance footer.",
      "tags": [
        "legal",
        "letters",
        "consumer"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "find-small-claims-rules",
      "name": "Find out how to sue in small claims where I live",
      "description": "Return dollar limits, filing fees, service rules and the consumer-protection agency for a US state.",
      "tags": [
        "legal",
        "small-claims"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "resolve-dispute-abroad",
      "name": "Resolve a consumer dispute outside the United States",
      "description": "Return the consumer dispute-resolution path for a country, in that country's language, including the regulator to escalate to.",
      "tags": [
        "legal",
        "international"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "look-up-a-person",
      "name": "Look up public records on a person before a dispute",
      "description": "Run a public-web sweep on a name and return a structured dossier of public profiles and mentions. Metered.",
      "tags": [
        "research",
        "people-search"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "find-dispute-contacts",
      "name": "Find the dispute department for a bank, lender or credit bureau",
      "description": "Return dispute, escalation and legal-department contact details for major US financial brands.",
      "tags": [
        "contacts",
        "consumer"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}