Skip to content
Back to search
30
MCP http

Vehicle Types For A Make

x402/vehicle-types-for-a-make

Vehicle types produced by a given make from NHTSA vPIC, no key. Returns type id and name such as passenger car or truck. For AI agents classifying vehicles by manufacturer. [x402: $0.08/call on base, category=data]

Uptime
0.0%
17 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Models For A Make
All vehicle models for a given make from NHTSA vPIC, no key. Returns model id and name for the manufacturer. For AI agents populating make a
0 tools · http
All Vehicle Makes
The full list of vehicle makes registered with NHTSA vPIC, no key. Returns make id and name for every manufacturer. For AI agents validating
0 tools · http
VIN Decode
Decode a vehicle identification number via the NHTSA vPIC service, no key. Returns make, model, year, body, engine, plant, and dozens of dec
0 tools · http
Vehicle Safety Recalls
Safety recalls for a make, model, and year from the NHTSA recalls API, no key. Returns each recall campaign with component, summary, consequ
0 tools · http
Vehicle Makes by Year
List all vehicle makes available for a given model year in the US EPA/DOE FuelEconomy.gov database. Returns each make as a selectable menu v
0 tools · http
Nhtsa
NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vehicle_types_for_a_make": {
      "url": "https://proxy.suverse.io/v1/data/suverse-vehicle-types",
      "transport": "http"
    }
  }
}