{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-11-05/server-card.schema.json",
  "name": "net.hefes/agora",
  "title": "Agora",
  "version": "1.0.0",
  "description": "Verified local business registry for AI agents. Currently serving Malaysia.",
  "websiteUrl": "https://agora.hefes.net",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agora-mcp.hefes.net/mcp",
      "supportedProtocolVersions": [
        "2025-06-18"
      ],
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <agora-api-key>. Omit for anonymous read-only access; action tools require an authorized key.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}