BigGo MCP Server

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables product search and price tracking for items listed on AliExpress through BigGo's comparison service

  • Allows product discovery and price comparison across Amazon platform through BigGo's API

  • Provides product discovery and price history tracking for eBay listings via BigGo's search API

BigGo MCP 服务器

介绍

BigGo MCP 服务器利用专业价格比较网站 BigGo 的 API。

特征

支持stdioSSE传输

  • 产品发现:跨多个电子商务平台搜索产品(亚马逊、Aliexpress、Ebay、淘宝、Shopee……等)
  • 价格历史跟踪:通过提供产品网址或相关条款来跟踪产品价格历史。
  • 规格比较 [在版本 >= v0.1.28 上禁用] :根据规格比较和查找产品,从基本信息到更复杂的技术规格。

安装

先决条件

  1. Python >= 3.10
  2. uvx 包管理器(包含在 uv 中)
  3. BigGo 认证( client_idclient_secret )用于规范搜索。

如何获得BigGo认证?

  • 如果您还没有 BigGo 帐户, 请注册一个。
  • 前往BigGo 认证页面
  • 点击“生成认证”按钮
  • 复制client_idclient_secret
  • 在 MCP 服务器配置中使用它们( BIGGO_MCP_SERVER_CLIENT_IDBIGGO_MCP_SERVER_CLIENT_SECRET

安装配置

{ "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" } } } }

对于特定版本,请使用BigGo-MCP-Server@VERSION ,例如: BigGo-MCP-Server@0.1.1

环境变量

多变的描述默认选择
BIGGO_MCP_SERVER_CLIENT_ID客户端 ID没有任何规范搜索必填
BIGGO_MCP_SERVER_CLIENT_SECRET客户端机密没有任何规范搜索必填
BIGGO_MCP_SERVER_REGION产品搜索区域台湾美国、台湾、日本、香港、新加坡、马来西亚、印度、菲律宾、泰国、越南、印度尼西亚
BIGGO_MCP_SERVER_SSE_PORTSSE 服务器端口9876任何可用的端口号
BIGGO_MCP_SERVER_SERVER_TYPE服务器传输类型标准输入输出标准输入输出,标准输出

默认 SSE URL: http://localhost:9876/sse

可用工具

  • product_search :使用 BigGo 搜索 API 进行产品搜索
  • price_history_graph :可视化产品价格历史的链接
  • price_history_with_history_id :使用产品搜索结果的历史记录 ID
  • price_history_with_url :使用产品 URL 跟踪价格历史记录
  • spec_indexes :列出产品规格可用的 Elasticsearch 索引
  • spec_mapping :显示 Elasticsearch 索引映射和示例文档
  • spec_search :从 Elasticsearch 查询产品规格
  • get_current_region :获取当前区域

常问问题

如何触发工具使用?

对于产品发现相关:

Look for Nike running shoes

对于价格历史跟踪相关:

Show me the price history of this product: https://some-product-url

有关规格比较:

Find me phones with 16GB RAM and 1TB storage
Please show me diving watches that can withstand the most water pressure

建造

有关更多详细信息,请参阅build.md

执照

本项目遵循 MIT 许可证。详情请参阅LICENSE文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

模型上下文协议服务器支持跨电子商务平台的产品搜索、价格历史跟踪以及使用自然语言提示的基于产品规格的搜索。

  1. Introduction
    1. Features
      1. Installation
        1. Prerequisites
        2. Installation Config
      2. Environment Variables
        1. Available Tools
          1. FAQ
            1. How to trigger tool usage?
          2. Build
            1. License
              ID: iejifldvsv