GolfData
For agents

One endpoint that answers golf equipment questions with dated prices.

Same reads through REST and MCP, with keyless access to try and a free tier that never expires.

Run the keyless call

curl -s "https://golfdata.co/v1/products?q=driver&limit=1"
{ "name": "DARKSPEED LS Driver", "brand": "Cobra", "category": "drivers", "msrp": 549 }
{
  "mcpServers": {
    "golfdata": { "url": "https://golfdata.co/mcp" }
  }
}

curl -s https://golfdata.co/v1/products?q=driver&limit=1

$0

Keyless to try

Search and single product lookup need no key.

1,000

Free tier forever

One thousand lookups a month with a key from POST /v1/keys.

402

Clear limits

402 and 429 bodies carry checkout URLs, so your agent can recover.

Get a key and the MCP snippet

llms.txt and openapi.json live at fixed paths: /llms.txt and /openapi.json.

The key is shown once.