A developer has introduced Claudinho — an open-source tool in the form of a CLI and MCP server that allows tracking 2026 FIFA World Cup results in real-time directly within the terminal.

image

What Happened

The Claudinho project includes a status bar for Claude Code that displays current match scores without delay. The tool utilizes the userPromptSubmit hook, allowing the AI agent to receive score updates directly during programming sessions. It uses open sources from ESPN for sports data and Polymarket data for market signals.

Context

The project demonstrates a practical application of the Model Context Protocol (MCP) to expand the context of AI agents with relevant external data. This allows specialized tools to be turned into full extensions of the developer's workspace, solving the real-time data gap in LLM sessions without the need to retrain models.

Why It Matters for the Industry

The technology clearly illustrates the transition from an AI model as an isolated chatbot to an AI model as an agent with expandable tool-use capabilities. The successful integration of MCP stimulates the creation of an ecosystem of specialized servers for various domains (finance, sports, IoT), making developer environments more context-aware.

Why It Matters for Users

Developers can follow important sporting events without getting distracted from writing code and minimizing context switching. The ability to access this data is available not only in Claude Code but also in any other MCP client, such as Cursor or Zed.

What Is Not Yet Known / Limitations

Some experts view the project more as a Proof of Concept (PoC) or a consumer-grade solution rather than a production-ready product.

Sources

Author

Look at AI, Editorial Team