1. Conduid
  2. AI
  3. Espn Ff
MCP server · AI

Espn Ff

ESPN Fantasy API with LLMs!

61Good

Scored 3 months ago · breakdown

About Espn Ff

Espn Ff is an MCP server published by KBThree13 in the AI category: eSPN Fantasy API with LLMs!. It has been installed 0 times through Conduid.

The repository has 28 stars and 7 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-espn-ff

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Espn Ff

Powered by Claude · Grounded in docs

I know everything about Espn Ff. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

ESPN Fantasy Football MCP Server

Overview

This MCP (Model Context Protocol) server allows LLMs like Claude to interact with the ESPN Fantasy Football API. It provides tools for accessing league data, team rosters, player statistics, and more through a standardized interface. It can work with both public and private ESPN Leagues.

Features (MCP Tools)

  • Authentication: Securely store ESPN credentials for the current session (for private leagues)
  • League Info: Get basic information about fantasy football leagues
  • Team Rosters: View current team rosters and player details
  • Player Stats: Find and display stats for specific players
  • League Standings: View current team rankings and performance metrics
  • Matchup Information: Get details about weekly matchups

Installation

Prerequisites

  • Python 3.10 or higher
  • uv package manager
  • Claude Desktop for the best experience

Usage with Claude Desktop

  1. Update the Claude Desktop config:
  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Include reference to the MCP server
    {
    "mcpServers": {
      "espn-fantasy-football": {
        "command": "uv",
        "args": [
          "--directory",
          "/absolute/path/to/directory",
          "run",
          "espn_fantasy_server.py"
          ]
        }
      } 
    }
    
  1. Restart Claude Desktop

Acknowledgements

cwendt94/espn-api for the nifty python wrapper around the ESPN Fantasy API

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Espn Ff

How do I install Espn Ff?

Run npx mcp-espn-ff, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Espn Ff safe to use with an AI agent?

Its trust score is 61 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Espn Ff still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.