tulidu-sport-mcp

tulidu-sport-mcp

Enables AI tools to query sports tournaments, leaderboards, predictions, and match stats from the Tulidu Sport platform.

Category
访问服务器

README

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
  • npx available on your PATH
  • A browser available for Tulidu OAuth login
  • Network access to https://tulidu.com and https://api.tulidu.com

Installation: Claude Desktop

Add this to your Claude Desktop config.

Mac:

~/Library/Application Support/Claude/claude_desktop_config.json

Config:

{
  "mcpServers": {
    "tulidu": {
      "command": "npx",
      "args": ["-y", "tulidu-sport-mcp"]
    }
  }
}

Restart Claude Desktop, then ask Claude to run:

tulidu_login

A browser window opens at https://tulidu.com/mcp-auth. Sign in, allow access, and return to Claude.

Verify the connection:

tulidu_status
list_my_tournaments

Installation: Codex

Add this to your Codex config.

Config path:

~/.codex/config.toml

Config:

[mcp_servers.tulidu]
command = "npx"
args = ["-y", "tulidu-sport-mcp"]

Restart Codex, then ask Codex to run:

tulidu_login

A browser window opens at https://tulidu.com/mcp-auth. Sign in, allow access, and return to Codex.

Verify the connection:

tulidu_status
list_my_tournaments

Local or Staging API

By default, the MCP server uses:

https://api.tulidu.com

To 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
tulidu_login Log in via browser OAuth
tulidu_logout Remove local Tulidu credentials
tulidu_status Check whether you are logged in
list_tournaments List all available tournaments
get_tournament Get tournament details
list_my_tournaments List tournaments the logged-in user joined
get_tournament_games List games/fixtures in a tournament
get_leaderboard Get tournament rankings
get_my_predictions Get your submitted predictions for a tournament
get_my_profile Get your profile and vCoin balance
get_match_events Game tab: goals, cards, substitutions, penalties, and match timeline events
get_match_stats Game tab: live or final match stats such as possession, shots, corners, fouls, saves, and pass accuracy
get_match_lineup Game tab: formations, coaches, starting XI, and substitutes
get_league_standings Game tab: league standings table for the fixture league
get_head_to_head Game tab: historical head-to-head record for the two teams
get_team_stats Get season stats and recent form for a team
make_prediction 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_events for live or finished match timelines. Scheduled games may return no events yet.
  • Stats: use get_match_stats for live or final match statistics. Scheduled games may not have stats until kickoff.
  • Lineup: use get_match_lineup for formations, coaches, starting XI, and substitutes. Lineups are usually available close to kickoff, live, or after kickoff.
  • Standings: use get_league_standings with the fixture leagueId from get_tournament_games.
  • History: use get_head_to_head before 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.json

The access token refreshes automatically. To clear credentials, run:

tulidu_logout

Troubleshooting

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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选