eCommerce
kompy.io
Provides Walmart product data including pricing, availability, offers, and reviews.
ENDPOINT 1
https://api.kompy.io/mcp
MCP server metadata
- Name
- kompy
- Version
- 1.0.0
Kompy provides live Walmart marketplace data. Tool routing: stock/inventory quantities → seller_offers_b2b (per-fulfillment availableQuantity; 9999 means untracked/plenty); product details, pricing, variants → product (hides exact stock unless low); catalog search with price/rating filters → search; lookup by UPC/EAN → barcode; customer reviews → reviews; price/offer changes over time → history_product and history_offers.
Known tools 11
barcodeSearch by barcode — Looks up a Walmart product by its UPC/EAN/ISBN barcode.
Inferred read-onlyhistory_offersPer-seller offer history for a product — price, stock, and seller changes over time.
Inferred read-onlyproductGet product by ID — Fetches live product data from Walmart by item ID, including pricing, availability, offers, and variants.
Inferred read-onlyreviewsGet product reviews — Fetches paginated customer reviews for a Walmart product, including ratings, review text, photos, and helpful vote counts.
Inferred read-onlysearchSearch products — Searches the Walmart catalog and returns paginated product listings with prices, ratings, and availability.
Inferred read-onlyseller_catalogSeller 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.
Inferred read-onlyseller_featured_productsSeller 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.
Inferred read-onlyseller_offers_b2bAll seller offers (B2B) — Lists every seller's offer for an item with per-fulfillment stock counts (fulfillmentOptions[].availableQuantity), prices, and delivery options.
Inferred read-onlyseller_offers_b2cAll seller offers (B2C) — Lists every seller's offer for an item as seen by the consumer app — prices, sellers, and delivery options.
Inferred read-onlyseller_pageSeller page — Returns the main seller page by catalog seller ID — the seller's identity and profile: display/legal names, Pro-seller status, customer review summary and rating breakdown, about text, and business contact details (address, phone, email).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kompy.io was fetched 2026-08-29T16:18:16.479Z.
kompy.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.