MCP.so
ログイン

BigGo MCP Server

@Funmula-Corp

BigGo MCP Server について

BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

Funmula-Corp

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "biggo-mcp-server": {
      "command": "uvx",
      "args": [
        "BigGo-MCP-Server@latest"
      ],
      "env": {
        "BIGGO_MCP_SERVER_CLIENT_ID": "CLIENT_ID",
        "BIGGO_MCP_SERVER_CLIENT_SECRET": "CLIENT_SECRET",
        "BIGGO_MCP_SERVER_REGION": "REGION"
      }
    }
  }
}

ツール

8

Product search with BigGo search api

Link that visualizes product price history

Uses history IDs from product search results

Tracks price history using product URLs

Lists available Elasticsearch indexes for product specifications

Shows Elasticsearch index mapping with example documents

Query product specifications from Elasticsearch

Get the current region

概要

What is BigGo MCP Server?

BigGo MCP Server is an MCP server that leverages the BigGo price comparison API to enable product discovery, price history tracking, and specification comparison across multiple e-commerce platforms.

How to use BigGo MCP Server?

Install using the uvx package manager with Python >=3.10 and configure via JSON. Set environment variables for client ID, client secret, and region. The server supports both stdio and SSE transport types.

Key features of BigGo MCP Server

  • Product discovery across platforms like Amazon, eBay, and Shopee
  • Price history tracking via product URL or history ID
  • Specification comparison (disabled on versions ≥v0.1.28)
  • Region selection from 11 regional markets
  • Multiple transport options: stdio and SSE
  • Tools for exploring Elasticsearch indexes and mappings

Use cases of BigGo MCP Server

  • Searching for products with natural language queries (e.g., “Nike running shoes”)
  • Tracking price history of a specific product over time
  • Comparing products based on technical specifications (e.g., phones with 16GB RAM)
  • Integrating price comparison into AI agents or chat applications

FAQ from BigGo MCP Server

What are the prerequisites to run BigGo MCP Server?

Python 3.10 or higher, the uvx package manager, and a BigGo certification (client ID and client secret) for specification search.

How do I obtain BigGo certification?

Register a BigGo account, go to the BigGo Certification Page, click “Generate certification”, and copy the client ID and client secret.

How do I configure the server?

Add a JSON block to your MCP client configuration with the command uvx, argument BigGo-MCP-Server@latest, and environment variables for BIGGO_MCP_SERVER_CLIENT_ID, BIGGO_MCP_SERVER_CLIENT_SECRET, and BIGGO_MCP_SERVER_REGION.

What transport types are supported?

The server supports both stdio (default) and SSE transport. The SSE port defaults to 9876.

Which regions can I search in?

The available regions are TW, US, JP, HK, SG, MY, IN, PH, TH, VN, and ID. The default region is TW.

コメント

「その他」の他のコンテンツ