Skip to main content
MCP Server

Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.

Share
0 stars TypeScript Unknown Updated: 2026-05-03

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the BuyWhere MCP MCP server for me.

Server: BuyWhere MCP
Description: Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.
Install command: npx -y @buywhere/mcp-server

Environment variables needed:
- BUYWHERE_API_KEY: Your BuyWhere API key for authenticated product catalog requests (required)
- BUYWHERE_API_URL: Override the BuyWhere API base URL (default: https://api.buywhere.ai)

GitHub: https://github.com/BuyWhere/buywhere-mcp

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "ai-buywhere-buywhere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@buywhere/mcp-server"
      ],
      "env": {
        "BUYWHERE_API_KEY": "your-value-here"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

npx Run directly with npx
npx -y @buywhere/mcp-server

Tools (1)

execute

Execute BuyWhere MCP operations

Environment Variables

BUYWHERE_API_KEY Required

Your BuyWhere API key for authenticated product catalog requests

Example: your-value-here
BUYWHERE_API_URL Optional

Override the BuyWhere API base URL (default: https://api.buywhere.ai)

Example: value

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.

Overview

Product search, price comparison, and affiliate-ready shopping across Singapore and US retailers.

Repository

Find the source code at https://github.com/BuyWhere/buywhere-mcp.

Tools

  • execute: Execute BuyWhere MCP operations

Environment Variables

  • BUYWHERE_API_KEY: Your BuyWhere API key for authenticated product catalog requests (Required)
  • BUYWHERE_API_URL: Override the BuyWhere API base URL (default: https://api.buywhere.ai)

Installation

NPX

npx -y @buywhere/mcp-server

Related Resources

Gemini Mcp Tool

MCP Server

MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding

MCP Tool Orchestrator

Prompt

Design and orchestrate complex multi-tool workflows using the Model Context Protocol (MCP). Build intelligent agent systems that coordinate multiple MCP servers for sophisticated automation tasks.

MCP Client Developer

Skill

Build Model Context Protocol clients to connect AI assistants with external tools and data sources. Master the protocol for seamless AI-tool integration.

MCP

Glossary

MCP stands for Model Context Protocol. It is an open standard that lets AI clients connect to external tools, data sources, and prompts through a single, consistent interface. Anthropic introduced MCP in late 2024, and it has since been adopted by Claude Desktop, Cursor, Cline, VS Code, Windsurf, and a growing list of community clients. An MCP server is a small program that exposes three things: tools the model can call, resources the client can read, and prompts that help users accomplish common tasks. An MCP client discovers those capabilities and decides when to invoke them. Transport is usually stdio for local servers or Server-Sent Events for remote ones. For developers, MCP removes the need to build a custom integration for every API. You write one server, and any compatible client can use it. For users, it means AI assistants can securely access files, databases, SaaS tools, and web services without each client reinventing the wheel.

Datagouv Mcp

MCP Server

Official data.gouv.fr Model Context Protocol (MCP) server that allows AI chatbots to search, explore, and analyze datasets from the French national Open Data platform, directly through conversation.

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.