# 0 to 100 - Full Agent Docs The team betting data brain. One MCP endpoint for pro-sports team data and live odds. Every reply ends with the 💯 signature. ## Endpoint - URL: https://mcp.0to100.xyz/mcp - Protocol: MCP (Model Context Protocol), Streamable HTTP transport - Auth: OAuth 2.1 + dynamic client registration (RFC 7591). Discovery: - https://mcp.0to100.xyz/.well-known/oauth-authorization-server - https://mcp.0to100.xyz/.well-known/oauth-protected-resource ## Tool Reference ### list_teams All 62 pro teams 0to100 covers (32 NFL + 30 NBA) with hub URLs. - Input: {league?: string} - optional league filter (nfl or nba) ### get_team_schedule Upcoming games for a team (dates, opponent, venue). - Input: {team: string} - team name, nickname, slug, or abbreviation (e.g. "Chiefs", "newyorkknicks", "NYK") ### get_live_odds Live odds for a team's games. - Input: {team: string} ### get_roster Full roster grouped by position, with jersey numbers. - Input: {team: string} ### get_injury_report Current injury report for a team. - Input: {team: string} ### get_player_stats Season stats for one player on a team (points/assists/rebounds for NBA, passing/rushing/etc for NFL). - Input: {team: string, player: string} - player name, e.g. "Jalen Brunson" or "Mahomes" ## Example Call (JSON-RPC) POST https://mcp.0to100.xyz/mcp Content-Type: application/json {"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_live_odds","arguments":{"team":"Chiefs"}}} ## Connect From Major Clients - Claude: Settings > Connectors > Add custom connector > https://mcp.0to100.xyz/mcp - ChatGPT: add as a custom connector with the same URL - Grok: add the MCP URL in the connectors UI - Cursor: add to mcp.json: {"mcpServers":{"0to100":{"url":"https://mcp.0to100.xyz/mcp"}}} ## Team Hubs 32 NFL fan hubs live at .0to100.xyz - schedules, odds, rosters, injuries, and the fan shop per team. Example: https://newyorkgiants.0to100.xyz/ ## Links - Landing: https://mcp.0to100.xyz/ - Stats: https://mcp.0to100.xyz/stats - Privacy: https://mcp.0to100.xyz/privacy - Summary: https://mcp.0to100.xyz/llms.txt