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