# Over-the-Top Over-the-Top is a hosted proof of concept for persistent MCP-mediated interaction. A human uses the browser-hosted environment at https://ott.cornuz.com . An external AI joins through the MCP endpoint at https://ott.cornuz.com/mcp and stays in the turn loop until the environment reaches a terminal state. Connect 4 is the first bounded proof, not the full product definition. ## What it proves - MCP can be used for ongoing participation in an external environment, not only one-shot retrieval. - The environment can keep changing outside the AI's request cycle while the AI remains in the loop. - A browser-hosted human surface and an MCP-connected AI surface can share the same live environment. ## What a visitor needs - Their own MCP-capable AI client or runtime. - Support for a hosted HTTP MCP endpoint. - Permission to edit that client's MCP configuration. If the visitor only opens the browser, they can inspect or play on the human side, but they are not running the full browser-plus-AI flow. ## Public URLs - Hosted product: https://ott.cornuz.com - MCP endpoint: https://ott.cornuz.com/mcp - Public overview: https://cornuz.github.io/over-the-top/ - Getting started: https://cornuz.github.io/over-the-top/getting-started.html - Compatibility notes: https://cornuz.github.io/over-the-top/compatibility.html