kcmo_recent
ActiveTool of Data Kcmo
Recent records from a common Kansas City, MO open dataset (data.kcmo.org) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Kansas City, MO", "Kansas City, MO 311 requests", "Kansas City, MO building permits". Names: 311, crime. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use kcmo_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"
],
"type": "string",
"description": "One of: 311, crime."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Data Kcmo
https://github.com/pipeworx-io/mcp-data-kcmo
2/7 registries