# AQL PropertyCheck - Gold Coast property data (remote · agents.alphaquantlabs.ai)

Official open data for one Gold Coast address point: planning, flood, bushfire, schools, transport.

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `agents.alphaquantlabs.ai`: 69/100 (this document), [markdown](https://verifymcp.io/servers/ai-alphaquantlabs-propertycheck/v1-mcp.md), [page](https://verifymcp.io/servers/ai-alphaquantlabs-propertycheck/v1-mcp)

## Channel facts

- Endpoint: `https://agents.alphaquantlabs.ai/v1/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-27.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 238 tokens (~79/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the AQL PropertyCheck - Gold Coast property data MCP server?

AQL PropertyCheck - Gold Coast property data is a hosted endpoint at https://agents.alphaquantlabs.ai/v1/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ai-alphaquantlabs-propertycheck 'https://agents.alphaquantlabs.ai/v1/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-alphaquantlabs-propertycheck": {
      "url": "https://agents.alphaquantlabs.ai/v1/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-alphaquantlabs-propertycheck": {
      "type": "http",
      "url": "https://agents.alphaquantlabs.ai/v1/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ai-alphaquantlabs-propertycheck]
url = "https://agents.alphaquantlabs.ai/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-alphaquantlabs-propertycheck": {
      "type": "remote",
      "url": "https://agents.alphaquantlabs.ai/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-alphaquantlabs-propertycheck --url 'https://agents.alphaquantlabs.ai/v1/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-alphaquantlabs-propertycheck:
    url: "https://agents.alphaquantlabs.ai/v1/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ai-alphaquantlabs-propertycheck": {
      "Transport": "http",
      "Url": "https://agents.alphaquantlabs.ai/v1/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-alphaquantlabs-propertycheck -t streamable-http -u 'https://agents.alphaquantlabs.ai/v1/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ai-alphaquantlabs-propertycheck": {
      "type": "http",
      "url": "https://agents.alphaquantlabs.ai/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 69, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-25 (score 68)

First indexed and scored.

## MCP tools (3)

### `propertycheck_lookup` (~83 tokens)

Look up a Gold Coast property

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 parameters:

- `latitude` (number, required): Decimal degrees.
- `longitude` (number, required): Decimal degrees.

### `propertycheck_catalogue` (~31 tokens)

What this server sells, and under which licence

The data blocks available, their custodians, licences and required attribution, plus the credit packs. Free.

### `propertycheck_account` (~27 tokens)

Credit balance and limits

The calling key's credit balance, spend today, daily cap and rate limits. Free.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-alphaquantlabs-propertycheck/v1-mcp#diagnostics

## Score history

- 2026-09-27: 69
- 2026-09-26: 69
- 2026-09-25: 68

## Common questions

### What is the AQL PropertyCheck - Gold Coast property data MCP server?

AQL PropertyCheck - Gold Coast property data is an MCP server listed in the public MCP registry as ai.alphaquantlabs/propertycheck. Official open data for one Gold Coast address point: planning, flood, bushfire, schools, transport. This page covers its hosted endpoint (https://agents.alphaquantlabs.ai/v1/mcp).

### Is the AQL PropertyCheck - Gold Coast property data MCP server safe to use?

AQL PropertyCheck - Gold Coast property data scores 69 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AQL PropertyCheck - Gold Coast property data MCP server expose?

AQL PropertyCheck - Gold Coast property data exposes 3 tools: propertycheck_lookup, propertycheck_catalogue, propertycheck_account. Their descriptions and schemas cost roughly 141 tokens of context every time the server is loaded.

### Does the AQL PropertyCheck - Gold Coast property data MCP server require authentication?

Yes. AQL PropertyCheck - Gold Coast property data asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the AQL PropertyCheck - Gold Coast property data MCP server still maintained?

AQL PropertyCheck - Gold Coast property data is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://agents.alphaquantlabs.ai/v1/mcp
- Authorisation metadata: https://agents.alphaquantlabs.ai/.well-known/oauth-protected-resource/v1/mcp
- Website: https://agents.alphaquantlabs.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-alphaquantlabs-propertycheck/v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-alphaquantlabs-propertycheck/v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-alphaquantlabs-propertycheck/v1-mcp
