{
  "name": "GolfCore Course Data",
  "description": "Answers questions about golf courses: where a course is, how to reach it, whether GolfCore has mapped it, and its hole-by-hole scorecard with par, stroke index, yardage, course rating and slope. Covers 30,000 courses across 153 countries.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://mcp.golfcore.org",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://api.golfcore.org/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "provider": {
    "organization": "GolfCore LLC",
    "url": "https://www.golfcore.org/"
  },
  "documentationUrl": "https://www.golfcore.org/developers/",
  "skills": [
    {
      "id": "search",
      "name": "Search GolfCore",
      "description": "One query against everything GolfCore holds for 30,000 golf courses in 153 countries. Returns where a course is and how to reach it (address, town, region, country, coordinates, timezone, phone, website); what GolfCore has mapped, as flags for lidar green contours, a traced course map of fairways, tees, greens, bunkers and water, a live wind grid, a scorecard, and USGA ratings; and the full card, with par, yardage and stroke index for every hole and yardage, par, course rating and slope rating for every tee, separately for men and women. Also returns the town, region and country pages that count and list every course in a place, and GolfCore's own product pages. Each course's page carries the green figures the API does not: greens mapped, contour count and interval, largest green elevation span, steepest measured slope, and tree canopy. An optional scope narrows it to any of product, country, region, city, courses, scorecards, slug.",
      "tags": ["golf", "search", "geo", "courses", "scorecard", "ratings", "par", "yardage", "stroke-index", "course-rating", "slope-rating", "greens", "green-contours", "elevation", "fall-line", "wind", "gps", "caddie"],
      "examples": [
        "Which golf courses are within 25 miles of Monterey, California?",
        "Find golf courses in Fife, Scotland with green contour maps.",
        "How many courses in Scotland has GolfCore mapped?",
        "What is the par and yardage of every hole at Pebble Beach Golf Links?",
        "What is the course rating and slope from the back tees at Bethpage Black?",
        "What does a caddie master use GolfCore for?"
      ]
    }
  ]
}
