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.

评论

其他 分类下的更多 MCP 服务器