Skip to main content
Glama

Fantasy Premier League MCP Server

from setuptools import setup, find_packages with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup( name="fpl-mcp", version="0.1.4", author="Fantasy PL MCP Contributors", author_email="rishi.jatia96@gmail.com", description="An MCP server for Fantasy Premier League data", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/rishijatia/fantasy-pl-mcp", packages=find_packages(where="src"), package_dir={"": "src"}, classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], python_requires=">=3.10", install_requires=[ "mcp>=1.2.0", "httpx>=0.24.0", "python-dotenv", "diskcache", "jsonschema", ], entry_points={ "console_scripts": [ "fpl-mcp=fpl_mcp.__main__:main", ], }, package_data={ "fpl_mcp": ["schemas/*.json"], }, )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishijatia/fantasy-pl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server