cis-automotive

cis-automotive

3.5

The CIS Automotive MCP server provides extensive data and insights into the US automotive market, offering real-time market statistics and raw listing data.

The CIS Automotive MCP server offers real-time market statistics and raw listing data from a comprehensive database encompassing over 575 million vehicles and 40,000 dealers across the United States. It serves as a pivotal resource for accessing supply, pricing, vehicle, and sales data on a brand and regional basis. These insights are generated daily to ensure up-to-date information.

Features

  • Market Data Access: Retrieve data on over 650 million vehicles, covering major car brands and models across the US.
  • VinDecode Endpoint: Quickly access vehicle feature and recall information with a single call.
  • Real-time Updates: Receive daily updates from a network of 40,000 dealerships and over 430 million vehicles.
  • Comprehensive Listings: Access raw listing data and market statistics for informed decision-making.

MCP Tools

  • Get Brands: Retrieve vehicle brand names to use as arguments for other tools.
  • Get Regions: Obtain region names for use in data queries.
  • Get Inactive Models: Access names of discontinued models.
  • Days Supply: Analyze the supply duration of vehicles on dealer lots by brand and region.
  • Days to Sell: Determine the average time vehicles remain on dealer lots.
  • Valuation: Assess market values by analyzing sale price and mileage of similar vehicles.
  • List Price: Understand average and median asking prices for new vehicles.
  • Sale Price: Examine the average sale price of new vehicles over recent periods.
  • Similar Sale Price: Compare sale prices of similar vehicles within a specified region.
  • Sale Price Histogram: Generate histograms of vehicle sale prices over a defined period.
  • Top Models: Rank models by sales performance within a region.
  • Region Daily Sales: Access daily sales data by brand and region.
  • Region Sales: Analyze monthly sales data broken down by day and region.
  • Get Dealers By ID: Access detailed dealership information using internal IDs.
  • Get Dealers: Retrieve dealership details based on zip code.
  • Get Dealers By Region: Obtain dealership information by specified region.
  • Listings: Access dealer listings, including price and vehicle details.
  • Listings By Region: Retrieve listings by region and model criteria.
  • Vehicle History: Gain insights into a vehicle’s sales history at dealerships.
  • VinDecode: Decode VINs to access vehicle and recall information.

Usage with Different Platforms

mcp


{
  "endpoint": "https://api.cisautomotive.com/v1/marketdata",
  "method": "GET",
  "headers": {
    "Authorization": "Bearer YOUR_ACCESS_TOKEN"
  },
  "params": {
    "brand": "Toyota",
    "region": "California"
  }
}