malanEvans/soccer-mcp-server
If you are the rightful owner of soccer-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Soccer MCP Server is a Python-based server designed to manage soccer-related data and operations efficiently.
title: Soccer MCP Server sdk: gradio sdk_version: 5.33.0 app_file: soccer_mcp_server.py pinned: true emoji: ⚽ python_version: 3.12 tags:
- mcp-server-track
Soccer MCP Server
A Python-based server for managing soccer-related data and operations.
Getting Started
Prerequisites
- Python 3.12 or higher
- uv package manager
Installation
-
Clone the repository:
git clone <repository-url> cd soccer-mcp-server
-
Create and activate a virtual environment:
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
-
Install the package in development mode:
uv pip install -e ".[dev]"
Development
Running Tests
uv run pytest
Code Formatting
uv run black .
uv run isort .
License
This project is licensed under the MIT License - see the file for details.
Test MCP Server
You can test this MCP server using mcp-client chat interface at sister space https://huggingface.co/spaces/malanevans/soccer-mcp-client