eCommerce
golfbrothers.sk
Provides e-commerce product search, details, availability, and policy information.
ENDPOINT 1
https://www.golfbrothers.sk/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.golfbrothers.sk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"golfbrothers-eshop": {
"type": "http",
"url": "https://www.golfbrothers.sk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: golfbrothers-eshop
Remote MCP URL: https://www.golfbrothers.sk/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.golfbrothers.sk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"golfbrothers-eshop": {
"type": "http",
"url": "https://www.golfbrothers.sk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "golfbrothers-eshop",
"transport": "streamable-http",
"url": "https://www.golfbrothers.sk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.