national_estimate
ActiveTool of Fbi Crime
declared in 0.1.0
National summarized counts + rates for an offense across a date range. Useful for "how has X crime trended nationally".
Parameters schema
{
"type": "object",
"examples": [
{
"offense": "violent-crime"
},
{
"to": 2023,
"from": 2015,
"offense": "murder"
}
],
"required": [
"offense"
],
"properties": {
"to": {
"type": "string",
"description": "End month: MM-YYYY, YYYY-MM, or YYYY (defaults to current month)"
},
"from": {
"type": "string",
"description": "Start month: MM-YYYY, YYYY-MM, or YYYY (defaults to Jan, 5 years ago)"
},
"offense": {
"type": "string",
"description": "Offense slug (e.g., \"violent-crime\", \"murder\", \"burglary\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fbi Crime
https://github.com/pipeworx-io/mcp-fbi-crime
1/7 registries