Development · MODEL CONTEXT PROTOCOL
Funmula Corp BigGo MCP Server
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
WHAT IT CONNECTS
Funmula Corp BigGo MCP Server 为 AI Agent 提供什么
- **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.
- Python >= 3.10
- [uvx package manager ( Included with uv )](https://docs.astral.sh/uv/getting-started/installation/)
- BigGo Certification (`client_id` and `client_secret`) for specification search.
- [Register](https://account.biggo.com/?url=https%3A%2F%2Fbiggo.com%2F&lang=en&source=web&type=biggo3&method=register) a BigGo account if you don't have one.
- Go to [BigGo Certification Page](https://account.biggo.com/setting/token)
- Click "Generate certification" button
- 
- Copy the `client_id` and `client_secret`
- Use them in the MCP Server configuration (`BIGGO_MCP_SERVER_CLIENT_ID` and `BIGGO_MCP_SERVER_CLIENT_SECRET`)
- `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
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。