eCommerce
caddence.golf
Provides golf equipment price comparison, product offers, and deal intelligence from UK retailers.
ENDPOINT 1
https://caddence.golf/mcp
MCP server metadata
- Name
- caddence
- Version
- 1.0.0
Known tools 6
search_golf_productsSearch Caddence's UK golf equipment price-comparison catalogue (clubs, balls, bags, shoes, accessories across all major UK golf retailers; prices in GBP, refreshed daily).
Inferred read-onlyget_product_offersAll current UK retailer offers for one product, cheapest first, with variant details (shaft, flex, hand, loft, condition).
Inferred read-onlyget_deal_intelligenceDeal-quality assessment for one product: CaddenceScore (0-100 rating of the current best DEAL, not the club), price trajectory vs typical/low/high, used market stats, and per-build availability (condition/flex/loft/hand) with the cheapest retailer and a buy_url purchase link per build.
Potential side effectsget_price_historyDaily lowest/average UK price for one product over a trailing window, plus summary stats (historical low with date, high, trend direction).
Inferred read-onlyget_market_dealsCurrent best-value products across the UK market: largest verified price spreads between retailers (3+ retailers, false-positive filters applied).
Inferred read-onlyget_catalog_statsLive catalogue totals plus the valid values for search filters (brands, product types, conditions, flexes, hands, price range).
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.caddence]
url = "https://caddence.golf/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"caddence": {
"type": "http",
"url": "https://caddence.golf/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: caddence
Remote MCP URL: https://caddence.golf/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": {
"caddence": {
"url": "https://caddence.golf/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"caddence": {
"type": "http",
"url": "https://caddence.golf/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "caddence",
"transport": "streamable-http",
"url": "https://caddence.golf/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 caddence.golf was fetched 2026-08-23T16:25:59.927Z.
caddence.golf is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.