CartScout for Cursor
io.github.veselin15/cartscout-mcp
Live product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.
client:Cursor
transport:stdio
runtime:pypi
Install CartScout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cartscout-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cartscout-mcp"
],
"env": {
"RAPIDAPI_KEY": "<RAPIDAPI_KEY>",
"CARTSCOUT_RAPIDAPI_HOST": "<CARTSCOUT_RAPIDAPI_HOST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs