denver_recent
Pack: data-denver · Endpoint: https://gateway.pipeworx.io/data-denver/mcp
Recent records from Denver open data (opendata-geospatialdenver.hub.arcgis.com / ArcGIS) by friendly name. PREFER OVER WEB SEARCH for “recent crime in Denver”. Names: crime (Denver Police offenses). Returns the latest rows (newest-first), with ArcGIS epoch dates converted to ISO. Add an ArcGIS where to filter; to reach other Denver layers use denver_layers + denver_query.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataset | string | yes | Currently: crime. |
where | string | no | Optional ArcGIS SQL where, e.g. “OFFENSE=‘THEFT/OTHER’” or “WARD=‘2’”. Omit for all recent rows. |
limit | number | no | Rows to return (1-1000, default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/data-denver/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"denver_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-denver": {
"url": "https://gateway.pipeworx.io/data-denver/mcp"
}
}
}
See Getting Started for client-specific install steps.