galaxus-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GALAXUS_SITE | No | Site to use: galaxus.ch, galaxus.de, or digitec.ch | galaxus.ch |
| GALAXUS_PORTAL | No | X-Dg-Portal value (e.g., 22 for galaxus.ch) | |
| GALAXUS_LANGUAGE | No | Language code: en, de, fr, etc. | |
| GALAXUS_TIMEOUT_MS | No | Per-request timeout in milliseconds | 15000 |
| GALAXUS_USER_AGENT | No | User-Agent header sent with requests | |
| GALAXUS_SEARCH_HASH | No | Persisted query id for useSearchDataQuery | |
| GALAXUS_CACHE_TTL_MS | No | Response cache TTL in milliseconds | 60000 |
| GALAXUS_PRODUCT_HASH | No | Persisted query id for productDetailPageQuery | |
| GALAXUS_MIN_INTERVAL_MS | No | Minimum delay between requests in milliseconds | 800 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | Search the Galaxus / Digitec catalog by keyword. Returns matching products with price (CHF), rating, availability, and URL, plus a nextCursor for pagination. |
| get_productA | Fetch full details for a single product by its numeric id, slug, or full product URL: description, GTIN, specifications, images, rating, availability, and price history. |
| check_price_availabilityA | Lightweight price + stock snapshot for one product (id, slug, or URL), including price-history position (whether the current price is low/high vs the recent range). Ideal for price tracking. |
| compare_productsA | Fetch full details for several products at once (by id, slug, or URL) for side-by-side comparison. Returns one detail object per input. |
| list_categoryA | Browse products in a category by name (e.g. 'ssd', 'office chair'), sorted and filterable. Returns products plus facets (available brands and product types) to help refine, and a nextCursor for paging. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LeonardoRO/galaxus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server