{
  "name": "Clinchr Merchant Index",
  "description": "Directory of merchants reachable over A2A through Clinchr. Resolve a merchant, follow its agentCardUrl to fetch the agent card, then speak A2A to the url named in that card. Do not hardcode the endpoint — derive it from the card.",
  "docs": "https://sales-agent-dev.up.railway.app/howto",
  "merchants": [
    {
      "id": "pizzelle-north-beach",
      "name": "Pizzelle di North Beach",
      "category": "restaurant.pizza",
      "city": "San Francisco",
      "address": "314 Columbus Ave, San Francisco, CA 94133",
      "status": "live",
      "agentCardUrl": "https://sales-agent-dev.up.railway.app/.well-known/agent-card.json"
    },
    {
      "id": "golden-boy-pizza",
      "name": "Golden Boy Pizza",
      "category": "restaurant.pizza",
      "city": "San Francisco",
      "status": "onboarding",
      "agentCardUrl": null
    },
    {
      "id": "molinari-delicatessen",
      "name": "Molinari Delicatessen",
      "category": "restaurant.deli",
      "city": "San Francisco",
      "status": "onboarding",
      "agentCardUrl": null
    }
  ]
}
