← kompy.io

INDIVIDUAL MCP TOOL

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).

kompy.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.kompy.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for seller_page and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

kompy.io

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.