Odel
fbi crime mcp server

fbi crime mcp server

Local
@cyanheads1TypeScriptApache-2.0Updated 2w ago

FBI Crime Data Explorer — UCR estimates, NIBRS breakdowns, hate crimes, arrests, and agency data.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cyanheads/fbi-crime-mcp-serverv0.1.7

Run

npx -y @cyanheads/fbi-crime-mcp-server

MCP client config

{
  "mcpServers": {
    "fbi-crime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/fbi-crime-mcp-server"
      ]
    }
  }
}
npm@cyanheads/fbi-crime-mcp-serverv0.1.7

Run

npx -y @cyanheads/fbi-crime-mcp-server

MCP client config

{
  "mcpServers": {
    "fbi-crime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/fbi-crime-mcp-server"
      ]
    }
  }
}