{
  "markdown": "# Cardog MCP Server\n\nConnect AI applications to automotive data through the Model Context Protocol.\n\n**Server URL:** `https://mcp.cardog.io/sse`\n\n## Quick Start\n\n### Claude Code\n\n```bash\nclaude mcp add cardog https://mcp.cardog.io/sse --transport sse\n```\n\nEnter your API key when prompted. Get one at [cardog.app/account/api](https://cardog.app/account/api).\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"cardog\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://mcp.cardog.io/sse?api_key=YOUR_API_KEY\"]\n    }\n  }\n}\n```\n\n### Claude Web/Mobile\n\n1. **Settings** → **Integrations** → **Add more**\n2. Enter URL: `https://mcp.cardog.io/sse`\n3. Add your API key when prompted\n\n## Available Tools\n\n### Listings\n| Tool | Description |\n|------|-------------|\n| `search_listings` | Search vehicle inventory with filters for make, model, year, price, mileage |\n\n### Market Analysis\n| Tool | Description |\n|------|-------------|\n| `get_vin_analysis` | Market analysis for a specific VIN |\n| `overview` | Market statistics for make/model/year |\n| `price_distribution` | Price histogram data |\n| `get_odometer_analysis` | Mileage vs price correlation |\n| `get_geographic_analysis` | Regional price variations |\n| `get_market_trends` | Time series pricing data |\n| `get_listing_market_position` | Individual listing analysis |\n| `pulse` | Overall market health indicators |\n\n### Vehicle Research\n| Tool | Description |\n|------|-------------|\n| `search_lineups` | Available models for a manufacturer |\n| `get_model_year` | Trim levels and specs for a model year |\n| `search_recalls` | Safety recalls (US & Canada) |\n\n### Energy\n| Tool | Description |\n|------|-------------|\n| `search_electric_stations` | EV charging stations |\n| `search_gas_stations` | Fuel stations with prices |\n\n## Authentication\n\nAPI key required. Provide via:\n\n| Method | Format |\n|--------|--------|\n| Query Parameter | `?api_key=YOUR_KEY` |\n| Header | `Authorization: Bearer YOUR_KEY` |\n| Header | `x-api-key: YOUR_KEY` |\n\nGet your API key: [cardog.app/account/api](https://cardog.app/account/api)\n\n## Examples\n\n**Find vehicles:**\n> \"Find Toyota RAV4s under $30,000 with less than 50,000 miles\"\n\n**Market analysis:**\n> \"What's the market like for 2022 Honda Civics?\"\n\n**VIN lookup:**\n> \"Check this VIN: 2T3P1RFV8NC123456\"\n\n**Recall check:**\n> \"Are there any recalls on 2020-2023 Honda CR-Vs?\"\n\n## Documentation\n\n- [Full docs](https://docs.cardog.ai/mcp)\n- [API reference](https://docs.cardog.ai)\n- [Get API key](https://cardog.app/account/api)\n\n## Support\n\n- Email: support@cardog.app\n- Status: [status.cardog.ai](https://status.cardog.ai)\n",
  "bytes": 2703,
  "sha": "d064e7916fda9fc553a644e670d20a529f9c6fa83f993e10c3f39886ba136dd6",
  "repo_slug": "cardog-ai/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_cardog_mcp_4a374cd7/readme"
}