cars

Pack: api-ninjas · Endpoint: https://gateway.pipeworx.io/api-ninjas/mcp

API Ninjas cars: vehicle specifications by make, model, year, or fuel type. Returns a list of { make, model, year, fuel_type, cylinders, transmission, drive, city_mpg, highway_mpg, class }. Example: cars({ make: “toyota”, model: “camry”, year: 2020 }).

Parameters

NameTypeRequiredDescription
makestringnoVehicle manufacturer, e.g. ‘toyota’, ‘ford’
modelstringnoVehicle model, e.g. ‘camry’, ‘mustang’
yearnumbernoModel year, e.g. 2020
fuel_typestringnoFuel type, e.g. ‘gas’, ‘diesel’, ‘electricity’
limitnumbernoMax results to return (default 5, max 50)

Example call

curl -X POST https://gateway.pipeworx.io/api-ninjas/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"cars","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "api-ninjas": {
      "url": "https://gateway.pipeworx.io/api-ninjas/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026