- Bzzoiro Sports Data Bsd
Bzzoiro Sports Data Bsd
What is BSD?
Bzzoiro Sports Data (BSD) is a real-time football analytics MCP server. Connect it to Claude and start querying live player profiles, manager tactical fingerprints, match stats, and squad data — directly in conversation.
Built on the sports.bzzoiro.com sports analytics platform.
Available tools
search_players — Find any player by name, nationality, or position. Returns profile, market value, current team, and national team.
get_player_detail — Full player profile: bio, market value, transfer history, contract info.
get_player_stats — Per-match statistics for any player: goals, xG, assists, xA, key passes, tackles, rating, touches, duels. Filter by player, team, or match.
search_managers — Search coaches by name, tactical profile (attacking / defensive / balanced), or team. Returns formation preferences and aggregated stats.
get_manager_detail — Full manager tactical fingerprint: win rate, avg goals scored/conceded, xG for/against, clean sheet %, BTTS %, over 2.5 %, preferred formations, discipline stats.
get_team_detail — Team profile including current coach.
get_team_squad — Full squad list for any team.
get_match_detail — Full match data: lineups, incidents (goals, cards, subs), live stats, odds, predictions, head-to-head, and team form.
Example prompts
- "Show me Lamine Yamal's stats for the last 10 matches"
- "What is Mourinho's tactical profile and clean sheet percentage?"
- "Get the full squad for FC Barcelona"
- "Find all attacking managers in La Liga"
- "Show match details for the last Atlético vs Barcelona game"
Connection
This server uses SSE transport. No API key required.
{
"mcpServers": {
"bzzoiro-sports": {
"type": "sse",
"url": "https://sports.bzzoiro.com/mcp"
}
}
}
Coverage
La Liga · Champions League · Premier League · Bundesliga · Serie A · Ligue 1 · and more.
Server Config
{
"mcpServers": {
"bzzoiro-sports": {
"type": "sse",
"url": "https://sports.bzzoiro.com/mcp"
}
}
}