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 league data, player data, and a custom chat system for LLMs.

Installation

Run Command
uv run python sleeper_mcp.py http

Environment Variables

  • SLEEPER_LEAGUE_ID
  • REDIS_URL
  • FFNERD_API_KEY
  • ANTHROPIC_API_KEY
  • PORT
  • RENDER
  • PYTHON_VERSION

Security Notes

The server uses environment variables for sensitive API keys (Fantasy Nerds, Redis URL, Sleeper League ID). Token Bowl Chat API key is passed as a query parameter, not hardcoded. Input validation is implemented to mitigate common attack vectors. External API calls are to known fantasy sports data providers and a custom chat service. Redis caching security depends on deployment configuration, which is external to the codebase itself.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars4
Forks1
Last Update2025-11-24

Tags

Fantasy FootballMCP ServerSleeper APIData EnrichmentCachingAI ToolsPython