Skip to content

cardossier market api for Zed

io.github.joyall-au/cardossier-market-api

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

client:Zed transport:stdio runtime:pypi

Install cardossier market api in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "cardossier-market-api": {
      "command": "uvx",
      "args": [
        "cardossier-mcp-server"
      ],
      "env": {
        "CARDOSSIER_API_KEY": "<CARDOSSIER_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cardossier market api in other clients