eCommerce
golfdata.co
Searches a canonical golf equipment catalog and retrieves verified product offers, current prices, stock observations, and affiliate links.
ENDPOINT 1
https://golfdata.co/mcp
MCP server metadata
- Name
- golfdataapi
- Version
- 1.0.0
Golf equipment data: canonical catalog with source-backed specs, stored advertised multi-retailer prices, and daily price history recorded every day. Resolve a product_id with search_products before calling any other tool. Every enriched field carries its source URL via get_product; check enrichment_status before relying on specs. search_products and get_product are keyless at 10 per minute per IP; the other tools are metered at $0.005 per lookup. Pricing: https://golfdata.co/v1/pricing Catalog right now: 9665 products, latest price snapshot 2026-09-17T09:55:00+00:00. Enrichment coverage: {"flagged":483,"enriched":958,"partial":1501,"unenriched":6665,"not_found":58}.
Known tools 7
get_verified_offersDiscover admitted marketplace sources for a canonical product ID from search_products, then verify each returned offer through Chip's exact-source commerce gate.
Inferred read-onlysearch_productsSearch the canonical golf equipment catalog by brand, category, or free text.
Inferred read-onlyget_current_pricesLatest stored advertised prices for one canonical product, with stock observations and stored affiliate links.
Inferred read-onlycompare_pricesCurrent retailer prices for one product plus min, max and median, and the 30 and 90 day lows.
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.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.
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.