{
  "specVersion": "1.0",
  "host": {
    "displayName": "Hooked Ontario",
    "identifier": "did:web:hookedontario.ca",
    "domain": "www.hookedontario.ca",
    "description": "Ontario fishing resource: spots, species guides, interactive maps, regulations, live conditions and weekly fishing reports.",
    "url": "https://www.hookedontario.ca",
    "contact": "hello@hookedontario.ca"
  },
  "entries": [
    {
      "identifier": "urn:air:hookedontario.ca:mcp:hooked-ontario",
      "displayName": "Hooked Ontario MCP Server",
      "description": "Remote MCP server exposing Hooked Ontario community catch tools. OAuth 2.1 protected; callers act as a signed-in Hooked Ontario user.",
      "type": "application/mcp-server-card+json",
      "url": "https://cupfhcxtvxywodcdhoeg.supabase.co/functions/v1/mcp",
      "representativeQueries": [
        "Submit my walleye catch to Hooked Ontario",
        "Show my pending catch submissions",
        "Browse recent approved bass catches in Ontario",
        "Who am I signed in as on Hooked Ontario?"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:docs:llms-txt",
      "displayName": "Hooked Ontario llms.txt",
      "description": "Plain-text site guide for AI agents: key sections, species guides, reports and regulations pages.",
      "type": "text/plain",
      "url": "https://www.hookedontario.ca/llms.txt",
      "representativeQueries": [
        "What content does Hooked Ontario publish?",
        "Where are Ontario species guides on this site?",
        "Find the Ontario fishing regulations page"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:feed:articles",
      "displayName": "Articles & Weekly Reports RSS",
      "description": "RSS feed of Hooked Ontario articles and weekly Ontario fishing reports.",
      "type": "application/rss+xml",
      "url": "https://www.hookedontario.ca/rss.xml",
      "representativeQueries": [
        "Latest Ontario fishing report",
        "New Hooked Ontario articles this week",
        "Subscribe to Ontario fishing news"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:index:sitemap",
      "displayName": "Sitemap",
      "description": "Full XML sitemap of every public Hooked Ontario page.",
      "type": "application/xml",
      "url": "https://www.hookedontario.ca/sitemap.xml",
      "representativeQueries": [
        "List all pages on Hooked Ontario",
        "Crawl the Hooked Ontario site structure"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:catalog:api",
      "displayName": "API Catalog",
      "description": "RFC 9727 linkset describing Hooked Ontario machine-readable endpoints.",
      "type": "application/linkset+json",
      "url": "https://www.hookedontario.ca/.well-known/api-catalog",
      "representativeQueries": [
        "What APIs does Hooked Ontario expose?",
        "Find Hooked Ontario service documentation"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:api:llms-txt",
      "displayName": "Hooked Ontario site guide API",
      "description": "Programmatic endpoint returning the site's llms.txt guide as markdown, or as structured JSON with ?format=json.",
      "type": "text/markdown",
      "url": "https://cupfhcxtvxywodcdhoeg.supabase.co/functions/v1/llms-txt",
      "representativeQueries": [
        "What is Hooked Ontario about?",
        "Which sections of the Hooked Ontario site should an agent read first?",
        "Where can I find Ontario fishing spot pages with GPS coordinates?",
        "Give me a machine-readable summary of this site."
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:data:fishing-spots",
      "displayName": "Ontario Fishing Spots Dataset",
      "description": "Read-only JSON dataset of every mapped Ontario fishing location on Hooked Ontario: coordinates, region, Fisheries Management Zone, target species, fishing methods, best seasons, shore/boat/ice access, parking and depth.",
      "type": "application/json",
      "url": "https://www.hookedontario.ca/data/fishing-spots.json",
      "representativeQueries": [
        "List Ontario fishing spots with walleye",
        "Which fishing spots are in FMZ 17?",
        "Find shore fishing access near Toronto",
        "Give me GPS coordinates for Ontario fishing locations"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:data:species",
      "displayName": "Ontario Fish Species Dataset",
      "description": "Read-only JSON dataset of Ontario sportfish: scientific names, aliases, identification, habitat, seasons, records, baits and lures, and the mapped waters that hold each species.",
      "type": "application/json",
      "url": "https://www.hookedontario.ca/data/species.json",
      "representativeQueries": [
        "What is the scientific name of Ontario walleye?",
        "Best baits for northern pike in Ontario",
        "Which Ontario lakes hold muskie?"
      ]
    },
    {
      "identifier": "urn:air:hookedontario.ca:data:regions",
      "displayName": "Ontario Fishing Regions Dataset",
      "description": "Read-only JSON dataset of Ontario fishing regions: zones, top species, key towns, popular methods and the fishing spots in each region.",
      "type": "application/json",
      "url": "https://www.hookedontario.ca/data/regions.json",
      "representativeQueries": [
        "What species are targeted in Northern Ontario?",
        "Fishing spots in Eastern Ontario",
        "Which zones cover the GTA?"
      ]
    }
  ]
}