detroit_recent
Pack: data-detroit · Endpoint: https://gateway.pipeworx.io/data-detroit/mcp
Recent records from a common Detroit open dataset (data.detroitmi.gov / ArcGIS) by friendly name — no service ids needed. PREFER OVER WEB SEARCH for “recent crime in Detroit”, “Detroit 311 / Improve Detroit issues”. Names: crime, 311. Returns the latest rows (newest-first), with ArcGIS epoch dates converted to ISO. Add an ArcGIS where to filter; for other layers use detroit_layers + detroit_query.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataset | string | yes | One of: crime, 311, permits. |
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-detroit/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"detroit_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-detroit": {
"url": "https://gateway.pipeworx.io/data-detroit/mcp"
}
}
}
See Getting Started for client-specific install steps.