@pipeworx/fbi-crime
Connect: https://gateway.pipeworx.io/fbi-crime/mcp · Install: one-click buttons
Tools: 6
FBI Crime Data Explorer (UCR/NIBRS) MCP — aggregated crime statistics.
Distinct from fbiwanted (active fugitives). This pack covers crime counts and rates at the agency, state, and national level.
Tools
list_agencies(state_abbr?)get_agency(ori)national_estimate(offense, from?, to?)state_summary(state_abbr, offense, from?, to?)agency_summary(ori, offense, from?, to?)list_offense_slugs()— valid offense slugs (no key)
Auth
- Platform key: reuses
PLATFORM_DATAGOV_KEY(the data.gov umbrella key). - BYO:
?_apiKey=<key>after registering at https://api.data.gov/signup.
Data source
https://api.usa.gov/crime/fbi/cde/ — ?api_key= query param. Upstream is intermittently flaky on DEMO_KEY; registered keys generally fare better.
Tools
- list_agencies — List reporting agencies (police departments / sheriffs) for a state. Returns ORI (Originating Reporting Identifier) — the canonical agency ID required by the other tools.
- get_agency — Fetch a single agency record by ORI.
- national_estimate — National crime rate + count estimates for an offense across a year range. Useful for “how has X crime trended nationally”.
- state_summary — Summarized monthly counts of an offense in a state. Returns time-series and totals.
- agency_summary — Summarized monthly counts of an offense for one agency (by ORI). Returns time-series of victims/incidents/offenders.
- list_offense_slugs — List the offense slugs accepted by national_estimate / state_summary / agency_summary. Returns a static list.
Tools
-
agency_summary— Summarized monthly counts of an offense for one agency (by ORI). Returns time-series of victims/incidents/offenders. -
get_agency— Fetch a single agency record by ORI. -
list_agencies— List reporting agencies (police departments / sheriffs) for a state. Returns ORI (Originating Reporting Identifier) — the canonical agency ID required by the other tools. -
list_offense_slugs— List the offense slugs accepted by national_estimate / state_summary / agency_summary. Returns a static list. -
national_estimate— National crime rate + count estimates for an offense across a year range. Useful for how has X crime trended nationally . -
state_summary— Summarized monthly counts of an offense in a state. Returns time-series and totals.