AQL PropertyCheck - Gold Coast property data
Official open data for one Gold Coast address point: planning, flood, bushfire, schools, transport.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"propertycheck": {
"url": "https://agents.alphaquantlabs.ai/v1/mcp"
}
}
}Remote endpoints
https://agents.alphaquantlabs.ai/v1/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢propertycheck_lookup(latitude, longitude)
Flood, bushfire, transport noise, major electricity infrastructure, planning zone, land use, school catchments, nearest public transport, police division and measured traffic for one point on the Gold Coast. Costs one credit. Refused, and not charged for, outside the serviced area.
Input Schema
{
"type": "object",
"properties": {
"latitude": {
"type": "number",
"minimum": -90,
"maximum": 90,
"description": "Decimal degrees."
},
"longitude": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Decimal degrees."
}
},
"required": [
"latitude",
"longitude"
],
"additionalProperties": false
}🟢propertycheck_catalogue
The data blocks available, their custodians, licences and required attribution, plus the credit packs. Free.
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}🟢propertycheck_account
The calling key's credit balance, spend today, daily cap and rate limits. Free.
Input Schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}Community
Evidence