Skip to main content
Glama
roblanc

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

工具

工具

返回内容

footballstack_competitions

支持的比赛、赛季元数据、数据来源和每个比赛的许可证

footballstack_search

自由文本球队/比赛名称 → 稳定 ID

footballstack_matches

赛程和结果,按日期/比赛/球队/状态/赛季/轮次过滤,游标分页

footballstack_standings

比赛和赛季的积分榜

footballstack_match_lineups

首发十一人、替补、阵型

footballstack_match_events

进球、牌、换人、评论时间线

footballstack_match_xg

每次射门一条记录:球场坐标 + xG 值

footballstack_match_context

派生上下文——状态、历史交锋、预计算信号

footballstack_league_xg

联赛 xG 表:xG 进球、xG 失球、与实际进球相比的过高/过低表现

footballstack_odds

博彩公司基准 + 隐含公平概率。仅供参考,不构成投注建议

footballstack_quota

剩余月度配额——此调用不消耗配额

footballstack_health

可达性检查。无需 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 health

npm run smoke 无需 API 密钥即可运行:footballstack_health 返回实时状态,而需要密钥的工具返回可读的 missing_api_key 错误,以便你区分“未配置”和“故障”。

MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    MCP-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.
    29
    15
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP 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.
  • A
    license
    A
    quality
    A
    maintenance
    MCP server that gives Claude live access to Major League Soccer data — teams, matches, standings, rosters, and schedule-strength analytics — via the ESPN public API.
    11
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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