MCP server exposing 3 tools for data-dallas.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/data-dallas/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
dallas_recent — Recent records from a common Dallas open dataset (www.dallasopendata.com) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Dallas", "Dallas 311 requests", "Dallas building permits". Names: 311, crime, permits. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use dallas_query.dallas_query — Run a raw SoQL query against any Dallas open-data resource (www.dallasopendata.com) by its Socrata id (8-char like "qv6i-rri7"). Full SoQL: where/select/group/order/limit/offset. Use dallas_datasets to find a resource id, or dallas_recent for the common ones.dallas_datasets — Search the Dallas open-data catalogue (www.dallasopendata.com) for datasets by keyword. Returns dataset names, descriptions, and Socrata resource ids to use with dallas_query.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/data-dallas/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io