Claudinho brings live World Cup scores to Claude Code's statusline
Claudinho is a CLI and MCP server built by arturogarrido that displays live World Cup scores directly in Claude Code's statusline, with no signup or data collection required.
Score breakdown
Claudinho demonstrates a practical pattern for embedding real-time external data into Claude Code's statusline and session context via MCP and the `userPromptSubmit` hook, without requiring polling or user accounts.
- 01Claudinho is a CLI and MCP server that displays live World Cup scores in Claude Code's terminal statusline.
- 02Scores are rendered from cache with no polling.
- 03A `userPromptSubmit` hook sends score updates to Claude mid-session, but only when a match is live.
Claudinho is a CLI and MCP server created by arturogarrido as a side project combining a passion for soccer with heavy use of Claude Code during the 2026 World Cup. The tool surfaces live match scores directly in Claude Code's terminal statusline, with scores always rendered from cache rather than via live polling. A `userPromptSubmit` hook is also included, which injects score updates into the Claude session mid-"vibecoding" — but only triggers during an active match, avoiding unnecessary interruptions.
Beyond the statusline and hook, Claudinho functions as a standard MCP server and a standalone CLI.
Beyond the statusline and hook, Claudinho functions as a standard MCP server and a standalone CLI. The CLI supports commands to browse groups, standings, individual matches, and market signal information. The project requires no account, no signup, and collects no user data. arturogarrido notes the project is not affiliated with FIFA or Anthropic.
Key facts
- 01Claudinho is a CLI and MCP server that displays live World Cup scores in Claude Code's terminal statusline.
- 02Scores are rendered from cache with no polling.
- 03A `userPromptSubmit` hook sends score updates to Claude mid-session, but only when a match is live.
- 04The CLI supports viewing groups, standings, matches, and market signal info.
- 05Requires no signup, account, or data collection.
- 06Not affiliated with FIFA or Anthropic.
- 07Built by arturogarrido as a side project during the 2026 World Cup.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 12, 2026 · 10:05 UTC. How this works →