{
  "protocol_version": "2025-11-01",
  "specification": "https://ucp.dev/specification/overview/",
  "provider": {
    "name": "Better Call Claude",
    "url": "https://bettercallclaude.org"
  },
  "services": [
    {
      "id": "people-search",
      "type": "digital_service",
      "name": "Public-records people search",
      "currency": "USD",
      "price": "0.01",
      "endpoint": "https://bettercallclaude.org/api/public/people-search"
    },
    {
      "id": "contribution",
      "type": "donation",
      "name": "Support free legal help",
      "currency": "USD",
      "price": "1.00",
      "endpoint": "https://bettercallclaude.org/api/public/payments"
    }
  ],
  "capabilities": {
    "checkout": true,
    "catalog": true,
    "delegated_payment": true,
    "payment_methods": [
      "card",
      "x402"
    ]
  },
  "endpoints": {
    "catalog": "https://bettercallclaude.org/.well-known/acp.json",
    "checkout": "https://bettercallclaude.org/api/public/payments",
    "openapi": "https://bettercallclaude.org/openapi.json",
    "documentation": "https://bettercallclaude.org/for-agents"
  }
}