montgomery_recent

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

Recent records from a common Montgomery County, MD open dataset (data.montgomerycountymd.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for “recent crime in Montgomery County, MD”, “Montgomery County, MD 311 requests”, “Montgomery County, MD building permits”. Names: 311, crime, permits. Returns the latest rows (newest-first). Add a SoQL where to filter; for anything else use montgomery_query.

Parameters

NameTypeRequiredDescription
datasetstringyesOne of: 311, crime, permits.
wherestringnoOptional SoQL filter. Omit for all recent rows.
limitnumbernoRows to return (1-1000, default 20).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 21, 2026