Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

TablePredict

io.github.nodeblur/tablepredict

Build validated football table and World Cup group prediction links with TablePredict.

Uptime
100.0%
1 direct probes · 30d
Response
307ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

tablepredict_list_competitions

List competitions currently configured in TablePredict, including season, prediction mode, roster size, cutoff, and predictor URL. Call this before requesting a roster or building a prediction link. R…

tablepredict_get_competition_teams

Return the exact canonical club names for domestic leagues or national-team names for grouped tournaments. Grouped competitions preserve their official group membership. Use an id, route slug, or disp…

tablepredict_build_prediction_link

Validate a complete prediction and return a source-attributed TablePredict URL prefilled with that ranking. Domestic competitions require order; grouped competitions require every group. This tool doe…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tablepredict": {
      "url": "https://tablepredict.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}