Connects Claude to the FBI's Crime Data Explorer API, giving you access to UCR and NIBRS crime statistics. Right now it exposes a single tool to fetch agency records by ORI code, which is pretty limited but gets you into the official federal crime database. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or tap into their full collection of 600+ data sources. Best for building tools that need to cross-reference law enforcement agencies or pull historical crime data into reports and analysis workflows.
FBI Crime Data Explorer MCP — UCR/NIBRS statistics
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
get_agency | Fetch a single agency record by ORI. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"fbi-crime": {
"url": "https://gateway.pipeworx.io/fbi-crime/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Fbi Crime data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json