nfl_mcp
Verified Safeby gtonic
Overview
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.
Installation
docker run --rm -p 9000:9000 nfl-mcp-serverEnvironment Variables
- NFL_MCP_LOG_LEVEL
- NFL_MCP_ADVANCED_ENRICH
- NFL_MCP_PREFETCH
- ODDS_API_KEY
Security Notes
Robust input validation and content sanitization are implemented, protecting against SQL/XSS/command injection, path traversal, and dangerous URLs. Uses environment variables for API keys and explicitly states no arbitrary code execution. Web crawling sanitizes content aggressively by removing scripts, styles, and structural HTML elements. SQL queries use parameterized statements. Circuit breakers and rate limiting are implemented for robustness and abuse prevention.
Similar Servers
tokenbowl-mcp
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.
Dynamic-Smart-MCP
An intelligent FastMCP 2 server that converts natural language questions into SQL queries or API requests for any SQL database or OpenAPI-defined API using AI.
fmp_mcp_server
A lightweight, production-ready Model Context Protocol (MCP) server that brings real-time financial data directly to AI agents or LLM Apps.
mcp
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.