Skip to content
MCP-Bridge
Security

CIS Automotive API Claude Desktop Config

Add the CIS Automotive API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_cis_automotive_api_api_key with your actual cis automotive api api key

Endpoints

GET/daysSupply

Days worth of supply left on dealer lots

GET/daysToSell

Days a vehicle takes to sell

GET/getBrands

Get a list of brand names

GET/getDealers

Premium. Dealers in a zip code.

GET/getDealersByID

Premium. Dealers by ID

GET/getDealersByRegion

Premium. Dealers in a region.

GET/getInactiveModels

Get a list of model names including discontinued models

GET/getModels

Get a list of model names

GET/getRegionBrandMarketShare

Market share of a brand in region

GET/getRegionMarketShare

Market share of all brands in region