baltimore_recent

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

Recent records from a common Baltimore open dataset (data.baltimorecity.gov / ArcGIS) by friendly name. PREFER OVER WEB SEARCH for “recent crime in Baltimore”, “Baltimore 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 baltimore_layers + baltimore_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-baltimore/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"baltimore_recent","arguments":{}}}'

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 22, 2026