footballbin-predictions
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFootballBin Match Predictions
FootballBin 赛事预测
Get AI-powered predictions for Premier League and Champions League matches via the FootballBin MCP API.
通过FootballBin MCP API获取由AI驱动的英超联赛(Premier League)和欧洲冠军联赛(Champions League)赛事预测。
Quick Start
快速开始
Run with the following commands:
scripts/footballbin.sh运行并使用以下命令:
scripts/footballbin.shGet current matchweek predictions
获取当前比赛周的预测
bash
scripts/footballbin.sh predictions premier_league
scripts/footballbin.sh predictions champions_leaguebash
scripts/footballbin.sh predictions premier_league
scripts/footballbin.sh predictions champions_leagueGet specific matchweek
获取特定比赛周
bash
scripts/footballbin.sh predictions premier_league 27bash
scripts/footballbin.sh predictions premier_league 27Filter by team
按球队筛选
bash
scripts/footballbin.sh predictions premier_league --home arsenal
scripts/footballbin.sh predictions premier_league --away liverpool
scripts/footballbin.sh predictions premier_league --home chelsea --away wolvesbash
scripts/footballbin.sh predictions premier_league --home arsenal
scripts/footballbin.sh predictions premier_league --away liverpool
scripts/footballbin.sh predictions premier_league --home chelsea --away wolvesList available tools
列出可用工具
bash
scripts/footballbin.sh toolsbash
scripts/footballbin.sh toolsSupported Leagues
支持的联赛
| Input | League |
|---|---|
| Premier League |
| Champions League |
| 输入值 | 联赛 |
|---|---|
| Premier League(英超联赛) |
| Champions League(欧洲冠军联赛) |
Supported Team Aliases
支持的球队别名
Common aliases work: (Man Utd), (Man City), (Tottenham), (Wolverhampton), (Arsenal), (Liverpool), (Chelsea), (Aston Villa), (Nottingham Forest), (Crystal Palace), (Barcelona), (Real Madrid), (Bayern Munich), (PSG), (Juventus), (Inter Milan), (Dortmund), (Atletico Madrid).
unitedcityspurswolvesgunnersredsbluesvillaforestpalacebarcarealbayernpsgjuveinterbvbatleti常用别名均适用:(曼联)、(曼城)、(热刺)、(狼队)、(阿森纳)、(利物浦)、(切尔西)、(阿斯顿维拉)、(诺丁汉森林)、(水晶宫)、(巴塞罗那)、(皇家马德里)、(拜仁慕尼黑)、(巴黎圣日耳曼)、(尤文图斯)、(国际米兰)、(多特蒙德)、(马德里竞技)。
unitedcityspurswolvesgunnersredsbluesvillaforestpalacebarcarealbayernpsgjuveinterbvbatletiResponse Data
响应数据
Each match prediction includes:
- Half-time score (e.g., "1:0")
- Full-time score (e.g., "2:1")
- Next goal scorer (e.g., "Home,Salah")
- Corner count (e.g., "7:4")
- Key players with form-based reasoning
每场赛事预测包含:
- 半场比分(例如:"1:0")
- 全场比分(例如:"2:1")
- 下一个进球球员(例如:"Home,Salah")
- 角球数(例如:"7:4")
- 基于状态分析的关键球员
External Endpoints
外部端点
| URL | Data Sent | Purpose |
|---|---|---|
| League, matchweek, team filters | Fetch match predictions |
| URL | 发送的数据 | 用途 |
|---|---|---|
| 联赛、比赛周、球队筛选条件 | 获取赛事预测数据 |
Security & Privacy
安全与隐私
- No API key required (public endpoint, rate-limited)
- No user data collected or stored
- Read-only: only fetches prediction data
- No secrets or environment variables needed
- 无需API密钥(公开端点,有速率限制)
- 不收集或存储用户数据
- 只读:仅获取预测数据
- 无需密钥或环境变量