You're viewing a demo portfolio

Join the waitlist
PRSM

get_safety_ratings

Active

Tool of nhtsa

declared in 0.1.0

Get NHTSA 5-Star Safety Ratings (NCAP crash-test results) for a vehicle — overall, frontal, side, and rollover star ratings. Use for "crash test rating for a 2021 Honda Civic", "how safe is X". 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.50.

Parent server

nhtsa

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

1/7 registries
View full server →
get_safety_ratings — nhtsa — PRSM MCP