INDIVIDUAL MCP TOOL
nearby_incidents
Returns incidents within a radius (km) of a given lat/lng coordinate, sorted by distance.
LIVE ENDPOINT
https://dataquoll.io/api/mcp
Connect to this endpoint to inspect the live schema for nearby_incidents and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_incidents— Returns a GeoJSON FeatureCollection of all current emergency incidents, with support for filtering, pagination, and bounding box queries.get_incident— Returns a single incident as a GeoJSON Feature.incident_snapshot— Returns the incidents that were active at a specific point in time.list_historical_incidents— Returns historical emergency incidents from the 4.list_states— Returns the status of each state feed, including last poll time, health, and incident count.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.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.hazard_history_by_point— What official sources recorded near a location, unioned with the disaster declarations that covered its local government area.