Skip to content
MCP-Bridge
Security

CIS Automotive API MCP Config

<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> &nbsp; <h3 style="">For a quick start guide <a href="/APIQuickStart">click here</a></h3> &nbsp; <div> If you signed up through RapidAPI

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/autodealerdata-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/autodealerdata-com.json to fetch programmatically.

{
  "mcpServers": {
    "autodealerdata-com": {
      "command": "npx",
      "args": ["-y","@mcp/autodealerdata-com"],
      "env": {
      "CIS_AUTOMOTIVE_API_API_KEY": "your_cis_automotive_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/autodealerdata-com.json

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