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