Back to Home
rdwj icon

fbi-crime-stats-mcp

Verified Safe

by rdwj

Overview

Provides tools for accessing FBI crime statistics, generating crime forecasts, and analyzing historical crime trends.

Installation

Run Command
.venv/bin/python -m src.main

Environment Variables

  • FBI_API_KEY

Security Notes

The server uses environment variables for sensitive data like FBI_API_KEY, which is good practice. It interacts with known external and internal APIs, using HTTPS for external calls and includes robust error handling for network issues. The `openWorldHint` annotation on tools, however, is inconsistently set to `False` for tools that do make external API calls (e.g., `ucr_history` directly calls the FBI CDE API). The internal prediction API endpoint is hardcoded to an OpenShift sandbox route, which is less flexible but not a direct security vulnerability if the environment is controlled. No obvious malicious patterns or unsafe code like `eval` were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2026-01-13

Tags

Crime ForecastingFBI UCR DataTime-Series AnalysisMCP ServerPython