{
  "specVersion": "1.0",
  "host": {
    "displayName": "ifrothgolf",
    "documentationUrl": "https://ifrothgolf.com/data",
    "logoUrl": "https://ifrothgolf.com/ifrothgolf-logo-v2.png"
  },
  "entries": [
    {
      "identifier": "urn:air:ifrothgolf.com:api:gear-catalog",
      "displayName": "Golf gear dataset (REST)",
      "type": "application/openapi+json",
      "url": "https://ifrothgolf.com/openapi.json",
      "description": "Every product in the hand-verified iFroth Golf catalogue as JSON: identity, structured specs, approximate US/UK/AU retail pricing, verified retailer availability, sourced tour usage and links to our editorial coverage. Filter with ?category= and ?brand=. CC BY 4.0.",
      "capabilities": [
        "GolfGearSearch",
        "ProductSpecs",
        "RetailPricing",
        "TourUsage"
      ],
      "representativeQueries": [
        "What are the specs of the Titleist GT2 driver?",
        "List every launch monitor under $2,000 with its data outputs",
        "Which golf rangefinders have slope and what do they cost?",
        "Give me a structured dataset of 2026 golf drivers"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:api:sim-compatibility",
      "displayName": "Launch monitor × sim software compatibility matrix (REST)",
      "type": "application/openapi+json",
      "url": "https://ifrothgolf.com/openapi.json",
      "description": "Which launch monitors drive which golf simulator software — GSPro, E6 Connect, E6 (2026)/Apex, Awesome Golf, Creative Golf 3D and each maker's own app — read from every vendor's own published device list, each verified cell carrying that source and the date it was read. Filter with ?product=, ?software= and ?status=.",
      "capabilities": [
        "SimCompatibility",
        "LaunchMonitors",
        "GSPro",
        "E6Connect"
      ],
      "representativeQueries": [
        "Does the FlightScope Mevo+ work with GSPro?",
        "Which launch monitors work with E6 Connect?",
        "What golf simulator software does the Garmin R10 support?",
        "Which launch monitor should I buy to run GSPro without a subscription?"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:api:release-calendar",
      "displayName": "Golf gear release calendar (REST)",
      "type": "application/openapi+json",
      "url": "https://ifrothgolf.com/openapi.json",
      "description": "The sourced gear-release calendar as JSON — announced and released equipment with dates, each entry carrying the source it was verified against. Filter with ?category=, ?brand= and ?status=.",
      "capabilities": [
        "GolfReleaseCalendar",
        "LaunchDates"
      ],
      "representativeQueries": [
        "What new golf clubs are launching this year?",
        "When was the TaylorMade Qi10 released?",
        "Which golf launch monitors were announced in 2026?"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:mcp:gear",
      "displayName": "iFroth Golf MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://ifrothgolf.com/.well-known/mcp/server-card.json",
      "description": "Streamable-HTTP MCP server over the same data: search_gear, get_product, list_releases, get_player_bag and dataset_overview. Read-only, no authentication, no rate limit worth the name.",
      "capabilities": [
        "search_gear",
        "get_product",
        "list_releases",
        "get_player_bag",
        "dataset_overview"
      ],
      "representativeQueries": [
        "Search a golf gear catalogue for drivers under $500",
        "What is in Scottie Scheffler's bag right now?",
        "Compare two golf launch monitors on specs and price"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:content:llms",
      "displayName": "llms.txt site map",
      "type": "text/markdown",
      "url": "https://ifrothgolf.com/llms.txt",
      "description": "The llmstxt.org site map: what this site is, its topic hubs, buying guides, interactive tools and how to read any page as markdown.",
      "capabilities": [
        "SiteMap"
      ],
      "representativeQueries": [
        "What does ifrothgolf.com cover?",
        "Where are this site's golf buying guides?"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:content:llms-full",
      "displayName": "Full-text corpus",
      "type": "text/markdown",
      "url": "https://ifrothgolf.com/llms-full.txt",
      "description": "The full text of our buying guides, tour bag breakdowns and recent reviews as one markdown document — the whole corpus in a single fetch.",
      "capabilities": [
        "FullTextCorpus",
        "GolfBuyingGuides",
        "TourBags"
      ],
      "representativeQueries": [
        "Give me the full text of this site's golf gear guides",
        "What does ifrothgolf recommend for mid-handicap irons?"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:content:markdown-twins",
      "displayName": "Markdown twin of any editorial page",
      "type": "text/markdown",
      "url": "https://ifrothgolf.com/llms.txt",
      "description": "Every review, guide, product, tour-bag, news and Clubhouse page also answers as clean markdown — append .md to its URL, or request the canonical URL with Accept: text/markdown. Same content, a fraction of the bytes, links already absolute.",
      "capabilities": [
        "MarkdownNegotiation"
      ],
      "representativeQueries": [
        "Fetch this golf review as markdown instead of HTML",
        "Read an ifrothgolf product page without the page chrome"
      ]
    },
    {
      "identifier": "urn:air:ifrothgolf.com:skills:index",
      "displayName": "Agent Skills index",
      "type": "application/ai-skill+md",
      "url": "https://ifrothgolf.com/.well-known/agent-skills/index.json",
      "description": "Three procedural skills that teach an agent to use this site's data honestly: gear lookup, tour-bag lookup and buying advice — including which fields are authored versus derived, and that prices are editorial bands rather than live quotes.",
      "capabilities": [
        "golf-gear-lookup",
        "tour-player-bag-lookup",
        "golf-gear-buying-advice"
      ],
      "representativeQueries": [
        "How do I query this site's golf gear data?",
        "What's the right way to cite ifrothgolf's equipment records?"
      ]
    }
  ]
}