Back to Home
spilchen icon

yahoo_fantasy_mcp

Verified Safe

by spilchen

Overview

An MCP (Model Context Protocol) server that provides AI assistants and other clients read-only access to Yahoo Fantasy Sports data.

Installation

Run Command
python -m yahoo_fantasy_mcp

Environment Variables

  • YAHOO_LEAGUE_ID
  • YAHOO_CLIENT_ID
  • YAHOO_CLIENT_SECRET

Security Notes

The server explicitly states it provides read-only access, significantly reducing risk. Authentication details (consumer keys, secrets, tokens) are handled via environment variables or a local `oauth2.json` file, which are standard and secure practices, avoiding hardcoding. The `stdio_transport` uses `pydantic.BaseModel.model_validate_json` for incoming JSON-RPC messages, which is robust against typical JSON parsing vulnerabilities. No `eval` or other highly dangerous functions are directly used for dynamic code execution. The main risks would be in the underlying `yahoo_fantasy_api` library or the Yahoo API itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-23

Tags

Yahoo FantasySports DataAPI GatewayMCP ServerAI Assistant Tools