{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card-v0.json",
  "serverInfo": {
    "name": "watts.bar",
    "version": "0.1.0",
    "title": "Watts Bar Lake \u2014 Live Conditions & Local Knowledge",
    "vendor": "watts.bar",
    "homepage": "https://watts.bar/",
    "description": "Read-only MCP server exposing live weather, water temperature, lake elevation, dam generation, dock-cam imagery, and a curated local-knowledge base (marinas, ramps, parks, dining, events, fishing, regions) for Watts Bar Lake on the Tennessee River."
  },
  "transport": {
    "type": "sse",
    "url": "https://live.watts.bar/mcp",
    "status": "planned"
  },
  "capabilities": {
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "tools": {
      "listChanged": false
    }
  },
  "resources": [
    {
      "uri": "https://data.watts.bar/weather.json",
      "name": "live-conditions",
      "mimeType": "application/json",
      "description": "Live weather + water readings, refreshed every minute. Served direct from R2 (data.watts.bar) for low-latency ingestion."
    },
    {
      "uri": "https://data.watts.bar/tva.json",
      "name": "tva-dam-status",
      "mimeType": "application/json",
      "description": "Watts Bar + Fort Loudoun reservoir elevation and generation schedule, refreshed hourly. Served direct from R2."
    },
    {
      "uri": "https://live.watts.bar/cam",
      "name": "dock-cam-snapshot",
      "mimeType": "image/jpeg",
      "description": "Live dock camera snapshot at Tennessee River Mile 559.5. Recommended endpoint for any agent consumption: CDN-served JPEG, fans out infinitely, near-zero cost. Refreshes within ~5s while anyone is on watts.bar/cam/, every 15 min while idle."
    },
    {
      "uri": "https://data.watts.bar/cam-hls/master.m3u8",
      "name": "dock-cam-hls",
      "mimeType": "application/vnd.apple.mpegurl",
      "description": "Live HLS video stream (1080p / 720p / 480p ABR, H.264). For interactive viewing only. Requires heartbeat to https://live.watts.bar/cam-active to keep the encoder alive. Please contact the operator before 24/7 ingestion. See https://watts.bar/.well-known/agent-skills/watts-bar-lake-cam.md for details."
    },
    {
      "uri": "https://live.watts.bar/cam-status",
      "name": "dock-cam-health",
      "mimeType": "application/json",
      "description": "Aggregated cam pipeline health (snapshot freshness, HLS variant ages, controller reachability, overall state)."
    },
    {
      "uri": "https://watts.bar/data/marinas.json",
      "name": "marinas",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/ramps.json",
      "name": "ramps",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/parks.json",
      "name": "parks",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/dining.json",
      "name": "dining",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/events.json",
      "name": "events",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/fishing.json",
      "name": "fishing",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/regions.json",
      "name": "regions",
      "mimeType": "application/json"
    },
    {
      "uri": "https://watts.bar/data/pois.json",
      "name": "pois",
      "mimeType": "application/json",
      "description": "116-POI structured directory (marinas, restaurants, ramps, parks, campgrounds, RV parks, bait shops, lake landmarks) with editorial vibes, taglines, summaries, tips, amenities, tags, region, lakeside class, and Google Places metadata."
    },
    {
      "uri": "https://watts.bar/data/lake-knowledge.json",
      "name": "lake-knowledge",
      "mimeType": "application/json",
      "description": "Curated lake context: 8 regions (6 on-lake + 2 off-lake-worth-the-drive), 21 scenarios, 8 routes, 100 operating-pattern entries."
    },
    {
      "uri": "https://watts.bar/free-lake-vectors/",
      "name": "lake-vector-directory",
      "mimeType": "text/html",
      "description": "Hub directory of free vector outline files for every reservoir in the Tennessee River system (27 lakes including Watts Bar, Fort Loudoun, Tellico, Chickamauga, Norris, Cherokee, Douglas, Boone, South Holston, Watauga, Fontana, Hiwassee, Chatuge, Nottely, Tims Ford, Nickajack, Guntersville, Wheeler, Wilson, Pickwick, Kentucky, Apalachia, Ocoee #1, Ocoee #3, Wilbur, Fort Patrick Henry, Melton Hill). Per-lake URLs follow https://watts.bar/lake-vector/<slug>/ pattern. Renderings released under CC0; underlying lake-outline geometry from OpenStreetMap (ODbL) — OSM credit requested when the files are republished. See agent-skill get-lake-vector for details."
    },
    {
      "uri": "https://data.watts.bar/lake-vector/tn-river-lake-vectors.zip",
      "name": "lake-vector-mega-bundle",
      "mimeType": "application/zip",
      "description": "Single ~912 MB zip containing every variant of every covered lake (SVG, PDF, EPS, DXF, GeoJSON, KML, KMZ, Shapefile, GeoPackage, PNG @ 1024/2048/4096/8192, WebP, AVIF, JPEG; ten color variants per lake). Renderings under CC0 1.0; underlying lake-outline geometry from OpenStreetMap (ODbL) — OSM credit requested somewhere when republished."
    }
  ],
  "skills": "https://watts.bar/.well-known/agent-skills/index.json",
  "describedby": "https://watts.bar/llms.txt"
}