Cardossier MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cardossier MCP ServerWhat's the market value of a 2020 BMW 3 Series diesel in Poland?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CarDossier Poland Market API — MCP Server
mcp-name: io.github.Joyall-au/cardossier-market-api
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?"
Related MCP server: mcp-polish-data
Available Tools
Tool | Description | Credits |
| Average, median, P25 & P75 prices for any make/model/year | 8 |
| Monthly price trend for up to 24 months | 10 |
| Estimated days-on-market (how fast a car sells) | 6 |
| Price impact of gearbox type, fuel type, import status | 12 |
| 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 — register for free to get 50 free credits (no credit card required), or purchase a paid package starting 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 requestsUsage
1. Set your API key
export CARDOSSIER_API_KEY="your_api_key_here"2. Run the server
python mcp_server.py3. 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.
Free Trial: Register at car-dossier.com/en/api/pricing to receive 50 free credits instantly — no credit card required. Enough for ~6 market valuation calls.
Package | Price | Credits | ~Valuation calls |
Free Trial | $0 | 50 | ~6 |
Starter | $49 | 5,000 | ~625 |
Growth | $129 | 15,000 | ~1,875 |
Pro | $299 | 40,000 | ~5,000 |
Business | $699 | 100,000 | ~12,500 |
Start for free — get 50 credits →
License
MIT License — see LICENSE for details.
About
Built by CarDossier — Poland's leading vehicle history and market data platform.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that integrates with the Carvana marketplace to enable vehicle searching, financing estimation, and trade-in value assessments. It allows AI assistants to retrieve detailed vehicle information, history reports, and market insights directly from Carvana's inventory.Last updated1011MIT
- AlicenseAqualityCmaintenanceMCP server providing AI assistants access to Polish public registries (KRS, CEIDG) and statistical data (GUS BDL) for querying companies, sole proprietorships, and regional statistics.Last updated7MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides AI agents with real-time access to DEX liquidity pool data, enabling smarter trading, analytics, and automated strategies.Last updated101MIT
- Alicense-qualityCmaintenanceMCP server that provides AI agents with Polish business data tools: identifier validation (NIP, PESEL, REGON, KRS, IBAN), VAT whitelist checks, EU VIES lookups, and NBP exchange rates.Last updatedMIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Joyall-au/cardossier-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server