FBI Crime Data
com.olyport/fbi-crimeCrime estimates by type, state arrest data, and national crime trends from the FBI UCR
Tools · 4
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 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 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 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"
}
}
}