INDIVIDUAL MCP TOOL
get_deal_intelligence
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.
LIVE ENDPOINT
https://caddence.golf/mcp
Connect to this endpoint to inspect the live schema for get_deal_intelligence and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
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).get_product_offers— All current UK retailer offers for one product, cheapest first, with variant details (shaft, flex, hand, loft, condition).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).get_market_deals— Current best-value products across the UK market: largest verified price spreads between retailers (3+ retailers, false-positive filters applied).get_catalog_stats— Live catalogue totals plus the valid values for search filters (brands, product types, conditions, flexes, hands, price range).