Token导航 LogoToken导航TokenDH.com
Weekly Soccer MCP logo
运维云端stdio官方级别未说明来源级核验

Weekly Soccer MCP

MCP Server

提供实时足球比赛数据、赛程、联赛排名和球队信息的API服务,适用于体育应用和数据分析场景。

工具数

5

提示词数

0

GitHub Stars

1

资源数

0
Python云端部署Docker

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

AlexAI-MCP

提供方

AlexAI-MCP

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install -r requirements.txt

详细介绍

⚽ Weekly Soccer MCP v4.0

Real-time football data powered by Football-Data.org API

🎯 Features

📊 Live Data

  • ✅ Real match results (last 7 days)
  • ✅ Upcoming fixtures (next 7 days)
  • ✅ Live league standings
  • ✅ Team information
  • ✅ Team search across leagues

🏆 Supported Leagues

  • Premier League (England)
  • La Liga (Spain)
  • Bundesliga (Germany)
  • Serie A (Italy)
  • Ligue 1 (France)
  • Champions League
  • Europa League

🚀 Quick Start

1. Get API Key

Sign up at Football-Data.org (Free tier: 10 req/min)

2. Deploy to Railway

# Clone repository
git clone https://github.com/AlexAI-MCP/weekly-soccer-mcp.git
cd weekly-soccer-mcp

# Set environment variable in Railway dashboard
FOOTBALL_API_KEY=your_api_key_here

# Railway will auto-deploy
railway up

3. Register on PlayMCP

URL: https://your-app.up.railway.app/mcp
Name: Weekly Soccer MCP
Description: Real-time football data

🎮 Usage Examples

"프리미어리그 최근 경기 결과 알려줘"
→ Shows last 10 matches with scores

"라리가 다음주 경기 일정은?"
→ Shows upcoming fixtures for next 7 days

"세리에A 현재 순위표 보여줘"
→ Displays live standings table

"맨체스터 유나이티드 정보 알려줘"
→ Team details, stadium, founded year

"토트넘 검색"
→ Finds team across all leagues

🛠️ Tools

ToolDescription
get_recent_matchesMatch results (last 7 days)
get_upcoming_matchesFixtures (next 7 days)
get_league_standingsCurrent standings table
get_team_infoTeam details
search_teamSearch teams by name

📈 API Details

  • Provider: Football-Data.org
  • Update Frequency: Near real-time (1-2 min delay)
  • Free Tier: 10 requests/minute
  • Rate Limit: Sufficient for most use cases

🔧 Development

# Install dependencies
pip install -r requirements.txt

# Set API key
export FOOTBALL_API_KEY=your_key

# Run locally
python server.py

# Test endpoint
curl http://localhost:8080

📝 Changelog

v4.0.0 (2025-09-29)

  • ✅ Football-Data.org API integration
  • ✅ Real-time match data
  • ✅ Live standings updates
  • ✅ Team search functionality
  • ✅ Removed web search dependency

v3.0.0 (2025-09-29)

  • Attempted web search integration (deprecated)

v2.0.0 (2025-09-29)

  • Optimized for PlayMCP (deprecated)

v1.0.0 (2025-09-29)

  • Initial release (web search only)

🎯 Roadmap

  • [ ] Player statistics
  • [ ] Live match commentary
  • [ ] Match predictions
  • [ ] Historical data analysis
  • [ ] More leagues (MLS, J-League, K-League via alternative APIs)

📄 License

MIT

🙏 Credits


Made with ⚽ for PlayMCP

目录标签

目录标签

Python云端部署Docker实时数据本地部署足球体育API联赛排名球队信息

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

工具数量(toolCount,工具数)

5

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP