# 0to100 (remote · mcp.0to100.xyz)

Schedules, injury reports and fan-hub links for all 32 NFL and 30 NBA teams.

- Trust score: 76/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.0to100.xyz`: 76/100 (this document), [markdown](https://verifymcp.io/servers/xyz-0to100-mcp-sports/mcp.md), [page](https://verifymcp.io/servers/xyz-0to100-mcp-sports/mcp)

## Channel facts

- Endpoint: `https://mcp.0to100.xyz/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-09-20.

- **Endpoint Security**: 74/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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 435 tokens (~54/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the 0to100 MCP server?

0to100 is a hosted endpoint at https://mcp.0to100.xyz/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http xyz-0to100-mcp-sports 'https://mcp.0to100.xyz/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "xyz-0to100-mcp-sports": {
      "url": "https://mcp.0to100.xyz/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "xyz-0to100-mcp-sports": {
      "type": "http",
      "url": "https://mcp.0to100.xyz/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.xyz-0to100-mcp-sports]
url = "https://mcp.0to100.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-0to100-mcp-sports": {
      "type": "remote",
      "url": "https://mcp.0to100.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-0to100-mcp-sports --url 'https://mcp.0to100.xyz/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-0to100-mcp-sports:
    url: "https://mcp.0to100.xyz/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "xyz-0to100-mcp-sports": {
      "Transport": "http",
      "Url": "https://mcp.0to100.xyz/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add xyz-0to100-mcp-sports -t streamable-http -u 'https://mcp.0to100.xyz/mcp'
```

### Other

```json
{
  "mcpServers": {
    "xyz-0to100-mcp-sports": {
      "type": "http",
      "url": "https://mcp.0to100.xyz/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-09-19 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 72, +3)

- [security] The server changed its declared name: 0to100 → 0to100-mcp
- [functional regression] Schema quality: 43 → 54
- [functional improvement] Tool coverage: 43% → 67%
- [functional improvement] MCP protocol: fail → pass
- [functional] MCP protocol version: 2025-06-18 → 2025-11-25
- [functional] New tool “get_consensus_board”
- [functional] New tool “get_tips”

### 2026-09-10 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 68, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-06 (score 67)

First indexed and scored.

## MCP tools (8)

### `list_teams` (~42 tokens)

List teams

List all 62 pro teams 0to100 covers (32 NFL + 30 NBA) with hub URLs.

Input parameters:

- `sport` (string): Optional league filter

### `get_team_schedule` (~55 tokens)

Get team schedule

Upcoming games for a team (dates, opponent, venue).

Input parameters:

- `team` (string, required): Team name, nickname, slug, or abbreviation - e.g. 'Chiefs', 'newyorkknicks', 'NYK'

### `get_injury_report` (~24 tokens)

Get injury report

Current injury report for a team.

Input parameters:

- `team` (string, required)

### `get_roster` (~26 tokens)

Get roster

Full roster grouped by position, with jersey numbers.

Input parameters:

- `team` (string, required)

### `get_player_stats` (~64 tokens)

Get player stats

Season stats for one player on a team (points/assists/rebounds for NBA, passing/rushing/etc for NFL).

Input parameters:

- `player` (string, required): Player name, e.g. 'Jalen Brunson' or 'Mahomes'
- `team` (string, required)

### `get_live_odds` (~49 tokens)

Get live odds

Live betting markets for a team's next game: moneyline, spread, total with $1-payout math (NFL live now; NBA opens with the season).

Input parameters:

- `team` (string, required)

### `get_tips` (~89 tokens)

Get tips

Latest 0to100 betting tips from the podcast-inference pipeline: pick, probability, lean, line context. Filter by team or tip type.

Input parameters:

- `limit` (number): Max rows (default 10)
- `team` (string): Team filter, e.g. 'Giants'
- `tip_type` (string): e.g. 'single-game sample' or 'consensus board'

### `get_consensus_board` (~86 tokens)

Get consensus board

Podcast-consensus futures boards (e.g. Super Bowl winner): ranked teams with consensus probabilities, lean direction, and episode-level provenance (show, quote, timestamp).

Input parameters:

- `board` (string): Board name, e.g. 'Super Bowl LXI' or 'sb-lxi'
- `include_provenance` (boolean): Include per-entry show/quote/timestamp provenance

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-0to100-mcp-sports/mcp#diagnostics

## Score history

- 2026-09-20: 76
- 2026-09-19: 76
- 2026-09-18: 75
- 2026-09-17: 75
- 2026-09-16: 74
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 73
- 2026-09-12: 73
- 2026-09-11: 72
- 2026-09-10: 69
- 2026-09-09: 68
- 2026-09-08: 68
- 2026-09-07: 68
- 2026-09-06: 67

## Common questions

### What is the 0to100 MCP server?

0to100 is an MCP server listed in the public MCP registry as xyz.0to100.mcp/sports. Schedules, injury reports and fan-hub links for all 32 NFL and 30 NBA teams. This page covers its hosted endpoint (https://mcp.0to100.xyz/mcp).

### Is the 0to100 MCP server safe to use?

0to100 scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the 0to100 MCP server expose?

0to100 exposes 8 tools: list_teams, get_team_schedule, get_injury_report, get_roster, get_player_stats, and 3 more. Their descriptions and schemas cost roughly 435 tokens of context every time the server is loaded.

### Does the 0to100 MCP server require authentication?

No. We connected to 0to100 without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the 0to100 MCP server still maintained?

0to100 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.0to100.xyz/mcp
- Website: https://mcp.0to100.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/xyz-0to100-mcp-sports/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-0to100-mcp-sports/mcp.json
- HTML version of this page: https://verifymcp.io/servers/xyz-0to100-mcp-sports/mcp
