← Registry

eCommerce

kompy.io

Provides Walmart product data including pricing, availability, offers, and reviews.

1 endpoint11 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://api.kompy.io/mcp

No auth detected

MCP server metadata

Name
kompy
Version
1.0.0
Capabilities
loggingtools.listChanged
Server instructions

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

barcode

Search by barcode — Looks up a Walmart product by its UPC/EAN/ISBN barcode.

Inferred read-only
history_offers

Per-seller offer history for a product — price, stock, and seller changes over time.

Inferred read-only
history_product

Product-level price history — buy-box price snapshots over time.

Inferred read-only
product

Get product by ID — Fetches live product data from Walmart by item ID, including pricing, availability, offers, and variants.

Inferred read-only
reviews

Get product reviews — Fetches paginated customer reviews for a Walmart product, including ratings, review text, photos, and helpful vote counts.

Inferred read-only
search

Search products — Searches the Walmart catalog and returns paginated product listings with prices, ratings, and availability.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
seller_offers_b2b

All seller offers (B2B) — Lists every seller's offer for an item with per-fulfillment stock counts (fulfillmentOptions[].availableQuantity), prices, and delivery options.

Inferred read-only
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.

Inferred read-only
seller_page

Seller 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 effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for kompy.io was fetched 2026-08-29T16:18:16.479Z.

Trust status Neutral

kompy.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.