← Registry

Data Collection

cardog.app

Provides comprehensive vehicle data tools including entity resolution, VIN decoding, inventory search, market pricing, and recall checks for Canadian and US markets.

1 endpoint5 known toolsFirst detected July 31, 2026Last detected August 14, 2026

ENDPOINT 1

https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY

No auth detected

MCP server metadata

Name
Cardog Public MCP
Version
2.0.0
Capabilities
tools.listChanged

Known tools 5

resolve_entity

Turn free text into canonical Cardog entity refs — THE text entry point for every other tool.

Inferred read-only
identify_vehicle

Decode a 17-character VIN into its full Cardog identity: canonical entity refs, the market grains (nano/squish), spec highlights, and links to adjacent resources.

Inferred read-only
search_inventory

Search live Canadian vehicle listings — ref-native.

Inferred read-only
market_quote

The live market card for one instrument: quote (live listing count, best/p25/median/p75 price, average days-on-market, 30-day price cuts), a daily-bar history summary, and a bounded sample of the live listings behind the numbers.

Inferred read-only
check_recalls

The authoritative "is this vehicle under recall?" check — Transport Canada + NHTSA recall campaigns, fused and ref-keyed.

Inferred read-only

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.cardog-public-mcp]
url = "https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cardog-public-mcp": {
      "type": "http",
      "url": "https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cardog-public-mcp
Remote MCP URL: https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY

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": {
    "cardog-public-mcp": {
      "url": "https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cardog-public-mcp": {
      "type": "http",
      "url": "https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cardog-public-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cardog.io was fetched 2026-08-23T18:25:06.286Z.

Trust status Trusted

cardog.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.