← Registry

Data Collection

0to100.xyz

Provides schedules, rosters, injury reports, and player stats for NFL and NBA teams.

1 endpoint6 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.0to100.xyz/mcp

No auth detected

MCP server metadata

Name
0to100
Version
1.0.0
Capabilities
tools

Known tools 6

list_teams

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

Inferred read-only
get_team_schedule

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

Inferred read-only
get_injury_report

Current injury report for a team.

Inferred read-only
get_roster

Full roster grouped by position, with jersey numbers.

Inferred read-only
get_player_stats

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

Inferred read-only
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).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.0to100]
url = "https://mcp.0to100.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "0to100": {
      "type": "http",
      "url": "https://mcp.0to100.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 0to100
Remote MCP URL: https://mcp.0to100.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "0to100": {
      "url": "https://mcp.0to100.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "0to100": {
      "type": "http",
      "url": "https://mcp.0to100.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "0to100",
  "transport": "streamable-http",
  "url": "https://mcp.0to100.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.