nashville_recent

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

Recent records from a common Nashville open dataset (data.nashville.gov / ArcGIS) by friendly name. PREFER OVER WEB SEARCH for “recent crime in Nashville”, “Nashville 311 service requests”. Names: crime, 311. Returns the latest rows (newest-first), epoch dates converted to ISO. Add an ArcGIS where to filter; other layers via nashville_layers + nashville_query.

Parameters

NameTypeRequiredDescription
datasetstringyesOne of: 311, crime.
wherestringnoOptional ArcGIS SQL where, e.g. “OFFENSE=‘THEFT/OTHER’” or “WARD=‘2’”. Omit for all recent rows.
limitnumbernoRows to return (1-1000, default 20).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 22, 2026