BigGo MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIGGO_MCP_SERVER_REGIONNoRegion for product searchTW
BIGGO_MCP_SERVER_CLIENT_IDYesBigGo Client ID - Required for specification search
BIGGO_MCP_SERVER_CLIENT_SECRETYesBigGo Client Secret - Required for specification search

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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.
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.
get_current_region
Get the current region setting.