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
{
"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