← Registry

Data Collection

dataquoll.io

Provides access to current and historical emergency incident data with filtering, spatial queries, and time-based snapshots.

1 endpoint19 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://dataquoll.io/api/mcp

No auth detected

MCP server metadata

Name
dataquoll
Version
1.1.0
Capabilities
tools.listChanged

Known tools 19

list_incidents

Returns a GeoJSON FeatureCollection of all current emergency incidents, with support for filtering, pagination, and bounding box queries.

Inferred read-only
get_incident

Returns a single incident as a GeoJSON Feature.

Inferred read-only
nearby_incidents

Returns incidents within a radius (km) of a given lat/lng coordinate, sorted by distance.

Inferred read-only
incident_snapshot

Returns the incidents that were active at a specific point in time.

Inferred read-only
list_historical_incidents

Returns historical emergency incidents from the 4.

Inferred read-only
list_states

Returns the status of each state feed, including last poll time, health, and incident count.

Inferred read-only
declarations_by_postcode

Returns the declaration STATUS for a postcode: declared, partial, activation_only, not_declared, uncertain, or unknown_postcode, with per-LGA detail and official source links.

Inferred read-only
declarations_by_point

Returns the declaration STATUS for the local government area containing a lat/lng point, resolved against ABS LGA 2022 (ASGS Edition 3) boundary polygons at full resolution.

Inferred read-only
hazard_history_by_point

What official sources recorded near a location, unioned with the disaster declarations that covered its local government area.

Inferred read-only
list_declarations

Browse and historically report on declaration records.

Inferred read-only
declaration_by_agrn

The declaration/activation for an Australian Government Reference Number, merged across sources with the full affected-LGA list.

Inferred read-only
get_attribution

Returns attribution information for all data sources, including licence details.

Inferred read-only
list_events

Returns spatially clustered emergency events as a GeoJSON FeatureCollection.

Inferred read-only
get_event

Returns a single clustered event by ID.

Inferred read-only
get_schema

Returns all valid enum values for event types, categories, states, warning levels, and other filterable fields.

Inferred read-only
list_gauges

Returns river gauge stations with their latest water level, the Bureau of Meteorology flood classification thresholds for each gauge, and a derived floodClass (below_minor, minor, moderate, major, or unclassified) computed from the latest reading against the published thresholds.

Inferred read-only
get_gauge

Returns a single gauge station plus its trailing 6 hours of raw readings (enough to see the current trend).

Inferred read-only
list_gauge_readings

Historical water level readings for one gauge.

Inferred read-only
get_gauge_summary

Counts of gauges at or above minor/moderate/major flood classification, grouped by state or LGA, plus the full list of at-or-above-minor stations (capped at 500).

Inferred read-only

CONNECT 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.dataquoll]
url = "https://dataquoll.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dataquoll": {
      "type": "http",
      "url": "https://dataquoll.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dataquoll
Remote MCP URL: https://dataquoll.io/api/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": {
    "dataquoll": {
      "url": "https://dataquoll.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dataquoll": {
      "type": "http",
      "url": "https://dataquoll.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dataquoll",
  "transport": "streamable-http",
  "url": "https://dataquoll.io/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.