Skip to content
MCP-Bridge
Data & Analytics

Marketcheck APIs MCP Config

One API serving data spanned across multiple verticals

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/apigee-net-marketcheck-cars.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apigee-net-marketcheck-cars.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/apigee-net-marketcheck-cars.json

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