Automotive MCP Server
Official2 toolsby thenextgennexus
Cars.com listings, VIN lookups, and dealer inventory for car-buying assistants.
Car listings, VIN lookups, and dealer inventory from Cars.com.
Captured live from the server via tools/list.
search_cars
Search Cars.com for vehicle listings. Returns prices, mileage, dealer info. Args: make: Car make (e.g. 'Toyota') model: Car model (optional, e.g. 'Camry') zip_code: ZIP code for local results (optional) max_results: Max results (default 20)
Parameters (4)
- makestring
- modelstring
- zip_codestring
- max_resultsinteger
car_market_analysis
Analyze car market prices for a specific make/model. Returns price ranges and dealer inventory. Args: make: Car make (e.g. 'Honda') model: Car model (e.g. 'Civic') year: Model year (optional, 0 for all years)
Parameters (3)
- makestringrequired
- modelstringrequired
- yearinteger
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/automotive-mcp-server/mcpclaude_desktop_config.json
{
"mcpServers": {
"automotive-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/automotive-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.