{
  "schemaVersion": "0.2",
  "name": "FATE — World Cup 2026 Archive & Replay",
  "version": "1.1.0",
  "description": "Finished World Cup 2026 probability river, sealed final ledger, replayable River Score history, and The Wrong Football draft-order receipt. The archive preserves how 48 paths became one champion; it no longer presents changing forecasts as current truth. Historical market observations remain labeled comparison evidence, never hidden inputs.",
  "url": "https://os1221.com/wc/",
  "webmcpTools": [
    "get_group_standings",
    "get_championship_probabilities",
    "get_draft_standings",
    "get_live_matches",
    "get_river_moments",
    "get_river_snapshot",
    "get_river_capture_bundle"
  ],
  "provider": {
    "organization": "os1221",
    "url": "https://os1221.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://os1221.com/wc/api/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "webmcp": true
  },
  "skills": [
    {
      "id": "get-match-results",
      "name": "Get Match Results",
      "description": "Read a compatibility-shaped view over the sealed final ledger, including final, live, scheduled, coverage, and unmapped fields without runtime ESPN access. The versioned /wc/final-ledger.v1.json artifact remains authority; final group standings are exposed by get_group_standings.",
      "tags": [
        "football",
        "world-cup",
        "standings",
        "results"
      ],
      "examples": [
        "Which World Cup matches were final?",
        "Does the settled result view contain any live matches?",
        "Who won the match between Brazil and Australia?"
      ],
      "url": "https://os1221.com/wc/api/results"
    },
    {
      "id": "get-market-odds",
      "name": "Get Market Odds",
      "description": "Retained labeled market-comparison route for the finished 2026 World Cup: Polymarket, Kalshi, and Manifold title odds. Source timestamps and availability vary; values cannot alter the sealed archive.",
      "tags": [
        "football",
        "world-cup",
        "odds",
        "prediction-market"
      ],
      "examples": [
        "What did the retained market sources report?",
        "Which historical source disagreed most with FATE?"
      ],
      "url": "https://os1221.com/wc/api/markets"
    },
    {
      "id": "get-strength-ratings",
      "name": "Get Strength Ratings",
      "description": "Retained strength-rating sources used to explain historical FATE replay lenses: Nate Silver PELE and eloratings.net World Football Elo.",
      "tags": [
        "football",
        "world-cup",
        "ratings",
        "pele",
        "elo"
      ],
      "examples": [
        "What is Argentina's PELE rating?",
        "Which teams have the highest World Elo?"
      ],
      "url": "https://os1221.com/wc/api/pele"
    },
    {
      "id": "get-river-score-history",
      "name": "Get River Score History",
      "description": "Sealed 48-team probability geometry at stable replay checkpoints, with explicit provenance: 1 captured-origin checkpoint and 41 reconstructed checkpoints. The authoritative versioned artifact is /wc/river-score.v1.json.",
      "tags": [
        "world-cup",
        "probability",
        "history",
        "provenance"
      ],
      "examples": [
        "Which River Score checkpoint has captured origin?",
        "Show the river at the Argentina–Switzerland result boundary."
      ],
      "url": "https://os1221.com/wc/api/draft-race-history"
    },
    {
      "id": "get-championship-probability",
      "name": "Get Championship Probability",
      "description": "Historical Monte-Carlo championship probability for all 48 teams at a selected replay checkpoint. Available via WebMCP (navigator.modelContext) on the finished /wc/ archive.",
      "tags": [
        "football",
        "world-cup",
        "simulation",
        "probability"
      ],
      "examples": [
        "What was England's title probability at kickoff?",
        "How did the title favorite change during the tournament?"
      ],
      "url": "https://os1221.com/wc/"
    },
    {
      "id": "get-draft-standings",
      "name": "Get Fantasy Draft Standings",
      "description": "Sealed fantasy-pool order under canonical Furthest Team scoring, with historical title equity available through replay. The versioned receipt is /wc/draft-order-receipt.v1.json.",
      "tags": [
        "fantasy",
        "draft",
        "world-cup"
      ],
      "examples": [
        "What was the final fantasy draft order?",
        "How did Omair's group title equity move?"
      ],
      "url": "https://os1221.com/wc/"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ]
}
