Skip to content
Cursor

cardossier market api for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install cardossier market api in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cardossier market api in other clients