Skip to main content

MCP Server for CarDossier Market API — Polish used car market data (valuations, price history, liquidity, regional pricing)

Project description

CarDossier Poland Market API — MCP Server

mcp-name: io.github.Joyall-au/cardossier-market-api

License: MIT Python 3.9+ MCP Compatible

An MCP (Model Context Protocol) server that gives AI assistants — Claude, Cursor, Windsurf, and any MCP-compatible agent — real-time access to Polish used car market data via the CarDossier Market API.

What It Does

This server exposes 5 tools that AI agents can call to answer questions like:

  • "What is a 2019 Toyota Corolla worth in Poland right now?"
  • "Has the price of diesel BMWs been rising or falling over the past 6 months?"
  • "How quickly do used Volkswagen Golfs sell in Poland?"
  • "Is a 2020 Audi A4 cheaper in Mazowieckie or Śląskie?"
  • "How much more does an automatic gearbox add to the price of a 2018 Ford Focus?"

Available Tools

Tool Description Credits
get_market_valuation Average, median, P25 & P75 prices for any make/model/year 8
get_price_history Monthly price trend for up to 24 months 10
get_market_liquidity Estimated days-on-market (how fast a car sells) 6
get_valuation_factors Price impact of gearbox type, fuel type, import status 12
get_regional_prices Price comparison across all 16 Polish voivodeships 8

Data source: 2M+ active listings from Poland's leading car marketplaces, updated daily.

Prerequisites

  • Python 3.9+
  • A CarDossier API key — get one here (starts at $49 for 5,000 credits)

Installation

# Clone the repository
git clone https://github.com/Joyall-au/cardossier-mcp-server.git
cd cardossier-mcp-server

# Install dependencies
pip install mcp requests

Usage

1. Set your API key

export CARDOSSIER_API_KEY="your_api_key_here"

2. Run the server

python mcp_server.py

3. Connect to Claude Desktop

Add the following to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cardossier": {
      "command": "python",
      "args": ["/path/to/cardossier-mcp-server/mcp_server.py"],
      "env": {
        "CARDOSSIER_API_KEY": "your_api_key_here"
      }
    }
  }
}

4. Connect to Cursor or Windsurf

Add to your MCP settings:

{
  "cardossier": {
    "command": "python",
    "args": ["/path/to/mcp_server.py"],
    "env": {
      "CARDOSSIER_API_KEY": "your_api_key_here"
    }
  }
}

Example Interactions

Once connected, you can ask your AI assistant:

"What's the current market value of a 2020 BMW 3 Series diesel in Poland?"

The agent will call get_market_valuation with make=BMW, model=3 Series, year=2020, fuel_type=diesel and return the statistical distribution of prices.

"Show me how Toyota Corolla prices have changed over the last year"

The agent will call get_price_history with months=12 and return a monthly price trend.

"Compare used Skoda Octavia prices across Polish regions"

The agent will call get_regional_prices and return a breakdown by voivodeship.

API Reference

Full API documentation: car-dossier.com/en/api/docs
OpenAPI 3.1 spec: car-dossier.com/openapi.yaml
FAQ: car-dossier.com/en/api/faq/

Pricing

The CarDossier Market API uses a pay-as-you-go credit system. Credits never expire.

Package Price Credits ~Valuation calls
Starter $49 5,000 ~625
Growth $129 15,000 ~1,875
Pro $299 40,000 ~5,000
Business $699 100,000 ~12,500

Get your API key →

License

MIT License — see LICENSE for details.

About

Built by CarDossier — Poland's leading vehicle history and market data platform.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cardossier_mcp_server-1.0.1.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cardossier_mcp_server-1.0.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file cardossier_mcp_server-1.0.1.tar.gz.

File metadata

  • Download URL: cardossier_mcp_server-1.0.1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cardossier_mcp_server-1.0.1.tar.gz
Algorithm Hash digest
SHA256 f33f16e09056100413eecbec083d7378cf5434b260367fedc6c02b9b1e7ea0ae
MD5 e81faf88fa5b2237caf9d2452179e55d
BLAKE2b-256 3e912677877e8125f4eaa28e22d9a9cf53a92e1e99155396bb3abfa3e339c484

See more details on using hashes here.

File details

Details for the file cardossier_mcp_server-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for cardossier_mcp_server-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3fd894b95c65bdafac315347190f3f6863d269bf7e5a4c556fa2fee17168ad3a
MD5 077ddf343177a5119785eeb77f749d43
BLAKE2b-256 d4a130ade52ccb52f4564638e974289cc52ac96a9067fe26423b158f86819202

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page