Vehicle API · Capability
Vehicle Data Workflow
Customer workflow capability for automotive vehicle data research and shopping. Combines Edmunds vehicle catalog (makes, models, styles), TMV pricing, media assets, and dealer inventory into a unified interface for car shoppers, dealer platforms, and automotive application developers.
What You Can Do
GET
List makes
— List all vehicle makes with optional year and availability filtering
/v1/makes
GET
List models
— List all models for a given vehicle make
/v1/makes/{makeNiceName}/models
GET
List model years
— List available years and trim styles for a make/model
/v1/makes/{makeNiceName}/models/{modelNiceName}/years
GET
Get style
— Get complete specs, options, and pricing for a vehicle style
/v1/styles/{styleId}
GET
Get tmv price
— Get Edmunds TMV price for a vehicle style by zip code
/v1/pricing/tmv
GET
Get style photos
— Get photo assets for a vehicle style
/v1/styles/{styleId}/photos
GET
Search inventory
— Search dealer inventory by make, model, and location
/v1/inventory
MCP Tools
list-makes
List all vehicle makes available in the Edmunds catalog
read-only
list-models
List all models for a specific vehicle make
read-only
list-model-years
List available model years and trim styles for a make and model
read-only
get-style
Get complete vehicle style details including specs, options, and pricing
read-only
get-tmv-price
Get Edmunds True Market Value price for a vehicle style at a given zip code
read-only
get-style-photos
Get photo assets for a vehicle style in multiple sizes
read-only
search-inventory
Search dealer inventory near a zip code for a specific make, model, and year
read-only