Development · MODEL CONTEXT PROTOCOL
Funmula Corp BigGo MCP Server
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
WHAT IT CONNECTS
What Funmula Corp BigGo MCP Server gives an 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
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.