← 0to100.xyz
INDIVIDUAL MCP TOOL
list_teams
List all 62 pro teams 0to100 covers (32 NFL + 30 NBA) with hub URLs.
LIVE ENDPOINT
https://mcp.0to100.xyz/mcp
Connect to this endpoint to inspect the live schema for list_teams and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_team_schedule— Upcoming games for a team (dates, opponent, venue).get_injury_report— Current injury report for a team.get_roster— Full roster grouped by position, with jersey numbers.get_player_stats— Season stats for one player on a team (points/assists/rebounds for NBA, passing/rushing/etc for NFL).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).