worldcup-agent

eazuman/worldcup-agent
★ 0 stars Python AI/LLM Updated today
GoldenGoal is a Vue demo for the FIFA World Cup 2026 that shows how an AI agent can use RAG, MCP servers, custom skill.md rules, and its own reasoning to answer questions. It also demonstrates guardrails like word limits, PII validation, tool constraints, and safe agent behavior.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "worldcup-agent": {
      "command": "uvx",
      "args": [
        "worldcup-agent"
      ]
    }
  }
}

Or install with pip: pip install worldcup-agent

README Excerpt

--- title: GoldenGoal emoji: ⚽ colorFrom: green colorTo: yellow sdk: docker app_port: 7860 pinned: false --- GoldenGoal is an AI **soccer coach** for the FIFA World Cup 2026. Ask it anything about the tournament and a **LangChain agent** (Google Gemini, tool-calling) decides how to answer: - **Historical / reference facts** (formats, rules, hosts, stadiums, past

Tools (3)

DELETEGETPOST