LIVE ENDPOINT
https://golfdata.co/mcp
Connect to this endpoint to inspect the live schema for get_verified_offer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.golfdataapi]
url = "https://golfdata.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"golfdataapi": {
"type": "http",
"url": "https://golfdata.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: golfdataapi
Remote MCP URL: https://golfdata.co/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": {
"golfdataapi": {
"url": "https://golfdata.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"golfdataapi": {
"type": "http",
"url": "https://golfdata.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "golfdataapi",
"transport": "streamable-http",
"url": "https://golfdata.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_verified_offers— Discover admitted marketplace sources for a canonical product ID from search_products, then verify each returned offer through Chip's exact-source commerce gate.search_products— Search the canonical golf equipment catalog by brand, category, or free text.get_product— One product plus its enrichment_sources provenance rows.get_current_prices— Latest stored advertised prices for one canonical product, with stock observations and stored affiliate links.get_price_history— Daily price snapshot series per retailer.compare_prices— Current retailer prices for one product plus min, max and median, and the 30 and 90 day lows.