BigGo MCP Server
@Funmula-Corp
About BigGo MCP Server
BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
8Product search with BigGo search api
Link that visualizes product price history
Uses history IDs from product search results
Tracks price history using product URLs
Lists available Elasticsearch indexes for product specifications
Shows Elasticsearch index mapping with example documents
Query product specifications from Elasticsearch
Get the current region
Overview
What is BigGo MCP Server?
BigGo MCP Server is an MCP server that leverages the BigGo price comparison API to enable product discovery, price history tracking, and specification comparison across multiple e-commerce platforms.
How to use BigGo MCP Server?
Install using the uvx package manager with Python >=3.10 and configure via JSON. Set environment variables for client ID, client secret, and region. The server supports both stdio and SSE transport types.
Key features of BigGo MCP Server
- Product discovery across platforms like Amazon, eBay, and Shopee
- Price history tracking via product URL or history ID
- Specification comparison (disabled on versions ≥v0.1.28)
- Region selection from 11 regional markets
- Multiple transport options: stdio and SSE
- Tools for exploring Elasticsearch indexes and mappings
Use cases of BigGo MCP Server
- Searching for products with natural language queries (e.g., “Nike running shoes”)
- Tracking price history of a specific product over time
- Comparing products based on technical specifications (e.g., phones with 16GB RAM)
- Integrating price comparison into AI agents or chat applications
FAQ from BigGo MCP Server
What are the prerequisites to run BigGo MCP Server?
Python 3.10 or higher, the uvx package manager, and a BigGo certification (client ID and client secret) for specification search.
How do I obtain BigGo certification?
Register a BigGo account, go to the BigGo Certification Page, click “Generate certification”, and copy the client ID and client secret.
How do I configure the server?
Add a JSON block to your MCP client configuration with the command uvx, argument BigGo-MCP-Server@latest, and environment variables for BIGGO_MCP_SERVER_CLIENT_ID, BIGGO_MCP_SERVER_CLIENT_SECRET, and BIGGO_MCP_SERVER_REGION.
What transport types are supported?
The server supports both stdio (default) and SSE transport. The SSE port defaults to 9876.
Which regions can I search in?
The available regions are TW, US, JP, HK, SG, MY, IN, PH, TH, VN, and ID. The default region is TW.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments