seattle_recent
ActiveTool of Data Seattle
Recent records from a common Seattle open dataset (data.seattle.gov) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Seattle", "Seattle fire 911 calls", "Seattle business licenses", "Seattle code complaints". Names: crime, fire911, business, code_complaints. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use seattle_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. \"offense='BURGLARY'\". 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": [
"crime",
"fire911",
"business",
"code_complaints"
],
"type": "string",
"description": "One of: crime, fire911, business, code_complaints."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Seattle
https://github.com/pipeworx-io/mcp-data-seattle
2/7 registries