You're viewing a demo portfolio

Join the waitlist
PRSM

montgomery_recent

Active

Tool of Data Montgomery

declared in 0.1.0

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 schema

{
  "type": "object",
  "required": [
    "dataset"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Rows to return (1-1000, default 20)."
    },
    "where": {
      "type": "string",
      "description": "Optional SoQL filter. Omit for all recent rows."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint."
    },
    "dataset": {
      "enum": [
        "311",
        "crime",
        "permits"
      ],
      "type": "string",
      "description": "One of: 311, crime, permits."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Montgomery

https://github.com/pipeworx-io/mcp-data-montgomery

2/7 registries
View full server →