Skip to main content
Glama
uskaritel

Czech DIY Retail MCP Server

by uskaritel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBind host for HTTP server0.0.0.0
MCP_PATHNoMCP endpoint path/mcp
MCP_PORTNoBind port for HTTP server8000
DIY_MAX_RESULTSNoMaximum search results per retailer50
DIY_HTTP_TIMEOUTNoHTTP request timeout in seconds15.0
DIY_CACHE_STOCK_TTLNoStock lookup cache TTL (seconds)60
DIY_CACHE_STORE_TTLNoStore list cache TTL (seconds)86400
DIY_CACHE_SEARCH_TTLNoSearch cache TTL (seconds)120
DIY_CACHE_PRODUCT_TTLNoProduct detail cache TTL (seconds)600
DIY_MAX_CONCURRENT_PER_RETAILERNoMax concurrent requests per retailer2

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsC

Search products across Czech DIY retailers (bauhaus, hornbach, obi, baumax, all).

get_productB

Get detailed product information by product ID / SKU.

list_storesC

List physical stores for a retailer with optional query filter.

get_stockA

Get current product stock level at a specific physical store branch.

compare_priceA

Compare product prices across DIY retailers, sorted ascending by price.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/uskaritel/czech-diy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server