# TablePredict (remote · tablepredict.com)

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

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- remote · `tablepredict.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/nodeblur-tablepredict/api-mcp.md), [page](https://verifymcp.io/servers/nodeblur-tablepredict/api-mcp)

## Channel facts

- Endpoint: `https://tablepredict.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 278 tokens (~92/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http nodeblur-tablepredict https://tablepredict.com/api/mcp
```

### Codex

```toml
[mcp_servers.nodeblur-tablepredict]
url = "https://tablepredict.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nodeblur-tablepredict": {
      "type": "remote",
      "url": "https://tablepredict.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nodeblur-tablepredict --url https://tablepredict.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nodeblur-tablepredict:
    url: "https://tablepredict.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nodeblur-tablepredict": {
      "type": "http",
      "url": "https://tablepredict.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 73, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-04 (score 72)

First indexed and scored.

## MCP tools (3)

### `tablepredict_list_competitions` (~51 tokens)

List TablePredict competitions

List competitions currently configured in TablePredict, including season, prediction mode, team count, cutoff, and predictor URL. Call this before requesting teams or building a prediction link. Returns no user data.

Output parameters:

- `competitions` (array)
- `total` (integer)

### `tablepredict_get_competition_teams` (~71 tokens)

Get competition teams

Return the exact canonical team names required to build a TablePredict link. Grouped competitions preserve their official group membership. Use an id, route slug, or display name from tablepredict_list_competitions.

Input parameters:

- `competition` (string, required): Competition id, route slug, or display name.

Output parameters:

- `competition` (object)
- `groups` (array)
- `teams` (array)

### `tablepredict_build_prediction_link` (~123 tokens)

Build a TablePredict 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 does not save, publish, or create an account.

Input parameters:

- `competition` (string, required): Competition id, route slug, or display name.
- `groups` (array): Every group and its complete ranked team order for a grouped competition.
- `order` (array): Complete top-to-bottom team ranking for a table competition.
- `season` (string): Optional season check; must match the current catalog season.

Output parameters:

- `competitionId` (string)
- `competitionName` (string)
- `mode` (string)
- `predictionUrl` (string)
- `saved` (boolean)
- `season` (string)
- `source` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/nodeblur-tablepredict/api-mcp#diagnostics

## Score history

- 2026-08-05: 73
- 2026-08-04: 72

## Links

- Remote endpoint: https://tablepredict.com/api/mcp
- Repository: https://github.com/nodeblur/tablepredict
- Website: https://tablepredict.com/
- Changelog RSS feed: https://verifymcp.io/servers/nodeblur-tablepredict/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nodeblur-tablepredict/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nodeblur-tablepredict/api-mcp
