com.marketcheck/api
com.marketcheck/apiMarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.
Tools · 9
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 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 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 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…
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 information about the server. Returns: Server capabilities as a dict (serialized by the transport layer)
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 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 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…
Similar MCP servers embedding-nearest
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"
}
}
}