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
도구
도구 | 반환 내용 |
| 지원되는 대회, 시즌 메타데이터, 데이터 소스 및 대회별 라이선스 |
| 자유 텍스트 팀/대회 이름 → 안정적인 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