Marketcheck APIs Claude Desktop Config
Add the Marketcheck APIs MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_marketcheck_apis_api_key with your actual marketcheck apis api key
Endpoints
GET
/car/dealer/inventory/activeGet dealers active inventory
GET
/car/recall/{vin}Recall info by vin
GET
/client/configure/getget client filters
POST
/client/configure/setset 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