Serversai.buywhere/buywhere-mcp
M

BuyWhere MCP

ai.buywhere/buywhere-mcp · v0.3.1
▦ npm
v0.3.1npm npm: @buywhere/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.buywhere/buywhere-mcp",
  "description": "Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.",
  "title": "BuyWhere MCP",
  "repository": {
    "url": "https://github.com/BuyWhere/buywhere-mcp",
    "source": "github"
  },
  "version": "0.3.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@buywhere/mcp-server",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BuyWhere API key for authenticated product catalog requests",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BUYWHERE_API_KEY"
        },
        {
          "description": "Override the BuyWhere API base URL (default: https://api.buywhere.ai)",
          "format": "string",
          "name": "BUYWHERE_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}