Open Data

FBI Crime Data MCP Server

Connect your account, then chat with AI to run tools.

FBI Crime Data Explorer API providing UCR crime estimates, NIBRS incident data, and law enforcement agency statistics at national, state, and agency levels.

3 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for FBI Crime Data — workflow patterns, data models, and gotchas for your AI agent.

FBI Crime Data Explorer

FBI Crime Data Explorer (CDE) provides UCR crime data and NIBRS incident-level statistics. The API moved from the legacy crime-data-explorer.fr.cloud.gov to cde.ucr.cjis.gov with backend at api.usa.gov/crime/fbi/cde. Data from 18000+ law enforcement agencies.

Working Endpoints (CDE v2)

  • /agency/byStateAbbr/{ST} — all agencies in a state with ORI codes, NIBRS status, lat/lon
  • /summarized/agency/{ORI}/{offense_code}?from=MM-YYYY&to=MM-YYYY — monthly crime stats by agency
  • /pe/{state_abbr}/{ORI}?from={year}&to={year} — agency personnel (sworn officers, civilians, population)

Data Model

  • Personnel — law enforcement agency staffing data including sworn officers, civilian employees, and service population over time.

Offense Codes

Violent Crimes=V, Aggravated Assault=ASS, Burglary=BUR, Larceny=LAR, Motor Vehicle Theft=MVT, Homicide=HOM, Rape=RPE, Robbery=ROB, Arson=ARS, All Property Crimes=P.

Gotchas

  • Intermittent 503s — the FBI's infrastructure is flaky. Retry with exponential backoff on 502/503/504 (up to 4 retries, backoff factor 2). The community fbi-data-api PyPI package confirms this as expected behavior.
  • State abbreviations — uppercase two-letter codes (CA, TX, NY) in URL path segments.
  • ORI codes — 9-character agency identifiers (e.g. CA0010000 for LAPD). Get ORIs via /agency/byStateAbbr/{ST}.
  • Rate limitsX-Ratelimit-Remaining header tracks remaining calls. Resets hourly.
  • Data lag — most recent data is typically 1-2 years behind current year.

Tools in this Server (3)

Fbi Get Agencies

Get law enforcement agencies from the FBI Crime Data Explorer. Pass ori (9-char ORI code like 'CA0010000') for a specific agency's details. Omit ori a...

Fbi Get Crime Stats

Get crime statistics for a law enforcement agency by offense type. Offense codes: V=Violent Crimes, ASS=Aggravated Assault, BUR=Burglary, LAR=Larceny,...

Fbi Get Personnel

Get law enforcement agency staffing and personnel data from the FBI Crime Data Explorer. Returns sworn officers, civilian employees, and population se...

Frequently Asked Questions

What is the FBI Crime Data MCP server?

FBI Crime Data Explorer API providing UCR crime estimates, NIBRS incident data, and law enforcement agency statistics at national, state, and agency levels. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect FBI Crime Data to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/fbi-crime. Authentication is handled automatically.

How many tools does FBI Crime Data provide?

FBI Crime Data provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does FBI Crime Data require?

FBI Crime Data uses API Key. FBI Crime Data requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect FBI Crime Data to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/fbi-crime

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use FBI Crime Data?

Sign in to connect your credentials and start running tools from the chat.

FBI Crime Data MCP Server & Skill — 3 Tools