Skip to main content
Glama
roblanc

footballstack-mcp

footballstack-mcp

FootballStack のフットボールデータ API 用の MCP サーバーです。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 リクエスト。Developer $9/月: 月 10,000 リクエスト、毎分 60 リクエスト、xG、ショットマップ、ラインナップ、ライブイベント、フェアオッズを含む。Pro $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