Loading MCP server directory, please wait...
FBI Crime Data Explorer — UCR estimates, NIBRS breakdowns, hate crimes, arrests, and agency data.
npx @getmcp/cli add io.github.cyanheads/fbi-crime-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FBI_API_KEYapi.data.gov API key for the FBI Crime Data Explorer. Free at https://api.data.gov/signup/.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/fbi-crime-mcp-server": {
"command": "node",
"args": [
"@cyanheads/fbi-crime-mcp-server",
"run",
"start:stdio"
],
"env": {
"FBI_API_KEY": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}