geizhals-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEIZHALS_DOMAIN | No | Use geizhals.at or geizhals.eu for other regions. | geizhals.de |
| GEIZHALS_MIN_DELAY | No | Minimum seconds between requests. | 1.0 |
| GEIZHALS_IMPERSONATE | No | curl_cffi browser profile used for the TLS handshake. | chrome |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | Search geizhals.de for products by name or keyword. sort is one of "relevance" (default), "price_asc" or "price_desc". min_price/max_price narrow the results to a price range in euro. Returns a list of matching products with their lowest price, number of offers and the product page URL. |
| get_productA | Look up offers for a single product. Accepts a geizhals product URL or a numeric product id and returns the individual shop offers (cheapest first) plus the price range and, when available, the recent price history. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one for searching products by keyword, the other for retrieving detailed offers for a specific product. No overlap or ambiguity.
Both tools follow the verb_noun pattern (search_products, get_product), which is consistent and predictable.
Only two tools for a price comparison service seems minimal. While the core workflow is covered, additional tools for categories or price history would enhance the surface.
Missing features like category browsing, price alerts, or multiple product comparison. However, the basic search and detail retrieval are present.