FBI NIBRS Crime Data
com.olyport/fbi-nibrsNational crime incident estimates from NIBRS by offense type, weapon, and location
Tools · 4
Get national estimates of violent crime incidents from NIBRS. Returns weighted national estimates of crimes against persons (violent crimes) including aggravated assault, homicide, kidnapping…
Get national estimates of property crime incidents from NIBRS. Returns weighted national estimates of crimes against property including burglary, larceny-theft, motor vehicle theft, arson, …
Get NIBRS victimization counts and percentages. Returns victim-level data from NIBRS including demographics of victims, victim-offender relationships, and injury types. Useful for underst…
Get NIBRS offense-level estimates (person or property crimes). Returns offense-level data (as opposed to incident-level). An incident may involve multiple offenses, so offense counts are typi…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fbi_nibrs_crime_data": {
"url": "https://mcp.olyport.com/fbi-nibrs/mcp",
"transport": "streamable-http"
}
}
}