Skip to content
MCP-Bridge
Data & Analytics

Marketcheck APIs Claude Desktop Config

Add the Marketcheck APIs MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apigee-net-marketcheck-cars": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apigee-net-marketcheck-cars"
      ],
      "env": {
        "MARKETCHECK_APIS_API_KEY": "your_marketcheck_apis_api_key"
      }
    }
  }
}

Environment Variables

MARKETCHECK_APIS_API_KEY

Replace your_marketcheck_apis_api_key with your actual marketcheck apis api key

Endpoints

GET/car/dealer/inventory/active

Get dealers active inventory

GET/car/recall/{vin}

Recall info by vin

GET/client/configure/get

get client filters

POST/client/configure/set

set client filters

GET/crm_check/car/{vin}

CRM check of a particular vin

GET/dealer/car/uk/{id}

Dealer by id

GET/dealer/car/{id}

Dealer by id

GET/dealer/heavy-equipment/{id}

Dealer by id

GET/dealer/motorcycle/{id}

Dealer by id

GET/dealer/rv/{id}

Dealer by id