Connects Claude to Chicago's Socrata open data portal, giving you direct access to the city's public datasets on crime, transit, permits, health inspections, and more. Part of the Pipeworx gateway, which means you can either use it standalone or get it bundled with 673+ other data sources. The ask_pipeworx tool lets you query in plain English rather than constructing API calls yourself. Useful when you're building civic apps, doing urban analysis, or just need to pull Chicago municipal data without writing scraper code. Uses streamable HTTP transport and runs as a hosted service, so no local setup required.
data.cityofchicago.org Socrata MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"data-cityofchicago": {
"url": "https://gateway.pipeworx.io/data-cityofchicago/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Data Cityofchicago data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json