BigGo-MCP-Server
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
Documentation
BigGo MCP Server
Introduction
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
Features
> Supports `stdio` and `SSE` transports
- Product Discovery: Search for products across multiple e-commerce platforms (Amazon, Aliexpress, Ebay, Taobao, Shopee ... etc.)
- Price History Tracking: Track product price history by supplying product url or related terms.
- Spec Comparison [Disabled on versions >= v0.1.28]: Compare and find products based on their specifications, from basic infos to more complex technical specs.
Installation
Prerequisites
1. Python >= 3.10
2. uvx package manager ( Included with uv )
3. BigGo Certification (`client_id` and `client_secret`) for specification search.
How to obtain BigGo certification?
Installation Config
{
"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"
}
}
}
}> For specific version use `BigGo-MCP-Server@VERSION`, ex: `BigGo-MCP-Server@0.1.1`
Environment Variables
| Variable | Description | Default | Choices |
|---|---|---|---|
| `BIGGO_MCP_SERVER_CLIENT_ID` | Client ID | None | Required for specification search |
| `BIGGO_MCP_SERVER_CLIENT_SECRET` | Client Secret | None | Required for specification search |
| `BIGGO_MCP_SERVER_REGION` | Region for product search | TW | US, TW, JP, HK, SG, MY, IN, PH, TH, VN, ID |
| `BIGGO_MCP_SERVER_SSE_PORT` | Port for SSE server | 9876 | Any available port number |
| `BIGGO_MCP_SERVER_SERVER_TYPE` | Server transport type | stdio | stdio, sse |
> Default SSE URL: http://localhost:9876/sse
Available Tools
- `product_search`: Product search with BigGo search api
- `price_history_graph`: Link that visualizes product price history
- `price_history_with_history_id`: Uses history IDs from product search results
- `price_history_with_url`: Tracks price history using product URLs
- `spec_indexes`: Lists available Elasticsearch indexes for product specifications
- `spec_mapping`: Shows Elasticsearch index mapping with example documents
- `spec_search`: Query product specifications from Elasticsearch
- `get_current_region`: Get the current region
FAQ
How to trigger tool usage?
For Product Discovery related:
Look for Nike running shoesFor Price History Tracking related:
Show me the price history of this product: https://some-product-urlFor Spec Comparison related:
Find me phones with 16GB RAM and 1TB storagePlease show me diving watches that can withstand the most water pressureBuild
See build.md for more details.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Frequently asked questions
What is BigGo-MCP-Server?
BigGo-MCP-Server is BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
How do I install BigGo-MCP-Server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is BigGo-MCP-Server open source?
Yes — it is hosted on GitHub at https://github.com/Funmula-Corp/BigGo-MCP-Server and has 14 stars.
Related MCP tools
Browse the web, directly from Cursor etc. Built for the Model Context Protocol to enhance AI capabilities. Python-based implementation.
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP