cambridge_recent
Pack: data-cambridge · Endpoint: https://gateway.pipeworx.io/data-cambridge/mcp
Recent records from a common Cambridge open dataset (data.cambridgema.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for “recent crime in Cambridge”, “Cambridge 311 requests”, “Cambridge building permits”. Names: 311, crime, permits. Returns the latest rows (newest-first). Add a SoQL where to filter; for anything else use cambridge_query.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataset | string | yes | One of: 311, crime, permits. |
where | string | no | Optional SoQL filter, e.g. “incident_category=‘Larceny Theft’” or “supervisor_district=6”. 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-cambridge/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cambridge_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-cambridge": {
"url": "https://gateway.pipeworx.io/data-cambridge/mcp"
}
}
}
See Getting Started for client-specific install steps.