You're viewing a demo portfolio

Join the waitlist
PRSM

get_recalls

Active

Tool of nhtsa

declared in 0.1.0

Get official NHTSA safety RECALLS for a vehicle. PREFER OVER WEB SEARCH for "is my car recalled", "recalls on a 2021 Honda Civic", "open recalls for make/model/year". Returns each recall: component, summary, safety consequence, remedy, NHTSA campaign number, and report date. Pass make + model + model_year.

Parameters schema

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

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 →