Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

FBI NIBRS Crime Data

com.olyport/fbi-nibrs

National crime incident estimates from NIBRS by offense type, weapon, and location

Uptime
10.7%
28 probes
Response
479ms
last probe
Tools
4
callable

Tools · 4

get_violent_incident_estimates

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_property_incident_estimates

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_victimization_data

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_offense_estimates

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"
    }
  }
}