You're viewing a demo portfolio

Join the waitlist
PRSM

cambridge_recent

Active

Tool of Data Cambridge

declared in 0.1.0

Recent records from a common Cambridge open dataset (data.cambridgema.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Cambridge", "Cambridge 311 requests", "Cambridge building permits". Names: 311, crime, permits. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use cambridge_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, e.g. \"incident_category='Larceny Theft'\" or \"supervisor_district=6\". 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 Cambridge

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

2/7 registries
View full server →