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

FBI Crime Data

com.olyport/fbi-crime

Crime estimates by type, state arrest data, and national crime trends from the FBI UCR

Uptime
11.1%
27 probes
Response
481ms
last probe
Tools
4
callable

Tools · 4

get_state_crime_estimates

Get FBI crime estimates for a US state over a range of years. Returns annual crime estimate data from the FBI Crime Data Explorer for the specified state and crime category. Args: …

get_national_crime_estimates

Get national FBI crime trend estimates over a range of years. Returns annual national crime estimate data from the FBI Crime Data Explorer for the specified crime category. Args: …

get_state_arrests

Get arrest data for a US state by offense category. Returns arrest statistics from the FBI Crime Data Explorer broken down by offense category for the specified state and year range. Arg…

compare_state_crime

Compare crime rates across multiple US states for a single year. Fetches crime estimates for each state and returns them side by side for easy comparison. Useful for grant narratives requirin…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fbi_crime_data": {
      "url": "https://mcp.olyport.com/fbi-crime/mcp",
      "transport": "streamable-http"
    }
  }
}