Football Live MCP
Football Live MCP
Удалённый MCP-сервер, который предоставляет живые футбольные данные из API-Football по HTTP и реализует JSON-RPC 2.0 напрямую, без использования какого-либо MCP SDK.
Компаньон локального Football Intelligence MCP-сервера: этот сервер работает с текущим сезоном, а локальный — с исторической базой данных (2010–2025), хранящейся в PostgreSQL.
Протокол
Транспорт: HTTP. Один эндпоинт, одно сообщение JSON-RPC на запрос.
Эндпоинт | Назначение |
| Проверка работоспособности. Возвращает имя сервера, версию и количество инструментов. |
| Сообщения JSON-RPC 2.0. Уведомления возвращают |
Реализованные методы: initialize, notifications/initialized, ping, tools/list, tools/call.
Версия протокола: 2025-06-18.
Related MCP server: football-api-mcp
Инструменты
Инструмент | Аргументы | Возвращает |
|
| Запланированные матчи в указанном окне |
|
| Завершённые матчи со счётом |
|
| Актуальная турнирная таблица |
|
| Травмированные/дисквалифицированные игроки |
| — | Матчи, идущие прямо сейчас |
|
| Идентификаторы команд из API-Football |
Идентификаторы лиг: 39 Premier League, 140 La Liga, 135 Serie A, 78 Bundesliga, 61 Ligue 1, 94 Primeira Liga, 2 UEFA Champions League.
Локальный запуск
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 создайте новый веб-сервис и подключите этот репозиторий.
Render читает
render.yaml; подтвердите runtime Python и бесплатный тариф.Добавьте переменную окружения
API_FOOTBALL_KEYс вашим ключом API-Football.Выполните деплой. Публичный эндпоинт будет
https://<service>.onrender.com/mcp.
Бесплатный тариф переводит сервис в спящий режим после бездействия, поэтому первый запрос после паузы занимает около 50 секунд. Перед живой демонстрацией выполните один запрос GET /, чтобы разбудить сервис.
Использование из MCP-хоста
Добавьте запись с полем url в конфигурацию хоста:
{
"mcpServers": {
"football_live": { "url": "https://<service>.onrender.com/mcp" }
}
}Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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)
OpenLigaDB MCP — community-run, keyless football / soccer match data.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides programmatic access to comprehensive football statistics and live match data via API-Football, enabling applications to retrieve league standings, team fixtures, player statistics, and real-time match events.6-
- AlicenseNot gradedqualityDmaintenanceMCP server for football-data.org API providing access to football data like standings, matches, teams, and scorers.MIT
- FlicenseAqualityDmaintenanceProvides live football data through MCP tools, enabling users to fetch today's matches and top scorers for competitions like the Premier League or World Cup.2-
- AlicenseAqualityCmaintenanceEnables MCP clients to access live football data from FotMob, including match stats, team form, injuries, and player workload, without making predictions.101MIT
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