CIS Automotive API MCP Server
<div style="">This API provides access to our Automotive Data. Use of this API is subject to our <a href="https://autodealerdata.com/tos">Terms of Service</a></div> <h3 style="">For a quick start guide <a href="/APIQuickStart">click here</a></h3> <div> If you signed up through RapidAPI
Quick Setup
Transport: STDIO
Command: npx -y @mcp/autodealerdata-com
Environment Variables
CIS_AUTOMOTIVE_API_API_KEYExample: your_cis_automotive_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"autodealerdata-com": {
"command": "npx",
"args": ["-y","@mcp/autodealerdata-com"],
"env": {
"CIS_AUTOMOTIVE_API_API_KEY": "your_cis_automotive_api_api_key"
}
}
}
}Endpoints
/daysSupplyDays worth of supply left on dealer lots
/daysToSellDays a vehicle takes to sell
/getBrandsGet a list of brand names
/getDealersPremium. Dealers in a zip code.
/getDealersByIDPremium. Dealers by ID
/getDealersByRegionPremium. Dealers in a region.
/getInactiveModelsGet a list of model names including discontinued models
/getModelsGet a list of model names
/getRegionBrandMarketShareMarket share of a brand in region
/getRegionMarketShareMarket share of all brands in region