mcpbeat Sign in

Cardossier Market API MCP Server

by joyall-au Your server? Claim it
local only

Cardossier Market API runs on your own machine — the client starts it, so there is no endpoint to ping. 142 installs a week from pypi. Last commit 31 Jul 2026.

Polish used-car market data: valuations, price history, liquidity, regional prices. Keyless demo.

Installs per day peak 87 · avg 38 · -17% w/w
a month agotoday
142
Installs / week
pypi · cardossier-mcp-server
0
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cardossier Market API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cardossier-market-api -- uvx cardossier-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cardossier-market-api": {
      "args": [
        "cardossier-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cardossier-market-api]
command = "uvx"
args = ["cardossier-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "cardossier-market-api": {
      "args": [
        "cardossier-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cardossier-market-api": {
      "args": [
        "cardossier-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CARDOSSIER_API_KEY (Optional CarDossier API key. Without it the keyless demo tier serves 5 calls/day. Get a free key (50 credits) at https://car-dossier.com/en/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cardossier Market API

same job, measured the same way
Fia Signals MCP
by odds7

Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.

8 tools answering
C
GolfData
by golfdata

Golf equipment catalog, live retailer prices and daily price history. Keyless search, free key.

7 tools answering
CryptoDataAPI
by cryptodataapi

Live crypto market data: prices, funding, OI, liquidations, regimes, GEX, whales, sentiment, macro.

26 tools answering
MarketCheck API
by marketcheck

MarketCheck automotive data: search US/UK listings, predict prices, decode VINs, market history.

9 tools answering
GridHub Electricity Market Data
by jalcodev

Live and historical electricity prices and demand for 25 grids; carbon intensity for GB.

6 tools answering
0xArchive Market Data
by 0xarchive

Real-time & historical Hyperliquid/Lighter: L4/L2/L3, fills, funding, OI, liquidations, candles

answering
DepthFeed
by depthfeed

Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access.

15 tools answering
Coingecko MCP Server
by cyanheads

Crypto market data via CoinGecko — prices, markets, history, trending, and deep coin metadata.

55 installs/wk local only

Cardossier Market API — questions

Answers built from our own checks of this server.

Why is there no uptime for Cardossier Market API?
Cardossier Market API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cardossier-mcp-server was installed 142 times last week.
How do I connect Cardossier Market API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cardossier-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Cardossier Market API?
The pypi package cardossier-mcp-server was installed 142 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cardossier Market API open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.