What is the com.marketcheck/api MCP server?
MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.
How to install com.marketcheck/api
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"api": {
"url": "https://developers.marketcheck.com/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"api": {
"serverUrl": "https://developers.marketcheck.com/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"api": {
"type": "http",
"url": "https://developers.marketcheck.com/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://developers.marketcheck.com/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http api https://developers.marketcheck.com/api/mcpRelated MCP servers
Vehicle valuations & market reports for AI assistants. Pay per report, no subscription.
View repository →