API Tools
alphaquantlabs.ai
An MCP server that exposes Gold Coast property data APIs for checking flood, bushfire, noise, planning, school, transport, and traffic details, along with data catalogue and account credit information.
ENDPOINT 1
https://agents.alphaquantlabs.ai/v1/mcp
MCP server metadata
- Name
- aql-propertycheck
- Version
- 1.0.0
Open government property data for the City of Gold Coast, Queensland. Every field carries its source, its licence and the date it was current. Read the three states carefully: has_value means checked and published, checked_absent means checked and nothing is mapped, and not_checked means NOT VERIFIED - it is never a statement that a risk is absent. Addresses outside the Gold Coast boundary are refused rather than answered with an all-clear, because the datasets simply do not reach them.
Known tools 3
propertycheck_lookupFlood, 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.
Inferred read-onlypropertycheck_catalogueThe data blocks available, their custodians, licences and required attribution, plus the credit packs.
Inferred read-onlypropertycheck_accountThe calling key's credit balance, spend today, daily cap and rate limits.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aql-propertycheck]
url = "https://agents.alphaquantlabs.ai/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aql-propertycheck": {
"type": "http",
"url": "https://agents.alphaquantlabs.ai/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aql-propertycheck
Remote MCP URL: https://agents.alphaquantlabs.ai/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aql-propertycheck": {
"url": "https://agents.alphaquantlabs.ai/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aql-propertycheck": {
"type": "http",
"url": "https://agents.alphaquantlabs.ai/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aql-propertycheck",
"transport": "streamable-http",
"url": "https://agents.alphaquantlabs.ai/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.