Back to Home
GregBaugues icon

tokenbowl-mcp

Verified Safe

by GregBaugues

Overview

A Model Context Protocol (MCP) server for a fantasy football league, providing tools to interact with the Sleeper API, Fantasy Nerds API, and Token Bowl Chat for LLM-powered fantasy management.

Installation

Run Command
uv run python sleeper_mcp.py http

Environment Variables

  • SLEEPER_LEAGUE_ID
  • REDIS_URL
  • FFNERD_API_KEY
  • ANTHROPIC_API_KEY
  • TOKEN_BOWL_CHAT_API_KEY

Security Notes

API keys for external services (Sleeper, Fantasy Nerds, Anthropic) and Redis are loaded from a .env file, preventing hardcoding. The Token Bowl Chat API key is passed as a query parameter in the SSE connection URL, which is less secure than a header but common for SSE. The server uses `httpx` for external API calls with timeouts and error handling. No `eval` or similar dangerous patterns were found. The server relies on the client environment (e.g., Claude Desktop) for access control to its core MCP tools.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassHigh
Avg Tokens1200
Stars4
Forks1
Last Update2025-12-15

Tags

Fantasy FootballMCP ServerSleeper APIFastMCPClaude DesktopAIPython