BigGo MCP ServerOfficial
A Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.
Funmula-Corp
Tools
product_search
Product Search
price_history_graph
Link That Visualizes Product Price History
price_history_with_history_id
Product Price History With History ID
price_history_with_url
Product Price History With URL
spec_indexes
Elasticsearch Indexes for Product Specification. It is REQUIRED to use this tool first before running any specification search.
spec_mapping
Elasticsearch Mapping For Product Specification. Use this tool after you have the index, and need to know the mapping in order to query the index. Available indexes can be obtained by using the 'spec_indexes' tool.
get_current_region
Get the current region setting.
spec_search
Product Specification Search. Index mapping must be aquired before using this tool. Use 'spec_mapping' tool to get the mapping of the index.
README
BigGo MCP Server
Introduction
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
Features
Supports
stdioandSSEtransports
- 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
- Python >= 3.10
- uvx package manager ( Included with uv )
- BigGo Certification (
client_idandclient_secret) for specification search.
How to obtain BigGo certification?
- Register a BigGo account if you don't have one.
- Go to BigGo Certification Page
- Click "Generate certification" button

- Copy the
client_idandclient_secret - Use them in the MCP Server configuration (
BIGGO_MCP_SERVER_CLIENT_IDandBIGGO_MCP_SERVER_CLIENT_SECRET)
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 apiprice_history_graph: Link that visualizes product price historyprice_history_with_history_id: Uses history IDs from product search resultsprice_history_with_url: Tracks price history using product URLsspec_indexes: Lists available Elasticsearch indexes for product specificationsspec_mapping: Shows Elasticsearch index mapping with example documentsspec_search: Query product specifications from Elasticsearchget_current_region: Get the current region
FAQ
How to trigger tool usage?
For Product Discovery related:
Look for Nike running shoes
For Price History Tracking related:
Show me the price history of this product: https://some-product-url
For Spec Comparison related:
Find me phones with 16GB RAM and 1TB storage
Please show me diving watches that can withstand the most water pressure
Build
See build.md for more details.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Recommended Servers
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Tavily MCP Server
Provides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.
Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
mcp-shodan
MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
mcp-pinterest
A Pinterest Model Context Protocol (MCP) server for image search and information retrieval
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
The Verge News MCP Server
Provides tools to fetch and search news from The Verge's RSS feed, allowing users to get today's news, retrieve random articles from the past week, and search for specific keywords in recent Verge content.