Exposes the FBI Crime Data Explorer API — UCR crime estimates, NIBRS incident breakdowns, hate crimes, arrests, human trafficking, and agency participation data via MCP. STDIO or Streamable HTTP.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"fbi-crime-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/fbi-crime-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add fbi-crime-mcp-server npx -y cyanheads/fbi-crime-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"fbi-crime-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/fbi-crime-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agents ai-tools cde crime-data crime-statistics cyanheads fbi hate-crimes law-enforcement mcp mcp-server model-context-protocol nibrs public-safety typescript