BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.
Connect BigGo to Claude, Cursor or any other MCP client and it stops being a tab you switch to. BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website. The biggo mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
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 regionPrerequisites — 1. Python >= 3.10 2. uvx package manager ( Included with uv ) 3. BigGo CertificationConfiguration is passed through the environment: BIGGO_MCP_SERVER_CLIENT_ID, BIGGO_MCP_SERVER_CLIENT_SECRET, BIGGO_MCP_SERVER_REGION, CLIENT_ID, CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
client_id and client_secret) for specification search.The server ships on PyPI as package, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. BigGo's toolset — product_search, price_history_graph, price_history_with_history_id and 6 more — is a fair guide to whether it matches your workflow. It is maintained by Funmula-Corp; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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 |
| Prerequisites | 1. Python >= 3.10 2. [uvx package manager ( Included with uv )](https://docs.astral.sh/uv/getting-started/installation/) 3. BigGo Certification (client_id and client_secret) for specification search. |
{
"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"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
client_id and client_secret) for specification search.| Variable | Description | Required |
|---|---|---|
| BIGGO_MCP_SERVER_CLIENT_ID | Configuration value read at startup. | Optional |
| BIGGO_MCP_SERVER_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| BIGGO_MCP_SERVER_REGION | Configuration value read at startup. | Optional |
| CLIENT_ID | Configuration value read at startup. | Optional |
| CLIENT_SECRET | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.