# FBI NIBRS Crime Data MCP server

National crime incident estimates from NIBRS by offense type, weapon, and location

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-fbi-nibrs
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/fbi-nibrs/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/fbi-nibrs/mcp

## Tools
- get_violent_incident_estimates - Get national estimates of violent crime incidents from NIBRS.

    Returns weighted national estimates of crimes against persons (violent
    crimes) including aggravated assault, homicide, kidnapping, robbery,
    and sex offenses. Data includes breakdowns by weapon, location type,
    victim-offender relationship, and time of day.

    Args:
        indicator: Filter by offense type (e.g. 'Aggravated Assault',
            'Robbery', 'NIBRS crimes against persons (Total)').
            Omit for all offense types.
        domain: Filter by analysis domain. Options include:
            'Incident count', 'Weapon involved', 'Location type',
            'Victim-offender relationship', 'Time of day- Incident time',
            'Multiple victims', 'Multiple offenders', 'Clearance',
            'Injury', 'MSA', 'Population group'. Omit for all.
        limit: Maximum results to return (default 50, max 1000).
     Endpoint: https://mcp.olyport.com/fbi-nibrs/mcp
- get_property_incident_estimates - Get national estimates of property crime incidents from NIBRS.

    Returns weighted national estimates of crimes against property
    including burglary, larceny-theft, motor vehicle theft, arson,
    and fraud. Data includes breakdowns by location type, time of day,
    and clearance status.

    Args:
        indicator: Filter by offense type (e.g. 'Burglary/Breaking & Entering',
            'Larceny/Theft Offenses', 'Motor Vehicle Theft',
            'NIBRS crimes against property (Total)').
        domain: Filter by analysis domain (e.g. 'Incident count',
            'Location type', 'Clearance', 'Time of day- Incident time').
        limit: Maximum results to return (default 50, max 1000).
     Endpoint: https://mcp.olyport.com/fbi-nibrs/mcp
- get_victimization_data - Get NIBRS victimization counts and percentages.

    Returns victim-level data from NIBRS including demographics of
    victims, victim-offender relationships, and injury types. Useful
    for understanding who is affected by crime and in what ways.

    Args:
        indicator: Filter by offense type (e.g. 'Aggravated Assault',
            'NIBRS crimes against persons (Total)').
        domain: Filter by analysis domain (e.g. 'Victim-offender relationship',
            'Injury', 'Age', 'Sex', 'Race').
        limit: Maximum results to return (default 50, max 1000).
     Endpoint: https://mcp.olyport.com/fbi-nibrs/mcp
- get_offense_estimates - Get NIBRS offense-level estimates (person or property crimes).

    Returns offense-level data (as opposed to incident-level). An incident
    may involve multiple offenses, so offense counts are typically higher
    than incident counts.

    Args:
        crime_category: 'person' for violent crimes or 'property' for
            property crimes. Default: 'person'.
        indicator: Filter by offense type.
        domain: Filter by analysis domain.
        limit: Maximum results to return (default 50, max 1000).
     Endpoint: https://mcp.olyport.com/fbi-nibrs/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 4, 2026
- Source: https://registry.modelcontextprotocol.io
