footballstack-mcp
footballstack-mcp
MCP 服务器,用于 FootballStack 足球数据 API。为 LLM 客户端提供真实的足球数据——赛程、积分榜、阵容、实时事件、带球场坐标的射门级 xG 以及模型推导的公平赔率——而不是幻觉般的比分。
12 个工具,1 个提示。Node ≥ 20,无需构建步骤。
安装
npx footballstack-mcp在环境中设置你的 API 密钥。免费套餐:每月 1,000 次请求。在 footballstackapi.com/sign-in 获取密钥。
Claude Desktop / Claude Code
{
"mcpServers": {
"footballstack": {
"command": "npx",
"args": ["-y", "footballstack-mcp"],
"env": { "FOOTBALLSTACK_API_KEY": "fs_live_..." }
}
}
}Cursor / Windsurf / 任何 stdio MCP 客户端
相同的代码块,放在该客户端的 MCP 配置文件中。
Related MCP server: worldcup-ai-forecaster
工具
工具 | 返回内容 |
| 支持的比赛、赛季元数据、数据来源和每个比赛的许可证 |
| 自由文本球队/比赛名称 → 稳定 ID |
| 赛程和结果,按日期/比赛/球队/状态/赛季/轮次过滤,游标分页 |
| 比赛和赛季的积分榜 |
| 首发十一人、替补、阵型 |
| 进球、牌、换人、评论时间线 |
| 每次射门一条记录:球场坐标 + xG 值 |
| 派生上下文——状态、历史交锋、预计算信号 |
| 联赛 xG 表:xG 进球、xG 失球、与实际进球相比的过高/过低表现 |
| 博彩公司基准 + 隐含公平概率。仅供参考,不构成投注建议 |
| 剩余月度配额——此调用不消耗配额 |
| 可达性检查。无需 API 密钥即可使用 |
提示:scout_team_form — 解析球队,获取其最近 5 场比赛,读取结果背后的 xG。
从 footballstack_search 开始 来解析 ID。猜测 ID 会浪费配额:404 和空结果与其他请求一样计费。
覆盖范围,如实说明
目录列出了 75 个比赛。深度并不均匀,目录比深度覆盖更广。
最深: Bundesliga, 2. Bundesliga, DFB Pokal, Superliga României
扩展欧洲: Eredivisie, Primeira Liga, Süper Lig, Pro League, Scottish Premiership
仅历史/分析: Premier League, La Liga, Serie A, Ligue 1(xG 来自 Understat)
调用 footballstack_competitions 并在构建之前检查你的联赛。
配额行为
免费:每月 1,000 次请求,每分钟 10 次。开发者 $9/月:每月 10,000 次请求,每分钟 60 次,包括 xG、射门图、阵容、实时事件和公平赔率。专业版 $29/月:每月 50,000 次,每分钟 180 次。
无超额计费。 配额用完后 API 返回 429;此服务器将其显示为
quota_or_rate_limit错误,而不是空结果。配额在每月 1 日 UTC 重置。
每个请求都计费,包括 404 和空结果。
何时不适合使用此工具
跨多个比赛的高频实时轮询。 月度配额不适合这种场景——其他地方的按天或按秒计费方案会更便宜。
上述深度覆盖列表之外的联赛。
你需要合同 SLA、正常运行时间积分或指定的支持联系人。 这些价格不提供。
开发
npm install
npm run smoke # boots the server over stdio, lists tools, calls healthnpm run smoke 无需 API 密钥即可运行:footballstack_health 返回实时状态,而需要密钥的工具返回可读的 missing_api_key 错误,以便你区分“未配置”和“故障”。
MIT.
Maintenance
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.2915MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables LLMs to act as World Cup forecasting agents, pulling live odds, getting model forecasts, and simulating tournament brackets via natural language.MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for a World Cup 2026 prediction game assistant, providing tools for live game data via PostgreSQL and semantic search over football articles via RAG.
- AlicenseAqualityAmaintenanceMCP server that gives Claude live access to Major League Soccer data — teams, matches, standings, rosters, and schedule-strength analytics — via the ESPN public API.11MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/roblanc/footballstack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server