Data Collection
dataquoll.io
Provides access to current and historical emergency incident data with filtering, spatial queries, and time-based snapshots.
ENDPOINT 1
https://dataquoll.io/api/mcp
MCP server metadata
- Name
- dataquoll
- Version
- 1.1.0
Known tools 19
list_incidentsReturns a GeoJSON FeatureCollection of all current emergency incidents, with support for filtering, pagination, and bounding box queries.
Inferred read-onlynearby_incidentsReturns incidents within a radius (km) of a given lat/lng coordinate, sorted by distance.
Inferred read-onlyincident_snapshotReturns the incidents that were active at a specific point in time.
Inferred read-onlylist_statesReturns the status of each state feed, including last poll time, health, and incident count.
Inferred read-onlydeclarations_by_postcodeReturns 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-onlydeclarations_by_pointReturns 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-onlyhazard_history_by_pointWhat official sources recorded near a location, unioned with the disaster declarations that covered its local government area.
Inferred read-onlydeclaration_by_agrnThe declaration/activation for an Australian Government Reference Number, merged across sources with the full affected-LGA list.
Inferred read-onlyget_attributionReturns attribution information for all data sources, including licence details.
Inferred read-onlylist_eventsReturns spatially clustered emergency events as a GeoJSON FeatureCollection.
Inferred read-onlyget_schemaReturns all valid enum values for event types, categories, states, warning levels, and other filterable fields.
Inferred read-onlylist_gaugesReturns 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-onlyget_gaugeReturns a single gauge station plus its trailing 6 hours of raw readings (enough to see the current trend).
Inferred read-onlyget_gauge_summaryCounts 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.