{
  "name": "AQL PropertyCheck - Gold Coast property data",
  "description": "Answers one question for an AI agent: what do official Queensland and City of Gold Coast datasets say about this exact point? Built for renter, buyer and property-search assistants. Open data only; no Google content.",
  "supportedInterfaces": [
    {
      "url": "https://agents.alphaquantlabs.ai/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "AQL PropertyCheck",
    "url": "https://property.alphaquantlabs.ai"
  },
  "version": "1.4.0",
  "documentationUrl": "https://agents.alphaquantlabs.ai/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "Bearer",
        "description": "API key from POST https://agents.alphaquantlabs.ai/v1/accounts (free). Credits: POST /v1/credits/checkout (card, Stripe) or POST /v1/credits/x402 (USDC on Base). Keyless pay-per-call is available over REST: GET /v1/property with x402."
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "bearer": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "property_lookup",
      "name": "Gold Coast property lookup",
      "description": "Official open-government property data for one point in the City of Gold Coast local government area, Queensland, Australia: planning zone, flood, bushfire, noise and infrastructure overlays, land use, state school catchments, nearest public transport, measured traffic and police division. Every block is has_value / checked_absent / not_checked, carries its source, licence (Creative Commons Attribution) and date, and is refused outright outside coverage. 1 credit per lookup; out-of-coverage points and our own failures are never charged.",
      "tags": [
        "property",
        "real estate",
        "renting",
        "gold coast",
        "queensland",
        "planning",
        "flood",
        "bushfire",
        "schools",
        "transport"
      ],
      "examples": [
        "{\"lat\":-27.9675,\"lng\":153.4136}",
        "-27.9675,153.4136"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "url": "https://agents.alphaquantlabs.ai/a2a",
  "protocolVersion": "0.3",
  "preferredTransport": "JSONRPC"
}