Skip to content

Example server suggestion: BuyWhere MCP — production remote server for real-time SEA product data #4045

@BuyWhere

Description

@BuyWhere

BuyWhere MCP as a fastmcp example

Hi fastmcp team! Wanted to share BuyWhere MCP as a real-world example of a production fastmcp server in the wild.

BuyWhere is a hosted MCP server providing real-time product search across 3.8M+ products from verified Southeast Asia merchants (SG, MY, PH, ID, TH, VN). It is live and production-ready.

Why it could be useful for fastmcp docs/examples

  • Shows a real-world remote MCP deployment
  • E-commerce use case (product search, comparison, merchant data)
  • Free tier available for community testing: buywhere.ai/api-keys

Quick connection

from fastmcp import FastMCP

# Connect to BuyWhere remote MCP
client = FastMCP.from_url(
    "https://api.buywhere.ai/mcp",
    auth={"Authorization": "Bearer YOUR_KEY"}
)
  • Smithery: smithery.ai/servers/partners/buywhere-mcp
  • Docs: api.buywhere.ai/docs/guides/mcp

Happy to provide a full example or test credentials for the docs team!

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationUpdates to docs, examples, or guides. Primary change is documentation-related.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions