{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "specVersion": "1.0",
  "host": {
    "displayName": "Zambo",
    "identifier": "https://zambo.dev",
    "documentationUrl": "https://zambo.dev/for-agents/",
    "logoUrl": "https://zambo.dev/favicon.png"
  },
  "entries": [
    {
      "identifier": "urn:air:zambo.dev:mcp:zambo",
      "displayName": "Zambo MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://zambo.dev/.well-known/mcp/server-card.json",
      "description": "Give your AI hands. One URL. Type a job. Get a receipt.",
      "tags": ["mcp", "ai-agent", "execution", "verification"],
      "capabilities": ["universal-task-routing", "approval-gated-actions", "receipt-verification"],
      "representativeQueries": [
        "current BTC-USD price with source and a receipt",
        "paste https://zambo.dev/api/mcp into Claude and run a live job",
        "show the receipt if the tool failed"
      ],
      "version": "4.0.0",
      "updatedAt": "2026-09-10T00:00:00.000Z",
      "metadata": {
        "nativeEndpoint": "https://zambo.dev/api/mcp",
        "authenticationRequired": false,
        "toolsCount": 11
      }
    },
    {
      "identifier": "urn:air:zambo.dev:agent:zambo",
      "displayName": "Zambo Agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://zambo.dev/.well-known/agent-card.json",
      "description": "A2A Agent Card for cross-agent delegation and continuity.",
      "tags": ["a2a", "agent-card", "delegation"],
      "capabilities": ["agent-delegation", "cross-client-continuity"],
      "representativeQueries": [
        "Delegate a multi-step verification task to Zambo.",
        "Continue a Zambo workflow from another AI client."
      ],
      "version": "4.0.0",
      "updatedAt": "2026-09-10T00:00:00.000Z"
    },
    {
      "identifier": "urn:air:zambo.dev:api:openapi",
      "displayName": "Zambo OpenAPI",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://zambo.dev/openapi.json",
      "description": "Public OpenAPI contract for Zambo HTTPS endpoints.",
      "tags": ["openapi", "developer-tools"],
      "capabilities": ["typed-client-generation", "https-api"],
      "representativeQueries": [
        "Show me Zambo's HTTPS API schema.",
        "Generate a client for Zambo's public API."
      ],
      "version": "4.0.0",
      "updatedAt": "2026-09-10T00:00:00.000Z"
    }
  ]
}