You're viewing a demo portfolio

Join the waitlist
PRSM

get_complaints

Active

Tool of nhtsa

declared in 0.1.0

Get owner-filed NHTSA complaints for a vehicle — real-world problems drivers reported (vs official recalls). Use for "common problems with a 2020 Ford Explorer", "what are owners complaining about". Returns components, summary, crash/fire flags, injuries/deaths, and filing date. Pass make + model + model_year.

Parameters schema

{
  "type": "object",
  "required": [
    "make",
    "model",
    "model_year"
  ],
  "properties": {
    "make": {
      "type": "string",
      "description": "Vehicle make (e.g., \"Ford\")"
    },
    "model": {
      "type": "string",
      "description": "Vehicle model (e.g., \"Explorer\")"
    },
    "model_year": {
      "type": "number",
      "description": "Model year (e.g., 2020)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

nhtsa

https://github.com/pipeworx-io/mcp-nhtsa

1/7 registries
View full server →