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.

Walmart APIs

PYPI · MCP-WALMART-ADS · SCANNED SEP 20

MCP server for Walmart Connect Ads, Sam's Club Sponsored Ads, and Walmart Marketplace APIs

Available components

0 this week 70 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 36 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability76
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1497 tokens (~299/item across 5 items; 4 tools + 1 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 Management17
  • Stability check failed: the tool surface changed between 0.3.0 and 0.5.0: 1 tool removals, 0 breaking changes, 0 additions. See how to fix → Fail
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 6 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
Install

How do I install the Walmart APIs MCP server?

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

pypi · mcp-walmart-ads

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

  • 19 Sept 26 +16
    • Malware scan: unverified → pass security
  • 18 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: 0.27 → fail security
    • Schema quality: 261 → 299 functional
    • Package version: 0.4.0 → 0.5.0 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1
    • Tool safety: pass → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Stability: unverified → 0.03 functional
    • Package version: 0.3.0 → 0.4.0 functional
  • 9 Sept 26 +32
    • Malware scan: pass → unverified security
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Destructive annotations: pass functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Tool coverage: 100 functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.1.1a6 → 0.3.0 functional
    • Package version: 0.1.1a6 → 0.2.0 functional
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/mcp-walmart-ads@0.5.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 36 packages
Packages resolved 36
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~1,129 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
call_endpoint ~488

[Walmart] Execute an authenticated API request. Identify the endpoint by operation_id, or by method + path with an api — a raw path also reaches alpha/beta/unpublished endpoints absent from the bundled specs. Auth, signature, market, and correlation headers are added by the server. A body over the configured threshold is truncated to a preview; read the returned cached_at resource for the whole of it.

NameTypeReqDescription
advertiser_idRequired on walmart:marketplace, where it selects the credential to act as. On the ads platforms it is optional and sent as X-Advertiser-ID, which many display/creative/campaign endpoints require. Sr…
apiApi to call, e.g. walmart:marketplace:order-management. Required with raw method+path; otherwise inferred from operation_id. Src: platforms.
bodyJSON request body for POST/PUT/PATCH — an object, or an array of objects where the API takes a batch.
environmentstringyesTarget environment. walmart:marketplace accepts production or sandbox; the ads platforms accept whatever the config declares, usually production or staging. Src: platforms.
file_pathLocal file to send as multipart/form-data instead of a JSON body — Marketplace feed uploads. Pair with the feedType query parameter.
methodHTTP method. Required unless operation_id is given.
operation_idOperation id, qualified as api:operationId (e.g. walmart:ads:sponsored-products:SBAProfileUpdateV2) or bare when unambiguous. Resolves the api, platform, method, path, and required headers. Src: oper…
paramsQuery string parameters as a JSON object.
pathAPI path after the base URL, e.g. /v3/orders or /api/v1/campaigns. Required unless operation_id is given.
path_paramsValues for {placeholders} in the path, e.g. {"purchaseOrderId": "1796277083022"}.
regionstringyesRegion label, e.g. us. Src: platforms.
tenantWAP tenant for non-US walmart:ads regions, e.g. WMT_CA, WMT_MX, WBD_OD. Omit for US and for walmart:marketplace. Sent as wap-tenant-id.
NameTypeReqDescription
body
cached_at
curl
error
status_code
truncated

No examples provided.

describe_endpoint ~110

[Walmart] Describe one OpenAPI operation. Returns it with every components.schemas entry reachable from it, so a request body can be built without the full spec.

NameTypeReqDescription
apiApi to resolve a bare operation_id in, e.g. walmart:ads:sponsored-products. Src: platforms.
operation_idstringyesOperation id, qualified as api:operationId (e.g. walmart:marketplace:order-management:getAllOrders) or bare when unambiguous. Src: operations.

Structured output declared, but exposes no named fields.

No examples provided.

download_file ~366

[Walmart] Download a report, label, or snapshot. Give a full url — such as the `details` URL from a display snapshot poll, or a Marketplace report url — or an operation_id, or an api with method and path. Written to dest_path when given, otherwise gunzipped and cached. Redirects are followed for you.

NameTypeReqDescription
advertiser_idRequired on walmart:marketplace (selects the credential) and by display snapshot downloads, where it is sent as X-Advertiser-ID and as the advertiserId query parameter. Src: platforms.
apiApi to call when using method+path. Src: platforms.
dest_pathLocal path to write the bytes to. Omit to gunzip and cache the payload instead, readable at the returned cached_at resource.
environmentstringyesTarget environment. walmart:marketplace accepts production or sandbox; the ads platforms accept whatever the config declares, usually production or staging. Src: platforms.
methodHTTP method when using path. Defaults to GET.
operation_idOperation id, qualified or bare. Src: operations.
paramsQuery string parameters as a JSON object.
pathAPI path when not using url.
path_paramsValues for {placeholders} in path.
platformPlatform to authenticate as. Required with a bare url; otherwise inferred from operation_id or api. Src: platforms.
regionstringyesRegion label, e.g. us. Src: platforms.
tenantWAP tenant for non-US walmart:ads regions. Sent as wap-tenant-id.
urlAbsolute URL to fetch, e.g. a snapshot or report URL returned by a previous call.
NameTypeReqDescription
bytes_written
cached_at
content_type
error
path
size_bytes
status_code
urls

No examples provided.

list_endpoints ~165

[Walmart] List OpenAPI operations across every api. Returned operation ids can be passed straight to describe_endpoint or call_endpoint.

NameTypeReqDescription
apiLimit to one api, e.g. walmart:marketplace:order-management. A platform prefix is not accepted here — use platform for that. Src: platforms.
limitintegerRows to return from offset. The largest single api has 87.
methodFilter by HTTP verb.
offsetintegerRows to skip. Pass next_offset from a prior call.
platformLimit to one platform. Src: platforms.
queryCase-insensitive substring match on operation id, path, or summary.
tagFilter to operations whose OpenAPI tags include this value.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Walmart APIs MCP server?

Walmart APIs is an MCP server listed in the public MCP registry as io.github.alyiox/mcp-walmart-ads. MCP server for Walmart Connect Ads, Sam's Club Sponsored Ads, and Walmart Marketplace APIs. This page covers its PyPI package (mcp-walmart-ads).

Is the Walmart APIs MCP server safe to use?

Walmart APIs scores 70 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 Walmart APIs MCP server expose?

Walmart APIs exposes 4 tools: list_endpoints, describe_endpoint, call_endpoint, download_file. Their descriptions and schemas cost roughly 1,129 tokens of context every time the server is loaded.

Is the Walmart APIs MCP server still maintained?

Walmart APIs 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.