mcpbeat Sign in

Walmart APIs MCP Server

local only

Walmart APIs runs on your own machine — the client starts it, so there is no endpoint to ping. 240 installs a week from pypi. Last commit 16 Sep 2026.

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

Installs per day peak 271 · avg 54 · -30% w/w
a month agotoday
240
Installs / week
pypi · mcp-walmart-ads
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Long encoded blob in source [пакет] src/mcp_walmart_ads/specs/walmart/marketplace/payments.openapi.json:1
…on/pdf":{"schema":{"type":"string","format":"byte","description":"Base64-encoded PDF bytes of the tax form."},"example":"JVBERi0xLjQKJeLjz9MKMyAwIG9iago8PC9UeXBlL1BhZ2UvUGFyZW50IDIgMCBSL01lZGlhQm94WzAgMCA2MTIgNzkyXS9Db250ZW50cyA0IDAgUj4+CmVuZG9iago0IDAgb2JqCjw8L0ZpbHRlci9GbGF0ZUR…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-walmart-ads -- uvx mcp-walmart-ads
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-walmart-ads": {
      "args": [
        "mcp-walmart-ads"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-walmart-ads]
command = "uvx"
args = ["mcp-walmart-ads"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-walmart-ads": {
      "args": [
        "mcp-walmart-ads"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-walmart-ads": {
      "args": [
        "mcp-walmart-ads"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Walmart APIs

same job, measured the same way
Sam's Club Sponsored Ads APIs
by alyiox

MCP server for Sam's Club Sponsored Ads APIs

123 installs/wk local only
Walmart Marketplace APIs
by alyiox

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

65 installs/wk local only
AgentMarketplace
by raditotev

MCP Server for an Agent Task Marketplace

22 tools answering
Retail Reason Intelligence
by retailreason

Dated answers for Walmart suppliers, Sam's Club suppliers, Marketplace sellers, and agencies.

answering
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

61 installs/wk local only
I
Omnistream MCP
by soccervortex

MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.

44 installs/wk local only
Apihubio
by apihubio

Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace.

9 tools answering
App Publish
by mikusnuz

MCP server for App Store Connect & Google Play Console — iOS/Android app management

65 installs/wk local only

Walmart APIs — questions

Answers built from our own checks of this server.

Why is there no uptime for Walmart APIs?
Walmart APIs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-walmart-ads was installed 240 times last week.
How do I connect Walmart APIs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-walmart-ads straight from pypi; nothing to host, nothing to sign up for.
How many people use Walmart APIs?
The pypi package mcp-walmart-ads was installed 240 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Walmart APIs open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.