{
  "schema_version": "v1",
  "name": "teetime-golf-courses",
  "display_name": "TeeTime.AI Golf Course Directory",
  "description": "Search and explore 30,000+ golf courses worldwide. The world's largest open, machine-readable golf course dataset. ODbL + CC-BY-SA licensed. Find courses by name, location, country, region, or geographic radius.",
  "version": "1.0.0",
  "homepage": "https://teetime.ai",
  "data_url": "https://teetime.ai/data",
  "license": "ODbL 1.0 / CC-BY-SA 4.0",
  "attribution": "© OpenStreetMap contributors (ODbL 1.0), © Wikipedia contributors (CC-BY-SA 4.0). Compiled by teetime.ai.",
  "contact": "admin@ai.ventures",
  "categories": ["sports", "golf", "geography", "open-data"],
  "server": {
    "type": "http",
    "url": "https://teetime.ai/api/mcp",
    "transport": "streamable-http"
  },
  "tools": [
    {
      "name": "search_golf_courses",
      "description": "Search golf courses by name, country, and/or region"
    },
    {
      "name": "get_golf_course",
      "description": "Get full details for a single golf course by UUID"
    },
    {
      "name": "find_courses_near",
      "description": "Find golf courses within a radius of a lat/lon coordinate"
    },
    {
      "name": "list_countries",
      "description": "List all countries with live course counts"
    },
    {
      "name": "list_regions",
      "description": "List all regions/states for a given country with course counts"
    }
  ]
}
