MCP server exposing 6 tools for fbi-crime.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/fbi-crime/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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. Resolved by listing the agencies for the ORI's state and filtering — the dedicated by-ORI endpoint was retired mid-2026.national_estimate — National summarized counts + rates for an offense across a date 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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fbi-crime/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io