tulidu-sport-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tulidu-sport-mcplist my tournaments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tulidu Sport MCP: World Cup, Team Stats, and Tournament Predictions for AI
Connect Claude, Codex, and other MCP clients to Tulidu Sport so your AI assistant can explore World Cup games, tournament fixtures, team form, head-to-head records, live match stats, leaderboards, vCoin profile data, and your score predictions.
Use it to ask questions like "what World Cup games are coming up?", "is there a live game right now?", "show the live events and stats for this match", "which predictions am I missing?", "show my tournament leaderboard", or "give me team stats before I predict this match."
Requirements
Node.js 18 or newer
npxavailable on your PATHA browser available for Tulidu OAuth login
Network access to
https://tulidu.comandhttps://api.tulidu.com
Related MCP server: Start.gg MCP Server
Installation: Claude Desktop
Add this to your Claude Desktop config.
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonConfig:
{
"mcpServers": {
"tulidu": {
"command": "npx",
"args": ["-y", "tulidu-sport-mcp"]
}
}
}Restart Claude Desktop, then ask Claude to run:
tulidu_loginA browser window opens at https://tulidu.com/mcp-auth. Sign in, allow access, and return to Claude.
Verify the connection:
tulidu_status
list_my_tournamentsInstallation: Codex
Add this to your Codex config.
Config path:
~/.codex/config.tomlConfig:
[mcp_servers.tulidu]
command = "npx"
args = ["-y", "tulidu-sport-mcp"]Restart Codex, then ask Codex to run:
tulidu_loginA browser window opens at https://tulidu.com/mcp-auth. Sign in, allow access, and return to Codex.
Verify the connection:
tulidu_status
list_my_tournamentsLocal or Staging API
By default, the MCP server uses:
https://api.tulidu.comTo point it at another API, set TULIDU_API_URL in the MCP server environment.
Claude Desktop example:
{
"mcpServers": {
"tulidu": {
"command": "npx",
"args": ["-y", "tulidu-sport-mcp"],
"env": {
"TULIDU_API_URL": "http://127.0.0.1:3001"
}
}
}
}Codex example:
[mcp_servers.tulidu]
command = "npx"
args = ["-y", "tulidu-sport-mcp"]
[mcp_servers.tulidu.env]
TULIDU_API_URL = "http://127.0.0.1:3001"Available Tools
Tool | Description |
| Log in via browser OAuth |
| Remove local Tulidu credentials |
| Check whether you are logged in |
| List all available tournaments |
| Get tournament details |
| List tournaments the logged-in user joined |
| List games/fixtures in a tournament |
| Get tournament rankings |
| Get your submitted predictions for a tournament |
| Get your profile and vCoin balance |
| Game tab: goals, cards, substitutions, penalties, and match timeline events |
| Game tab: live or final match stats such as possession, shots, corners, fouls, saves, and pass accuracy |
| Game tab: formations, coaches, starting XI, and substitutes |
| Game tab: league standings table for the fixture league |
| Game tab: historical head-to-head record for the two teams |
| Get season stats and recent form for a team |
| Submit or update a score prediction |
Game Detail Tabs
Tulidu game pages have five useful tabs. The MCP exposes each one directly:
Events: use
get_match_eventsfor live or finished match timelines. Scheduled games may return no events yet.Stats: use
get_match_statsfor live or final match statistics. Scheduled games may not have stats until kickoff.Lineup: use
get_match_lineupfor formations, coaches, starting XI, and substitutes. Lineups are usually available close to kickoff, live, or after kickoff.Standings: use
get_league_standingswith the fixtureleagueIdfromget_tournament_games.History: use
get_head_to_headbefore predictions or whenever the user asks about previous meetings between the teams.
The MCP also includes prompt templates such as inspect_game_tabs and prepare_match_prediction_context for clients that surface MCP prompts.
Write Tool Safety
make_prediction changes real tournament predictions and can affect tournament scoring. Assistants should ask for explicit user confirmation before calling it.
Credentials
After login, credentials are stored locally at:
~/.tulidu/credentials.jsonThe access token refreshes automatically. To clear credentials, run:
tulidu_logoutTroubleshooting
If the browser does not open, copy the login URL printed by the MCP server and open it manually.
If login times out, run tulidu_login again. The OAuth flow waits up to 5 minutes.
If tools say you are not logged in, run tulidu_status. If needed, run tulidu_logout and then tulidu_login.
If npx cannot find the package, confirm Node.js 18+ is installed and that your MCP client can access the npm registry.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tulidu-sport/tulidu-sport-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server