Marketcheck MCP Client Server
Rank #57,345com.marketcheck/api
MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.
Marketcheck MCP Client Server is a Model Context Protocol (MCP) server published by MarketcheckHub. It ranks #57,345 of 115,460 servers tracked on MCP Toplist. Marketcheck MCP Client Server is listed on Official MCP, with 1 tracked version. It was first listed on Jun 11, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 58,115 of 115,460 servers on MCP Toplist.
Use Marketcheck MCP Client Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http api https://mc-api.marketcheck.com/mcp[mcp_servers.api]
url = "https://mc-api.marketcheck.com/mcp"Add to ~/.codex/config.toml.
https://mc-api.marketcheck.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"api": {
"url": "https://mc-api.marketcheck.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"api": {
"type": "http",
"url": "https://mc-api.marketcheck.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"api": {
"serverUrl": "https://mc-api.marketcheck.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"api": {
"url": "https://mc-api.marketcheck.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.marketcheck%2Fapi)<a href="https://mcptoplist.com/server/com.marketcheck%2Fapi"><img src="https://mcptoplist.com/badge/com.marketcheck%2Fapi.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarketcheckHub
Other servers by MarketcheckHub
View all MarketcheckHub servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 11, 2026 |
Frequently asked questions
- Who maintains Marketcheck MCP Client Server?
- Marketcheck MCP Client Server is maintained by MarketcheckHub, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Marketcheck MCP Client Server listed on the Official MCP Registry?
- Yes — Marketcheck MCP Client Server is listed on the Official MCP Registry.
- How many versions does Marketcheck MCP Client Server have?
- MCP Toplist tracks 1 version of Marketcheck MCP Client Server, most recently published on Jun 11, 2026.
- Where can I find the source code for Marketcheck MCP Client Server?
- The source code for Marketcheck MCP Client Server is hosted at github.com/MarketcheckHub/marketcheck-mcp-client.