eCommerce
golfprovsechny.cz
Provides product search, details, availability, and commerce policies for an e-commerce catalog.
ENDPOINT 1
https://www.golfprovsechny.cz/mcp
MCP server metadata
- Name
- golfbrothers-eshop
- Version
- 1.0.0
Read-only catalog of Golf Brothers, a European golf equipment retailer (markets: cz, de, pl, eu, es, fr, it, nl, se, sk — pass `market`; prices include VAT in the market currency). Use search_products to find items, get_product for full detail incl. variants, get_availability for stock, get_policies for shipping/returns. Purchases happen on the shop website — link customers to the product `url`.
Known tools 4
search_productsFull-text search over the product catalog (also matches categories and brands).
Inferred read-onlyget_productFull detail of one product by numeric id: localized name, EAN, price incl.
Inferred read-onlyget_policiesCommerce policies for a market: return window (days), who pays return shipping, delivery time, shipping rate and free-shipping threshold.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.golfbrothers-eshop]
url = "https://www.golfprovsechny.cz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"golfbrothers-eshop": {
"type": "http",
"url": "https://www.golfprovsechny.cz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: golfbrothers-eshop
Remote MCP URL: https://www.golfprovsechny.cz/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"golfbrothers-eshop": {
"url": "https://www.golfprovsechny.cz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"golfbrothers-eshop": {
"type": "http",
"url": "https://www.golfprovsechny.cz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "golfbrothers-eshop",
"transport": "streamable-http",
"url": "https://www.golfprovsechny.cz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for golfprovsechny.cz was fetched 2026-08-21T12:56:13.757Z.
golfprovsechny.cz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.