You're viewing a demo portfolio

Join the waitlist
PRSM

national_estimate

Active

Tool of Fbi Crime

declared in 0.1.0

National summarized counts + rates for an offense across a date range. Useful for "how has X crime trended nationally".

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "offense": "violent-crime"
    },
    {
      "to": 2023,
      "from": 2015,
      "offense": "murder"
    }
  ],
  "required": [
    "offense"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "End month: MM-YYYY, YYYY-MM, or YYYY (defaults to current month)"
    },
    "from": {
      "type": "string",
      "description": "Start month: MM-YYYY, YYYY-MM, or YYYY (defaults to Jan, 5 years ago)"
    },
    "offense": {
      "type": "string",
      "description": "Offense slug (e.g., \"violent-crime\", \"murder\", \"burglary\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fbi Crime

https://github.com/pipeworx-io/mcp-fbi-crime

1/7 registries
View full server →