← marketcheck.com

INDIVIDUAL MCP TOOL

get_endpoint

Exact reference for one REST endpoint: every query parameter (name, type, description, required, default), a real sample request, and a truncated real sample response.

marketcheck.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://developers.marketcheck.com/api/docs-mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_endpoint and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

marketcheck.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.marketcheck-docs]
url = "https://developers.marketcheck.com/api/docs-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marketcheck-docs": {
      "type": "http",
      "url": "https://developers.marketcheck.com/api/docs-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marketcheck-docs
Remote MCP URL: https://developers.marketcheck.com/api/docs-mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "marketcheck-docs": {
      "url": "https://developers.marketcheck.com/api/docs-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marketcheck-docs": {
      "type": "http",
      "url": "https://developers.marketcheck.com/api/docs-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marketcheck-docs",
  "transport": "streamable-http",
  "url": "https://developers.marketcheck.com/api/docs-mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_docs — Semantic search over the complete MarketCheck API documentation, current rate plans, and API policies (2,000+ indexed sections).
  • get_doc_page — Fetch one full documentation page as Markdown, including resolved parameter tables and curl examples.
  • list_endpoints — List every documented MarketCheck REST endpoint: method, path, one-line title, region, and docs URL (~73 endpoints across US/UK cars, dealers, VIN decode, history, valuations).
  • get_plans_and_limits — Current published MarketCheck rate plans: per-call pricing, monthly quotas, and rate limits for a region, sourced from the live plan list (authoritative over docs).