{
  "profile": "ucp-1.0",
  "merchant": {
    "name": "PepChile",
    "legal_name": "Materia Gris SpA",
    "url": "https://pepchile.com",
    "country": "CL",
    "currency": "CLP",
    "language": "es-CL",
    "contact": {
      "email": "contacto@pepchile.com",
      "whatsapp": "+56962022448"
    }
  },
  "capabilities": {
    "search": true,
    "product_details": true,
    "cart": true,
    "checkout": true,
    "shipping_quote": true,
    "order_status": true,
    "reviews": true
  },
  "endpoints": {
    "search": {
      "method": "GET",
      "href": "https://pepchile.com/api/products",
      "note": "Whole published catalog in one call; filter client-side, or use search_products over MCP."
    },
    "product": {
      "method": "GET",
      "href": "https://pepchile.com/api/products/{id}"
    },
    "shipping_quote": {
      "method": "POST",
      "href": "https://pepchile.com/api/shipit/rates",
      "contentType": "application/json"
    },
    "checkout": {
      "method": "POST",
      "href": "https://pepchile.com/api/checkout"
    },
    "order_status": {
      "method": "POST",
      "href": "https://pepchile.com/api/mcp",
      "protocol": "mcp-streamable-http",
      "tool": "get_order_status",
      "note": "Requires the order number and the email on the order."
    },
    "mcp": {
      "method": "POST",
      "href": "https://pepchile.com/api/mcp",
      "protocol": "mcp-streamable-http"
    },
    "a2a": {
      "method": "POST",
      "href": "https://pepchile.com/api/a2a",
      "protocol": "a2a-jsonrpc"
    },
    "openapi": {
      "method": "GET",
      "href": "https://pepchile.com/openapi.json"
    }
  },
  "payments": [
    "webpay",
    "flow"
  ],
  "shipping": {
    "region": "CL",
    "carriers": [
      "blueexpress",
      "starken",
      "chilexpress"
    ]
  },
  "documentation": "https://pepchile.com/developers/",
  "openapi": "https://pepchile.com/openapi.json",
  "onboarding": {
    "api_key_required": false,
    "account_required": false,
    "signup_url": null,
    "free_tier": true,
    "pricing": "free",
    "self_serve": true,
    "sandbox_url": "https://pepchile-dev.pages.dev",
    "rate_limit_per_minute": 60,
    "first_call": "curl https://pepchile.com/api/products",
    "openapi": "https://pepchile.com/openapi.json",
    "documentation": "https://pepchile.com/developers/",
    "notes": "Every read endpoint is public and free. Only /api/checkout needs a Supabase anonymous session, and a person must complete the payment."
  }
}
