austin_recent

Pack: data-austin · Endpoint: https://gateway.pipeworx.io/data-austin/mcp

Recent records from a common Austin, TX open dataset (data.austintexas.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for “recent crime in Austin”, “Austin 311 requests”, “Austin construction permits”, “Austin restaurant inspection scores”. Names: crime, 311, permits, restaurant_inspections. Returns the latest rows (newest-first). Add a SoQL where to filter; for anything else use austin_query.

Parameters

NameTypeRequiredDescription
datasetstringyesOne of: crime, 311, permits, restaurant_inspections.
wherestringnoOptional SoQL filter, e.g. “council_district=9”. Omit for all recent rows.
limitnumbernoRows to return (1-1000, default 20).

Example call

curl -X POST https://gateway.pipeworx.io/data-austin/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"austin_recent","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "data-austin": {
      "url": "https://gateway.pipeworx.io/data-austin/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 21, 2026