automotive__search_cars
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Automotive Intelligence] 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 schema
{
"type": "object",
"properties": {
"make": {
"type": "string",
"default": ""
},
"model": {
"type": "string",
"default": ""
},
"zip_code": {
"type": "string",
"default": ""
},
"max_results": {
"type": "integer",
"default": 20
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries