drio
Open app

BigGo MCP Server

Source

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

Catalog onlyCatalog onlySTDIO

Overview

BigGo MCP Server is a server that utilizes APIs from BigGo, a professional price comparison website, to facilitate product discovery, price tracking, and specification comparison across various e-commerce platforms.

To use the BigGo MCP Server, you need to install it by following the prerequisites, including Python and the uvx package manager. After installation, configure it with your BigGo certification credentials and use the available tools for product searches and price tracking.

  • 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 URLs or related terms. - Spec Comparison: Compare and find products based on their specifications, from basic information to complex technical specs.
  1. Discovering the best prices for products across different online stores.
  2. Tracking price changes over time to make informed purchasing decisions.
  3. Comparing product specifications to find the best match for user needs.

Add to your AI client

Use these steps to connect BigGo MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "biggo-mcp-server-funmula-corp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-biggo-mcp-server-funmula-corp"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "biggo-mcp-server-funmula-corp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-biggo-mcp-server-funmula-corp"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "biggo-mcp-server-funmula-corp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-biggo-mcp-server-funmula-corp"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "biggo-mcp-server-funmula-corp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-biggo-mcp-server-funmula-corp"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "biggo-mcp-server-funmula-corp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-biggo-mcp-server-funmula-corp"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "biggo-mcp-server-funmula-corp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-biggo-mcp-server-funmula-corp"
      ]
    }
  }
}

FAQ

How to trigger tool usage?

For **Product Discovery** related: `Look for Nike running shoes`