Football Live MCP
Football Live MCP
HTTP를 통해 API-Football의 실시간 축구 데이터를 제공하는 원격 MCP 서버로, MCP SDK 없이 JSON-RPC 2.0을 직접 구현합니다.
로컬 Football Intelligence MCP 서버의 동반자입니다. 이 서버는 현재 시즌을 제공하고, 로컬 서버는 PostgreSQL에 저장된 과거 데이터베이스(2010-2025)를 제공합니다.
프로토콜
전송: HTTP. 단일 엔드포인트, 요청당 JSON-RPC 메시지 하나.
엔드포인트 | 용도 |
| 상태 확인. 서버 이름, 버전, 도구 수를 반환합니다. |
| JSON-RPC 2.0 메시지. 알림은 본문 없이 |
구현된 메서드: initialize, notifications/initialized, ping, tools/list, tools/call.
프로토콜 버전: 2025-06-18.
도구
도구 | 인수 | 반환값 |
|
| 기간 내 예정된 경기 일정 |
|
| 점수가 포함된 종료된 경기 |
|
| 실시간 리그 순위표 |
|
| 부상/출전 정지 선수 |
| — | 현재 진행 중인 경기 |
|
| API-Football의 팀 ID |
리그 ID: 39 프리미어리그, 140 라리가, 135 세리에 A, 78 분데스리가, 61 리그 1, 94 프리메이라리가, 2 UEFA 챔피언스리그.
로컬 실행
pip install -r requirements.txt
export API_FOOTBALL_KEY=your_key_here
python server.py # listens on :8080확인:
curl http://localhost:8080/
curl -X POST http://localhost:8080/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Render에 배포
이 디렉터리를 GitHub 저장소에 푸시합니다.
Render에서 New Web Service를 만들고 해당 저장소를 연결합니다.
Render가
render.yaml을 읽습니다. 런타임 Python과 무료 플랜을 확인합니다.환경 변수
API_FOOTBALL_KEY에 API-Football 키를 추가합니다.배포합니다. 공개 엔드포인트는
https://<service>.onrender.com/mcp가 됩니다.
무료 플랜은 비활성 상태 후 서비스를 절전 모드로 전환하므로, 일시 중지 후 첫 요청은 약 50초가 걸립니다. 라이브 데모 전에 GET /을 한 번 호출하여 깨워 두세요.
MCP 호스트에서 사용
호스트 구성에 url 필드가 있는 항목을 추가합니다:
{
"mcpServers": {
"football_live": { "url": "https://<service>.onrender.com/mcp" }
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
Football-Data.org MCP — soccer competitions, matches, standings
Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jjaquezito/MCP_Remoto'
If you have feedback or need assistance with the MCP directory API, please join our Discord server