AUTOMATION
Build MCP Server for Live World Cup Scores
Integrate live sports scores into Claude Code via MCP with statusline and hooks
Updated: 6/12/2026
Difficulty
medium
Time
3-4h
Use Case
Display live World Cup scores in Claude Code statusline without polling, updating only during live matches
Popularity
0 views
About this automation
Create Claudinho-style MCP server that renders live scores in Claude Code statusline via cache, triggers score updates mid-session via userPromptSubmit hook, and provides CLI for standings/groups/matches.
How to implement
1
Set up MCP server skeleton
2
Implement statusline component for Claude Code (renders from cache, no polling)
3
Add userPromptSubmit hook to trigger score updates during live matches
4
Build CLI with options: groups, standings, matches, market signals
5
Implement caching strategy to avoid excessive API calls
6
Deploy as standard MCP server
7
Test with Claude Code integration