Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
This repository was archived by the owner on May 21, 2026. It is now read-only.

Example: BuyWhere MCP for real-time SEA product search #99

Description

@BuyWhere

Example Use Case: BuyWhere MCP

Hi! Wanted to share BuyWhere MCP as a practical example for mcp-use-ts users — a real-world remote MCP server with live product data.

What is BuyWhere?

BuyWhere is a hosted MCP server with 3.8M+ products from Southeast Asia merchants (SG, MY, PH, ID, TH, VN). It is production-ready and free to start.

Usage with mcp-use-ts

import { MCPClient } from "mcp-use";

const client = new MCPClient({
  servers: {
    buywhere: {
      url: "https://api.buywhere.ai/mcp",
      headers: { Authorization: "Bearer YOUR_KEY" }
    }
  }
});

// Search for products
const result = await client.call("buywhere", "search_products", {
  query: "wireless earbuds",
  country: "SG",
  max_price: 100
});

Free API key: buywhere.ai/api-keys | Smithery: smithery.ai/servers/partners/buywhere-mcp | Docs: api.buywhere.ai/docs/guides/mcp

Would be a great addition to examples or the README!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions