Server data from the Official MCP Registry
Polish used car market API: valuations, price history, liquidity & regional data. 2M+ listings.
Polish used car market API: valuations, price history, liquidity & regional data. 2M+ listings.
A well-structured MCP server for querying Polish car market data with appropriate authentication and permissions. The codebase is clean and follows MCP best practices. Minor issues include redundant server implementations and basic input validation, but these do not pose security risks. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CARDOSSIER_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-joyall-au-cardossier-market-api": {
"env": {
"CARDOSSIER_API_KEY": "your-cardossier-api-key-here"
},
"args": [
"cardossier-mcp-server"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
This server exposes 5 tools that AI agents can call to answer questions like:
| 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.
# Clone the repository
git clone https://github.com/Joyall-au/cardossier-mcp-server.git
cd cardossier-mcp-server
# Install dependencies
pip install mcp requests
export CARDOSSIER_API_KEY="your_api_key_here"
python mcp_server.py
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"
}
}
}
}
Add to your MCP settings:
{
"cardossier": {
"command": "python",
"args": ["/path/to/mcp_server.py"],
"env": {
"CARDOSSIER_API_KEY": "your_api_key_here"
}
}
}
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.
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/
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 →
MIT License — see LICENSE for details.
Built by CarDossier — Poland's leading vehicle history and market data platform.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.