get_models
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
nhtsa
https://github.com/pipeworx-io/mcp-nhtsa
1/7 registries