# golf.caddence/caddence (remote · caddence.golf)

Live UK golf club prices across 40 retailers: offers, price history and deal ratings in GBP.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `caddence.golf`: 63/100 (this document), [markdown](https://verifymcp.io/servers/golf-caddence-caddence/caddence.md), [page](https://verifymcp.io/servers/golf-caddence-caddence/caddence)

## Channel facts

- Endpoint: `https://caddence.golf/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1400 tokens (~233/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 91/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 72% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http golf-caddence-caddence https://caddence.golf/mcp
```

### Codex

```toml
[mcp_servers.golf-caddence-caddence]
url = "https://caddence.golf/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "golf-caddence-caddence": {
      "type": "remote",
      "url": "https://caddence.golf/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add golf-caddence-caddence --url https://caddence.golf/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  golf-caddence-caddence:
    url: "https://caddence.golf/mcp"
```

### Other

```json
{
  "mcpServers": {
    "golf-caddence-caddence": {
      "type": "http",
      "url": "https://caddence.golf/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 63, +1)

- [cosmetic] “get_deal_intelligence” added an optional parameter “slug”
- [cosmetic] “get_price_history” added an optional parameter “slug”
- [cosmetic] “get_product_offers” added an optional parameter “slug”
- [cosmetic] “get_deal_intelligence” made “product” optional
- [cosmetic] “get_price_history” made “product” optional
- [cosmetic] “get_product_offers” made “product” optional

### 2026-08-18 (score 62, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-17 (score 61)

First indexed and scored.

## MCP tools (6)

### `search_golf_products` (~348 tokens)

Search golf products

Search Caddence's UK golf equipment price-comparison catalogue (clubs, balls, bags, shoes, accessories across all major UK golf retailers; prices in GBP, refreshed daily). Returns best current prices with retailer counts. When in_stock is false, price is the last seen price, not a live offer. For retailer offers and purchase links, follow up with get_product_offers using the returned slug. If unsure of valid brand or product_type values, call get_catalog_stats first.

Input parameters:

- `brand` (string): Exact brand filter, e.g. "Titleist"
- `condition` (string)
- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `limit` (integer)
- `max_price` (number): Maximum price in GBP
- `min_price` (number): Minimum price in GBP
- `offset` (integer)
- `on_sale` (boolean): Only products currently below RRP
- `product_type` (string): Exact type filter, e.g. "driver", "iron_set", "putter", "balls"
- `query` (string): Free-text search, e.g. "taylormade qi10 driver"
- `sort_by` (string)

### `get_product_offers` (~211 tokens)

Get retailer offers for a product

All current UK retailer offers for one product, cheapest first, with variant details (shaft, flex, hand, loft, condition). Each offer includes buy_url — a Caddence redirect link. Always present buy_url as the purchase link when the user wants to buy; never reconstruct or substitute retailer URLs.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `product` (string): Product slug (preferred, from search results) or numeric product id
- `slug` (string): Alias for product — pass either

### `get_deal_intelligence` (~230 tokens)

Get deal intelligence (CaddenceScore)

Deal-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. Use this to answer "is this a good price right now?".

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `product` (string): Product slug (preferred, from search results) or numeric product id
- `slug` (string): Alias for product — pass either

### `get_price_history` (~255 tokens)

Get price history

Daily lowest/average UK price for one product over a trailing window, plus summary stats (historical low with date, high, trend direction). Optionally scoped to a variant configuration; if the variant series is too thin the backend falls back to product-level history (see scope field).

Input parameters:

- `condition` (string)
- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `days` (integer): Trailing window in days
- `flex` (string)
- `hand` (string): e.g. "RH" or "LH"
- `loft` (string)
- `product` (string): Product slug (preferred, from search results) or numeric product id
- `slug` (string): Alias for product — pass either

### `get_market_deals` (~196 tokens)

Get verified market deals

Current best-value products across the UK market: largest verified price spreads between retailers (3+ retailers, false-positive filters applied). Good for "what are the best golf deals right now?". Follow up with get_product_offers for purchase links.

Input parameters:

- `category` (string): Product type filter, e.g. "driver", "iron_set", "putter"
- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…
- `limit` (integer)

### `get_catalog_stats` (~160 tokens)

Get catalogue stats and valid filter values

Live catalogue totals plus the valid values for search filters (brands, product types, conditions, flexes, hands, price range). Call this before filtered searches if unsure which brand or product_type spellings the catalogue uses.

Input parameters:

- `context` (string, required): Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVE…

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/golf-caddence-caddence/caddence#diagnostics

## Score history

- 2026-08-20: 63
- 2026-08-19: 63
- 2026-08-18: 62
- 2026-08-17: 61

## Links

- Remote endpoint: https://caddence.golf/mcp
- Website: https://caddence.golf/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/golf-caddence-caddence/caddence.xml
- Changelog JSON feed: https://verifymcp.io/servers/golf-caddence-caddence/caddence.json
- HTML version of this page: https://verifymcp.io/servers/golf-caddence-caddence/caddence
