← marketcheck.com

INDIVIDUAL MCP TOOL

search_uk_active_cars

Search for active cars in the UK market.

marketcheck.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://developers.marketcheck.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_uk_active_cars and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

marketcheck.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.marketcheck-api-server]
url = "https://developers.marketcheck.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marketcheck-api-server": {
      "type": "http",
      "url": "https://developers.marketcheck.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marketcheck-api-server
Remote MCP URL: https://developers.marketcheck.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "marketcheck-api-server": {
      "url": "https://developers.marketcheck.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marketcheck-api-server": {
      "type": "http",
      "url": "https://developers.marketcheck.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marketcheck-api-server",
  "transport": "streamable-http",
  "url": "https://developers.marketcheck.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_active_cars — Search for cars in the United States and Canada market with comprehensive filters.
  • search_past_90_days — Search for recent car inventory (EXPIRED/SOLD listings from last 90 days) with comprehensive filters following Marketcheck API structure.
  • predict_price_with_comparables — Predict car price along with comparable vehicles in the market.
  • get_car_history — Get a car's online listing history by VIN.
  • decode_vin_neovin — Get vehicle specifications from NeoVIN decoder by VIN.
  • get_server_info — Get information about the server.
  • search_uk_recent_cars — Search for recent/expired cars in the UK market (last 90 days).
  • get_sold_summary — Get comprehensive sold vehicle summary with advanced filtering, ranking, and grouping capabilities for US market only.