CartScout
PYPI · CARTSCOUT-MCP · SCANNED SEP 20
Live product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add veselin15-cartscout-mcp -- uvx cartscout-mcp
{
"mcpServers": {
"veselin15-cartscout-mcp": {
"command": "uvx",
"args": [
"cartscout-mcp"
]
}
}
} {
"servers": {
"veselin15-cartscout-mcp": {
"command": "uvx",
"args": [
"cartscout-mcp"
]
}
}
} codex mcp add veselin15-cartscout-mcp -- uvx cartscout-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"veselin15-cartscout-mcp": {
"type": "local",
"command": [
"uvx",
"cartscout-mcp"
],
"enabled": true
}
}
} openclaw mcp add veselin15-cartscout-mcp --command uvx --arg cartscout-mcp
mcp_servers:
veselin15-cartscout-mcp:
command: "uvx"
args: ["cartscout-mcp"] {
"McpServers": {
"veselin15-cartscout-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"cartscout-mcp"
]
}
}
} assistant mcp add veselin15-cartscout-mcp -t stdio -c uvx -a cartscout-mcp
{
"mcpServers": {
"veselin15-cartscout-mcp": {
"command": "uvx",
"args": [
"cartscout-mcp"
]
}
}
} 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.
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 →
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 →
check_deal Check if a price is a good 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.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | Period to compare against, capped by the plan. |
| refresh | boolean | – | Fetch the current price first so the rating includes today (1 extraction). |
| url | string | yes | Full URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre |
| Name | Type | Req | Description |
|---|---|---|---|
| average_price | – | – | Time-weighted average price over the period. |
| currency | – | – | – |
| current_availability | string | – | – |
| current_price | – | – | – |
| data_points | integer | – | – |
| days | integer | yes | Days of history analyzed, limited by the plan. |
| deal_rating | string | yes | How 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_changes | integer | – | – |
| refreshed | boolean | – | True when the current price was fetched just before rating. |
| url | string | yes | – |
| verdict | string | yes | One-sentence explanation of the rating. |
No examples provided.
compare_products Compare products across stores ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| urls | array | yes | 2 to 10 product page URLs, e.g. one item at several stores. |
| Name | Type | Req | Description |
|---|---|---|---|
| failed | integer | yes | – |
| products | array | yes | – |
| succeeded | integer | yes | – |
| summary | – | yes | – |
| total | integer | yes | – |
No examples provided.
get_price_history 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.
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | – | Days of history, capped by the plan (14 on the free plan). |
| url | string | yes | Full URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre |
| Name | Type | Req | Description |
|---|---|---|---|
| currency | – | – | – |
| current_price | – | – | – |
| days | integer | yes | Days of history returned, limited by the plan. |
| highest_price | – | – | – |
| lowest_price | – | – | – |
| points | array | yes | Oldest first; a point is recorded when price or stock changes. |
| points_omitted | integer | – | Older points left out to keep the answer short. |
| url | string | yes | – |
No examples provided.
get_product Get product price and stock ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_description | boolean | – | Add the product description. |
| include_reviews | boolean | – | Add up to 10 customer reviews from the page. |
| include_variants | boolean | – | Add every size/colour option with its own price and stock (up to 50). |
| url | string | yes | Full URL of one product page, e.g. https://www.allbirds.com/products/mens-tree-runner-nz-ochre |
| Name | Type | Req | Description |
|---|---|---|---|
| availability | string | – | in_stock, limited_availability, out_of_stock, pre_order, back_order, discontinued or unknown. |
| brand | – | – | – |
| cached | boolean | – | True when served from a cache up to 60 minutes old. |
| category | – | – | – |
| condition | – | – | – |
| currency | – | – | ISO 4217 code, e.g. USD. Prices follow the store's region. |
| description | – | – | Present when include_description is true. |
| discount_percent | – | – | – |
| extracted_at | string | – | When the page was read (UTC). |
| gtin | – | – | GTIN / UPC / EAN barcode number. |
| image | – | – | Main product image URL. |
| image_count | integer | – | – |
| in_stock | – | – | True if it can be bought now; null when unknown. |
| mpn | – | – | – |
| original_price | – | – | List or strikethrough price before a discount. |
| price | – | – | Current price in the store's currency. |
| rating | – | – | – |
| review_count_on_page | integer | – | Reviews published on the page itself. |
| reviews | – | – | Present when include_reviews is true. |
| seller | – | – | – |
| sku | – | – | – |
| store | string | yes | Store domain. |
| title | – | – | – |
| url | string | yes | Product page URL after redirects. |
| variant_count | integer | – | Number of sizes, colours or other options. |
| variants | – | – | Present when include_variants is true. |
No examples provided.
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.