Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.marketcheck/api

com.marketcheck/api

MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.

Uptime
no direct probes in 30d
Response
1531ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

search_active_cars

Search for cars in the United States and Canada market with comprehensive filters. This endpoint allows searching market vehicles that are up for sale in US and Canadian market right now. This endpoi…

search_past_90_days

Search for recent car inventory (EXPIRED/SOLD listings from last 90 days) with comprehensive filters following Marketcheck API structure. IMPORTANT: This endpoint serves ONLY expired/sold listings fr…

predict_price_with_comparables

Predict car price along with comparable vehicles in the market. This provides predicted price, MSRP along with active set comparables to help understand market positioning and competitive pricing.

get_car_history

Get a car's online listing history by VIN. The history API returns online listing history for a car identified by its VIN. History listings are sorted in the descending order of the listing date / la…

decode_vin_neovin

Get vehicle specifications from NeoVIN decoder by VIN. Get the basic information on specifications for a car identified by a valid VIN from NeoVIN decoder. This provides detailed vehicle specificatio…

get_server_info

Get information about the server. Returns: Server capabilities as a dict (serialized by the transport layer)

search_uk_active_cars

Search for active cars in the UK market. This tool searches for currently active car listings in the UK using the Marketcheck API. It supports comprehensive filtering by location, vehicle specificati…

search_uk_recent_cars

Search for recent/expired cars in the UK market (last 90 days). This tool searches recent inventory data for EXPIRED/SOLD listings only. It does NOT include active listings - use search_uk_active_car…

get_sold_summary

Get comprehensive sold vehicle summary with advanced filtering, ranking, and grouping capabilities for US market only. This provides historical sales data (up to 5 years) for sold vehicles in the Unit…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.marketcheck/api": {
      "url": "https://developers.marketcheck.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}