io.github.markswendsen-code/walmart
NPM · @STRIDERLABS/MCP-WALMART · SCANNED SEP 21
MCP server for Walmart - search products, manage cart, track orders
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 32 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- 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
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 95 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 542 tokens (~45/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_from_cart" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.markswendsen-code/walmart MCP server?
io.github.markswendsen-code/walmart runs locally as an npm package, launched with npx -y @striderlabs/mcp-walmart. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @striderlabs/mcp-walmart
claude mcp add markswendsen-code-walmart -- npx -y @striderlabs/mcp-walmart
{
"mcpServers": {
"markswendsen-code-walmart": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-walmart"
]
}
}
} {
"servers": {
"markswendsen-code-walmart": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-walmart"
]
}
}
} codex mcp add markswendsen-code-walmart -- npx -y @striderlabs/mcp-walmart
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"markswendsen-code-walmart": {
"type": "local",
"command": [
"npx",
"-y",
"@striderlabs/mcp-walmart"
],
"enabled": true
}
}
} openclaw mcp add markswendsen-code-walmart --command npx --arg -y --arg @striderlabs/mcp-walmart
mcp_servers:
markswendsen-code-walmart:
command: "npx"
args: ["-y", "@striderlabs/mcp-walmart"] {
"McpServers": {
"markswendsen-code-walmart": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@striderlabs/mcp-walmart"
]
}
}
} assistant mcp add markswendsen-code-walmart -t stdio -c npx -a -y @striderlabs/mcp-walmart
{
"mcpServers": {
"markswendsen-code-walmart": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-walmart"
]
}
}
} 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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Security disclosure: fail → unverified ▼ functional
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
- Security disclosure: unverified → fail ▼ functional
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 21 Sept 2026 · Analysed npm/@striderlabs/mcp-walmart@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 98 packages
| Packages resolved | 98 |
|---|---|
| Stale | 32 |
| 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 →
add_to_cart ~54
Add a product to the Walmart cart
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | – | Walmart product item ID |
| quantity | number | – | Quantity to add (default: 1) |
| url | string | – | Walmart product URL |
No output schema declared.
No examples provided.
checkout ~23
Preview checkout summary for the Walmart cart. Returns order summary without placing the order.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_orders ~31
Get Walmart order history
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of recent orders to return (default: 10) |
No output schema declared.
No examples provided.
get_product ~59
Get detailed product information including price, description, and availability
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | – | Walmart product item ID (alternative to URL) |
| url | string | – | Full Walmart product URL (e.g., https://www.walmart.com/ip/...) |
No output schema declared.
No examples provided.
login ~64
Authenticate with Walmart account using email and password via browser automation
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Walmart account email | |
| headless | boolean | – | Run browser in headless mode (default: true). Set false to see browser window. |
| password | string | yes | Walmart account password |
No output schema declared.
No examples provided.
logout ~14
Clear Walmart session and stored cookies
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
remove_from_cart ~51
Remove a specific item from the Walmart cart
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | – | Walmart product item ID to remove |
| product_name | string | – | Partial product name to identify item (alternative to item_id) |
No output schema declared.
No examples provided.
search ~78
Search Walmart products by query with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum number of results (default: 10, max: 24) |
| max_price | number | – | Maximum price filter |
| min_price | number | – | Minimum price filter |
| query | string | yes | Search term |
| sort_by | string | – | Sort order |
No output schema declared.
No examples provided.
set_address ~70
Set delivery or pickup address for Walmart. Affects product availability and pricing.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | – | Full street address (e.g., '123 Main St, City, ST 12345') |
| zip_code | string | – | ZIP code for delivery/pickup (e.g., '90210') |
No output schema declared.
No examples provided.
status ~15
Check Walmart authentication status and session info
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
update_cart ~67
Update the quantity of an item in the Walmart cart
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | – | Walmart product item ID to update |
| product_name | string | – | Partial product name to identify item (alternative to item_id) |
| quantity | number | yes | New quantity (must be >= 1) |
No output schema declared.
No examples provided.
view_cart ~16
View current Walmart cart contents and totals
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the io.github.markswendsen-code/walmart MCP server?
io.github.markswendsen-code/walmart is an MCP server listed in the public MCP registry as io.github.markswendsen-code/walmart. MCP server for Walmart - search products, manage cart, track orders. This page covers its npm package (@striderlabs/mcp-walmart).
Is the io.github.markswendsen-code/walmart MCP server safe to use?
io.github.markswendsen-code/walmart scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. 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 io.github.markswendsen-code/walmart MCP server expose?
io.github.markswendsen-code/walmart exposes 12 tools: status, login, logout, set_address, search, and 7 more. Their descriptions and schemas cost roughly 542 tokens of context every time the server is loaded.
Is the io.github.markswendsen-code/walmart MCP server still maintained?
io.github.markswendsen-code/walmart is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.markswendsen-code/walmart MCP server under?
io.github.markswendsen-code/walmart declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.