by yeonupark
MCP-Soccerdata is an open-source Model Context Protocol (MCP) server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.
mcp-soccer-data is an open-source Model Context Protocol (MCP) server that provides real-time football match data based on the SoccerDataAPI. It enables users to retrieve football data by leveraging large language models (LLMs) through MCP-enabled clients like Claude Desktop.
To use mcp-soccer-data, you need Python 3.12+, the uv
package manager, a Soccerdata API account, and an MCP-compatible client (e.g., Claude for Desktop).
npx -y @smithery/cli install @yeonupark/mcp-soccer-data --client claude
git clone https://github.com/yeonupark/mcp-soccer-data.git
and cd mcp-soccer-data
uv sync
.env
file: AUTH_KEY=your_auth_key
~/Library/Application Support/Claude/claude_desktop_config.json
.Once set up, you can interact with the server using natural language queries through your MCP client.
get_livescores()
tool: Exposes a tool to MCP clients for retrieving real-time football match information.Q: What kind of football data does mcp-soccer-data provide? A: It provides real-time information on live, upcoming, and recently finished matches, including scores, lineups, events, odds, and league metadata.
Q: What are the prerequisites for using mcp-soccer-data?
A: You need Python 3.12+, uv
package manager, a Soccerdata API account, and an MCP-compatible client like Claude for Desktop.
Q: Can I get historical match data? A: No, the project is focused exclusively on live, upcoming, and recently finished matches.
Q: How do I get an API key for SoccerdataAPI? A: You can sign up and obtain your API key from https://soccerdataapi.com/.
Q: What is an MCP server? A: An MCP (Model Context Protocol) server allows large language models (LLMs) to interact with external data sources and tools, enabling them to provide more accurate and up-to-date information.
MCP-Soccerdata is an open-source Model Context Protocol (MCP) server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.
Designed for use with MCP-enabled clients such as Claude Desktop, it allows users to retrieve football data by leveraging large language models (LLMs).
MCP-Soccerdata focuses on delivering real-time information about ongoing football matches around the world.
"What football matches are being played right now?"
"What are the predicted lineups for PSG vs Aston Villa today?"
"Please tell me the scores and number of goals from recent football matches."
→ Provides relevant football data in a structured format, including the detailed categories described below.
⚠️ Focused exclusively on live, upcoming, and recently finished matches
To install Amadeus MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @yeonupark/mcp-soccer-data --client claude
uv
package managergit clone https://github.com/yeonupark/mcp-soccer-data.git
cd mcp-soccer-data
uv sync
AUTH_KEY=your_auth_key
Sign up on https://soccerdataapi.com/ and get your own Auth keys.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mcp-soccer-data": {
"command": "/ABSOLUTE/PATH/TO/PARENT/FOLDER/uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/src/",
"run",
"--env-file",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/.env",
"server.py"
]
}
}
}
The follwing tool is exposed to MCP clients:
get_livescores()
-> Returns real-time information about ongoing football matches around the world.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.