mcpbeat Sign in

CartScout MCP Server

by veselin15 Your server? Claim it
local only

CartScout runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Live product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.

Installs / week
pypi · cartscout-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check CartScout 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 cartscout-mcp -- uvx cartscout-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cartscout-mcp": {
      "args": [
        "cartscout-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cartscout-mcp]
command = "uvx"
args = ["cartscout-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cartscout-mcp": {
      "args": [
        "cartscout-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cartscout-mcp": {
      "args": [
        "cartscout-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RAPIDAPI_KEY (Your RapidAPI key for CartScout. The free plan includes 300 extractions a month.), CARTSCOUT_RAPIDAPI_HOST (RapidAPI host of the CartScout API.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CartScout

same job, measured the same way
L
Perkusai (Lithuania)
by perkusai

AI shopping search: real, in-stock Lithuanian and EU products with prices, ratings and buy links.

1 tools answering
CheckoutTruth
by moelayyan90

Verify live product price, currency, stock, variants and published shipping evidence for AI agents.

answering
CalmActiva
by langhoormarchal-beep

Realtime CBD product catalog, prices, stock and FAQ from CalmActiva.

5 tools answering
Perkusai (US)
by perkusai

AI shopping search: real, in-stock US and Amazon products with prices, ratings and buy links.

1 tools answering
Shopify Catalog Monitor
by dizzyvinci

Track price drops, stock-outs, restocks, and new/removed products across Shopify stores.

answering
Agenticfeed
by bluestratus

Match shopper intent to a merchant's products and fetch live price, stock and product Q&A.

4 tools answering
Vidé Vita
by vide-shop

Vidé Vita supplements — live prices, stock, label amounts, warnings, reviews and checkout

9 tools answering
C
Eagles and Angels Limited AI Gateway
by getbotlens

MCP gateway for eaglesandangelsltd.com: products, prices, stock, cart links and articles.

15 tools answering

CartScout — questions

Answers built from our own checks of this server.

Why is there no uptime for CartScout?
CartScout 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 cartscout-mcp.
How do I connect CartScout?
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 cartscout-mcp straight from pypi; nothing to host, nothing to sign up for.
Is CartScout 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.