Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

CartScout

PYPI · CARTSCOUT-MCP · SCANNED SEP 20

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

Available components

68 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 32 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 658 tokens (~164/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the CartScout MCP server?

CartScout runs locally as a PyPI package, launched with uvx cartscout-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · cartscout-mcp

# add to Claude Code
claude mcp add veselin15-cartscout-mcp -- uvx cartscout-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "veselin15-cartscout-mcp": {
      "command": "uvx",
      "args": [
        "cartscout-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "veselin15-cartscout-mcp": {
      "command": "uvx",
      "args": [
        "cartscout-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add veselin15-cartscout-mcp -- uvx cartscout-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "veselin15-cartscout-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "cartscout-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add veselin15-cartscout-mcp --command uvx --arg cartscout-mcp
# ~/.hermes/config.yaml
mcp_servers:
  veselin15-cartscout-mcp:
    command: "uvx"
    args: ["cartscout-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "veselin15-cartscout-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "cartscout-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add veselin15-cartscout-mcp -t stdio -c uvx -a cartscout-mcp
// mcp.json
{
  "mcpServers": {
    "veselin15-cartscout-mcp": {
      "command": "uvx",
      "args": [
        "cartscout-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/cartscout-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 32 packages
Packages resolved 32
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~485 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_deal ~135

Rate whether a product's current price is a good deal compared with its recorded price history, with the average, lowest and highest price in the period. History builds up each time CartScout reads the product, so a product seen for the first time has little to compare against.

NameTypeReqDescription
daysintegerPeriod to compare against, capped by the plan.
refreshbooleanFetch the current price first so the rating includes today (1 extraction).
urlstringyesFull URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre
NameTypeReqDescription
average_priceTime-weighted average price over the period.
currency
current_availabilitystring
current_price
data_pointsinteger
daysintegeryesDays of history analyzed, limited by the plan.
deal_ratingstringyesHow the current price compares with its recorded history, from the lowest price in the period through great, good and fair to high; insufficient_data while the product has less than a day of history.
highest_price
highest_price_at
in_stock_percent
last_observed_at
lowest_price
lowest_price_at
percent_vs_average
price_changesinteger
refreshedbooleanTrue when the current price was fetched just before rating.
urlstringyes
verdictstringyesOne-sentence explanation of the rating.

No examples provided.

compare_products ~89

Compare 2-10 product pages side by side: cheapest, cheapest in stock, best rated, biggest discount, price spread and whether every page sells the same product (matching GTIN). Uses 1 extraction per URL and needs a paid CartScout plan (PRO or higher).

NameTypeReqDescription
urlsarrayyes2 to 10 product page URLs, e.g. one item at several stores.
NameTypeReqDescription
failedintegeryes
productsarrayyes
succeededintegeryes
summaryyes
totalintegeryes

No examples provided.

get_price_history ~108

Recorded price and stock changes of a product page, with the current, lowest and highest price. History exists only for products CartScout has read before; call get_product first to start it. Does not use extractions.

NameTypeReqDescription
daysintegerDays of history, capped by the plan (14 on the free plan).
urlstringyesFull URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre
NameTypeReqDescription
currency
current_price
daysintegeryesDays of history returned, limited by the plan.
highest_price
lowest_price
pointsarrayyesOldest first; a point is recorded when price or stock changes.
points_omittedintegerOlder points left out to keep the answer short.
urlstringyes

No examples provided.

get_product ~153

Get the live price, stock status, discount, variants, identifiers (SKU, GTIN) and rating of one product page. Works with Shopify, WooCommerce, Walmart and eBay stores, Amazon in beta. Uses 1 extraction from the user's CartScout plan.

NameTypeReqDescription
include_descriptionbooleanAdd the product description.
include_reviewsbooleanAdd up to 10 customer reviews from the page.
include_variantsbooleanAdd every size/colour option with its own price and stock (up to 50).
urlstringyesFull URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre
NameTypeReqDescription
availabilitystringin_stock, limited_availability, out_of_stock, pre_order, back_order, discontinued or unknown.
brand
cachedbooleanTrue when served from a cache up to 60 minutes old.
category
condition
currencyISO 4217 code, e.g. USD. Prices follow the store's region.
descriptionPresent when include_description is true.
discount_percent
extracted_atstringWhen the page was read (UTC).
gtinGTIN / UPC / EAN barcode number.
imageMain product image URL.
image_countinteger
in_stockTrue if it can be bought now; null when unknown.
mpn
original_priceList or strikethrough price before a discount.
priceCurrent price in the store's currency.
rating
review_count_on_pageintegerReviews published on the page itself.
reviewsPresent when include_reviews is true.
seller
sku
storestringyesStore domain.
title
urlstringyesProduct page URL after redirects.
variant_countintegerNumber of sizes, colours or other options.
variantsPresent when include_variants is true.

No examples provided.

Common questions

What is the CartScout MCP server?

CartScout is an MCP server listed in the public MCP registry as io.github.Veselin15/cartscout-mcp. Live product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more. This page covers its PyPI package (cartscout-mcp).

Is the CartScout MCP server safe to use?

CartScout scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the CartScout MCP server expose?

CartScout exposes 4 tools: get_product, compare_products, check_deal, get_price_history. Their descriptions and schemas cost roughly 485 tokens of context every time the server is loaded.

Is the CartScout MCP server still maintained?

CartScout is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.