← Registry

eCommerce

golfdata.co

Searches a canonical golf equipment catalog and retrieves verified product offers, current prices, stock observations, and affiliate links.

1 endpoint7 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://golfdata.co/mcp

No auth detected

MCP server metadata

Name
golfdataapi
Version
1.0.0
Capabilities
tools
Server instructions

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_offer

Read-only golf-offer.

Inferred read-only
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.

Inferred read-only
search_products

Search the canonical golf equipment catalog by brand, category, or free text.

Inferred read-only
get_product

One product plus its enrichment_sources provenance rows.

Inferred read-only
get_current_prices

Latest stored advertised prices for one canonical product, with stock observations and stored affiliate links.

Inferred read-only
get_price_history

Daily price snapshot series per retailer.

Inferred read-only
compare_prices

Current retailer prices for one product plus min, max and median, and the 30 and 90 day lows.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.