You're viewing a demo portfolio

Join the waitlist
PRSM

sf_recent

Active

Tool of Data Sf

declared in 0.1.0

Recent records from a common San Francisco open dataset (data.sfgov.org) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime/police incidents in San Francisco", "SF 311 complaints", "SF building permits / evictions / business registrations", "SF restaurant inspection scores", "SFO passenger traffic". Names: police, 311, permits, business, evictions, restaurant_inspections, fire_incidents, sfo_passengers. Returns the latest rows (sorted newest-first). Add a SoQL `where` to filter; for anything else use sf_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",
        "police",
        "permits",
        "business",
        "evictions",
        "restaurant_inspections",
        "fire_incidents",
        "sfo_passengers"
      ],
      "type": "string",
      "description": "One of: police, 311, permits, business, evictions, restaurant_inspections, fire_incidents, sfo_passengers."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Sf

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

2/7 registries
View full server →
sf_recent — Data Sf — PRSM MCP