Kicktipp. From Your Terminal.
View leaderboards, check schedules, place bets — all from the command line or through AI assistants like Claude.
No browser. No problem.
Kicktipp lacks a public API. This project fills the gap with two powerful interfaces.
Lightning Fast CLI
Check scores, standings, and place bets in seconds. No clicking through pages, no waiting for ads to load.
AI‑Powered MCP
Connect Claude or any MCP client to your Kicktipp account. Let your AI assistant manage bets for you.
Secure & Local
Credentials stored locally with chmod 600. No cloud, no third-party servers. Your data stays on your machine.
Batch Betting
Place all your matchday bets in a single command. No need to click through every match one by one.
Scores & Standings
Pull today's matches, the full schedule, and your points tally without ever opening a browser tab.
TypeScript & Open Source
Fully typed codebase, MIT licensed. Easy to read, extend, and contribute to. Built for developers.
Browser
VSkicktipp-agent
Let AI play your game
Connect an MCP-compatible assistant and let it handle your Kicktipp automatically.
Wake up to wins
It's matchday morning. While you're still in bed, Claude has already checked the latest form, analyzed the standings, and placed your bets. You just wake up and check the leaderboard.
3 seconds, not 30 minutes
Your rivals spend half an hour every matchday researching form and placing bets. Your AI agent does it in seconds — with better data and zero bias.
Never miss a deadline
Forgot to place your bets before kickoff? Again? With an MCP-connected assistant, that never happens. It monitors your matchday and acts before you even think about it.
Your matchday toolkit
15 CLI commands and 15 MCP tools to dominate your league.
Works with Claude
Add to your Claude Desktop or Claude Code config and start managing your Kicktipp through AI.
How it works
The MCP server exposes all functionality through the Model Context Protocol. Your AI assistant calls get_status first to check configuration, then uses any of the 15 available tools on your behalf.
Credentials are passed via environment variables — your AI assistant never sees them.
{ "mcpServers": { "kicktipp": { "command": "kicktipp-mcp", "env": { "KICKTIPP_EMAIL": "you@example.com", "KICKTIPP_PASSWORD": "yourpassword" } } } }
Kick off in seconds
Four commands. You're in the game.
$ npm install
$ npx playwright install chromium
$ npm run build
$ npm link
Ready to kick off?
Star the repo, clone it, and never open kicktipp.com in a browser again.