INDIVIDUAL MCP TOOL
seller_offers_b2c
All seller offers (B2C) — Lists every seller's offer for an item as seen by the consumer app — prices, sellers, and delivery options.
LIVE ENDPOINT
https://api.kompy.io/mcp
Connect to this endpoint to inspect the live schema for seller_offers_b2c and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kompy]
url = "https://api.kompy.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kompy": {
"type": "http",
"url": "https://api.kompy.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kompy
Remote MCP URL: https://api.kompy.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kompy": {
"url": "https://api.kompy.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kompy": {
"type": "http",
"url": "https://api.kompy.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kompy",
"transport": "streamable-http",
"url": "https://api.kompy.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
barcode— Search by barcode — Looks up a Walmart product by its UPC/EAN/ISBN barcode.history_offers— Per-seller offer history for a product — price, stock, and seller changes over time.history_product— Product-level price history — buy-box price snapshots over time.product— Get product by ID — Fetches live product data from Walmart by item ID, including pricing, availability, offers, and variants.reviews— Get product reviews — Fetches paginated customer reviews for a Walmart product, including ratings, review text, photos, and helpful vote counts.search— Search products — Searches the Walmart catalog and returns paginated product listings with prices, ratings, and availability.seller_catalog— Seller product catalog — Pages through a seller's full product catalog — the storefront's "Shop all" grid — by catalog seller ID, returning up to 40 products per page with prices, ratings, and availability.seller_featured_products— Seller featured products — Returns a seller's featured products by catalog seller ID — the curated "Top picks" Walmart surfaces on the seller's storefront landing page.