la_recent
ActiveTool of Data La
Recent records from a common Los Angeles open dataset (data.lacity.org) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "recent crime in Los Angeles / LA", "LAPD arrests", "LA building permits", "MyLA311 requests", "active businesses in LA". Names: crime, arrests, businesses, permits, 311. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use la_query. (Note: LA 311 is partitioned by year — the shortcut points at the latest year; use la_datasets for other years.)
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. \"crm_cd_desc='BURGLARY'\" or \"area_name='Hollywood'\". 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",
"arrests",
"businesses",
"permits"
],
"type": "string",
"description": "One of: crime, arrests, businesses, permits, 311."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Data La
https://github.com/pipeworx-io/mcp-data-la
2/7 registries