tokenbowl-mcp
Verified Safeby 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
uv run python sleeper_mcp.py httpEnvironment 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
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-ai-agent
This repository provides an AI agent designed to interact with and control entities within a Multi-Client Protocol (MCP) environment, likely a game or simulation.
nfl_mcp
A FastMCP server for comprehensive NFL fantasy football management, including health monitoring, web content extraction, NFL news, team data, advanced fantasy intelligence, and league management, optimized for AI/LLM integration.
word2pdf_hello_mcp
This MCP server serves as a scaffold to demonstrate building and deploying AI-powered tools, resources, and prompts using the Smithery CLI and FastMCP framework.