MCP server for Sam's Club Sponsored Ads APIs
MCP server for Sam's Club Sponsored Ads APIs. The sam's club sponsored ads apis mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.
The server ships on npm as @modelcontextprotocol/inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
list_endpoints — List operations from the bundled OpenAPI spec for an ad_type, with optional filtersdescribe_endpoint — Return one operation plus the components.schemas reachable from it (its $ref closure), so request bodies and responses can be built without the fullcall_endpoint — Execute any Sam's Club Sponsored Ads API endpoint. Identify it by operation_id, or by raw method + path. Raw method+path also reaches endpoints notrefresh_specs — Re-fetch the bundled OpenAPI spec from its committed source_url into a user cache (~/.cache/mcp-samsclub-ads/specs/) that takes precedence over theCursor — The Cursor tool exposed by this serverCodex — The Codex tool exposed by this serverOpenCode — The OpenCode tool exposed by this serverAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Sam'S Club Sponsored Ads APIs's toolset — list_endpoints, describe_endpoint, call_endpoint and 4 more — is a fair guide to whether it matches your workflow. It is maintained by alyiox; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Sam'S Club Sponsored Ads APIs's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_endpoints | List operations from the bundled OpenAPI spec for an ad_type, with optional filters. |
| describe_endpoint | Return one operation plus the components.schemas reachable from it (its $ref closure), so request bodies and responses can be built without the full spec. |
| call_endpoint | Execute any Sam's Club Sponsored Ads API endpoint. Identify it by operation_id, or by raw method + path. Raw method+path also reaches endpoints not yet in the bundled spec. The server handles RSA-SHA256 signing. |
| refresh_specs | Re-fetch the bundled OpenAPI spec from its committed source_url into a user cache (~/.cache/mcp-samsclub-ads/specs/) that takes precedence over the bundled copy — ship fixes without a release. |
| Cursor | The Cursor tool exposed by this server. |
| Codex | The Codex tool exposed by this server. |
| OpenCode | The OpenCode tool exposed by this server. |
{
"mcpServers": {
"samsclub-ads": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/inspector"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.