BigGo-MCP-Server

BigGo MCP Server utilizes APIs from BigGo, a professional price comparison website.

GitHub Stars

14

User Rating

Not Rated

Favorites

0

Views

30

Forks

5

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Python >= 3.10
2[uvx package manager ( Included with uv )](https://docs.astral.sh/uv/getting-started/installation/)
3BigGo 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 - ![Generate Certification](./docs/Pics/generate-certification.png) - 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) ```json { "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" }

Additional Resources