CIS Automotive API Claude Desktop Config
Add the CIS Automotive API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"autodealerdata-com": {
"command": "npx",
"args": [
"-y",
"@mcp/autodealerdata-com"
],
"env": {
"CIS_AUTOMOTIVE_API_API_KEY": "your_cis_automotive_api_api_key"
}
}
}
}Environment Variables
CIS_AUTOMOTIVE_API_API_KEYReplace your_cis_automotive_api_api_key with your actual cis automotive api api key
Endpoints
GET
/daysSupplyDays worth of supply left on dealer lots
GET
/daysToSellDays a vehicle takes to sell
GET
/getBrandsGet a list of brand names
GET
/getDealersPremium. Dealers in a zip code.
GET
/getDealersByIDPremium. Dealers by ID
GET
/getDealersByRegionPremium. Dealers in a region.
GET
/getInactiveModelsGet a list of model names including discontinued models
GET
/getModelsGet a list of model names
GET
/getRegionBrandMarketShareMarket share of a brand in region
GET
/getRegionMarketShareMarket share of all brands in region