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.
ENDPOINT 1
https://mcp.cardog.io/mcp?api_key=$CARDOG_API_KEY
MCP server metadata
- Name
- Cardog Public MCP
- Version
- 2.0.0
Known tools 5
resolve_entityTurn free text into canonical Cardog entity refs — THE text entry point for every other tool.
Inferred read-onlyidentify_vehicleDecode 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-onlymarket_quoteThe 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-onlycheck_recallsThe authoritative "is this vehicle under recall?" check — Transport Canada + NHTSA recall campaigns, fused and ref-keyed.
Inferred read-onlyCONNECT 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.
cardog.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.