Data Collection
0to100.xyz
Provides schedules, rosters, injury reports, and player stats for NFL and NBA teams.
ENDPOINT 1
https://mcp.0to100.xyz/mcp
MCP server metadata
- Name
- 0to100
- Version
- 1.0.0
Known tools 6
get_player_statsSeason stats for one player on a team (points/assists/rebounds for NBA, passing/rushing/etc for NFL).
Inferred read-onlyget_live_oddsLive 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.