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 Marketplace APIs

PYPI · MCP-WALMART-MARKETPLACE · SCANNED AUG 23

MCP server for Walmart Marketplace APIs (US, 3P seller)

68 Trust /100
Trust breakdown (6 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 →

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
  • 2 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability83
  • 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 1187 tokens (~148/item across 8 items; 6 tools + 2 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
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 Walmart Marketplace APIs MCP server?

Walmart Marketplace APIs runs locally as a PyPI package, launched with uvx mcp-walmart-marketplace. 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-marketplace

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

  • 22 Aug 26 +15
    • Malware scan: unverified → pass security
  • 21 Aug 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 23 Aug 2026 · Analysed pypi/mcp-walmart-marketplace@0.1.0a1

Provenance No attestation

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

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build
Dependencies 33 packages
Packages resolved 33
Stale 1
No linked repository 1
Tree resolution Complete
MCP tools · 6 exposed · ~1,013 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.

Tool Tokens
call_endpoint ~287

[WalmartMarketplace] Execute an authenticated API request. Give operation_id, or method and path together. Auth, WM_MARKET, WM_GLOBAL_VERSION, WM_SANDBOX and correlation headers are added by the server.

NameTypeReqDescription
advertiser_idintegeryes[WalmartMarketplace] Advertiser (seller profile) id to act as. Required — selects the credential. Src: config.
body[WalmartMarketplace] JSON request body for POST/PUT/PATCH.
environmentstringyes[WalmartMarketplace] Target environment — production or sandbox. Src: config.
method[WalmartMarketplace] HTTP method. Required unless operation_id is given.
operation_id[WalmartMarketplace] Operation id as domain:operationId. Resolves method, path, and required headers from the spec. Src: operations.
params[WalmartMarketplace] Query string parameters as a JSON object.
path[WalmartMarketplace] API path after the base URL, e.g. /v3/orders. Required unless operation_id is given.
path_params[WalmartMarketplace] Values for {placeholders} in the path, e.g. {"purchaseOrderId": "1796277083022"}.
regionstringyes[WalmartMarketplace] Region label, e.g. us. Src: config.
NameTypeReqDescription
body
cached_at
curl
error
status_code
truncated

No examples provided.

describe_endpoint ~98

[WalmartMarketplace] Describe one OpenAPI operation with its schema closure. Returns the operation plus every components.schemas entry reachable from it, so request bodies and responses can be built without the full spec. Server-managed auth and QoS headers are omitted — do not supply them.

NameTypeReqDescription
operation_idstringyes[WalmartMarketplace] Operation id, qualified as domain:operationId (e.g. order-management:getAllOrders). Src: operations.

Structured output declared, but exposes no named fields.

No examples provided.

download_file ~260

[WalmartMarketplace] Download a report, label, or other binary payload to a local path. Give a full url, or operation_id (or method and path). Follows redirects and drops credentials when a redirect leaves Walmart's host.

NameTypeReqDescription
advertiser_idintegeryes[WalmartMarketplace] Advertiser (seller profile) id to act as. Src: config.
dest_pathstringyes[WalmartMarketplace] Local path to write the downloaded bytes to.
environmentstringyes[WalmartMarketplace] Target environment — production or sandbox. Src: config.
method[WalmartMarketplace] HTTP method when using path.
operation_id[WalmartMarketplace] Operation id as domain:operationId. Src: operations.
params[WalmartMarketplace] Query string parameters.
path[WalmartMarketplace] API path when not using url.
path_params[WalmartMarketplace] Values for {placeholders} in path.
regionstringyes[WalmartMarketplace] Region label, e.g. us. Src: config.
url[WalmartMarketplace] Absolute URL to fetch, e.g. a report URL returned by a previous call.
NameTypeReqDescription
bytes_written
content_type
error
path
status_code
urls

No examples provided.

list_endpoints ~114

[WalmartMarketplace] List OpenAPI operations with optional filters.

NameTypeReqDescription
domain[WalmartMarketplace] Limit to one API domain, e.g. order-management. Src: specs.
method[WalmartMarketplace] Filter by HTTP verb — GET, POST, PUT, PATCH, DELETE.
query[WalmartMarketplace] Case-insensitive substring match on operation id, path, or summary.
tag[WalmartMarketplace] Filter to operations whose OpenAPI tags include this value.

Structured output declared, but exposes no named fields.

No examples provided.

refresh_specs ~67

[WalmartMarketplace] Refresh bundled OpenAPI specs from the public registry into the user cache, which then takes precedence over the bundled copies.

NameTypeReqDescription
spec_id[WalmartMarketplace] Refresh only this spec, e.g. order-management. Omit to refresh all. Src: specs.

Structured output declared, but exposes no named fields.

No examples provided.

upload_feed ~187

[WalmartMarketplace] Upload a feed file for a feed type. Posts the local file as multipart/form-data to /v3/feeds and returns the feed id.

NameTypeReqDescription
advertiser_idintegeryes[WalmartMarketplace] Advertiser (seller profile) id to act as. Src: config.
environmentstringyes[WalmartMarketplace] Target environment — production or sandbox. Src: config.
feed_typestringyes[WalmartMarketplace] Walmart feedType, e.g. MP_ITEM, MP_INVENTORY, RETIRE_ITEM. Valid values are enumerated on each domain's POST /v3/feeds operation. Src: operations.
file_pathstringyes[WalmartMarketplace] Local path of the feed file to upload.
regionstringyes[WalmartMarketplace] Region label, e.g. us. Src: config.
NameTypeReqDescription
body
cached_at
curl
error
status_code
truncated

No examples provided.

Common questions

What is the Walmart Marketplace APIs MCP server?

Walmart Marketplace APIs is an MCP server listed in the public MCP registry as io.github.alyiox/mcp-walmart-marketplace. MCP server for Walmart Marketplace APIs (US, 3P seller). This page covers its PyPI package (mcp-walmart-marketplace).

Is the Walmart Marketplace APIs MCP server safe to use?

Walmart Marketplace APIs scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 August 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 Marketplace APIs MCP server expose?

Walmart Marketplace APIs exposes 6 tools: list_endpoints, describe_endpoint, call_endpoint, upload_feed, download_file, refresh_specs. Their descriptions and schemas cost roughly 1,013 tokens of context every time the server is loaded.

Is the Walmart Marketplace APIs MCP server still maintained?

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