You're viewing a demo portfolio

Join the waitlist
PRSM

get_models

Active

Tool of nhtsa

declared in 0.1.0

Get all vehicle models for a make and year. Returns model names and IDs. E.g., make 'Toyota', year '2023'.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "make": "Toyota",
      "year": 2023
    },
    {
      "make": "Ford",
      "year": 2022
    }
  ],
  "required": [
    "make",
    "year"
  ],
  "properties": {
    "make": {
      "type": "string",
      "description": "Vehicle make name (e.g., \"Toyota\", \"Ford\", \"BMW\")"
    },
    "year": {
      "type": "number",
      "description": "Model year (e.g., 2022)"
    }
  }
}

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 →