@pipeworx/thesportsdb
Connect: https://gateway.pipeworx.io/thesportsdb/mcp · Install: one-click buttons
Tools: 11
TheSportsDB MCP — sports catalog across 50+ leagues: teams, players, events, venues, league tables. Free tier with public key.
Tools
list_sports()/list_leagues(sport?, country?)search_teams(query),get_team(team_id),league_teams(league_id)search_players(query)/get_player(player_id)team_events_last(team_id)/team_events_next(team_id)events_by_day(date, sport?, league?)league_table(league_id, season?)
Auth
The free public tier uses API key 3 (well-known, no signup required). Pipeworx defaults to this. For higher rate limits / extra endpoints register at https://www.thesportsdb.com/ and BYO via ?_apiKey=<key>.
Data source
https://www.thesportsdb.com/api/v1/json/<apiKey>/
Tools
- list_sports — List all sports tracked by TheSportsDB.
- list_leagues — List leagues, optionally filtered by sport name and/or country.
- search_teams — Search teams by name (full or partial).
- get_team — Team profile by ID.
- league_teams — All teams in a league.
- search_players — Search players by name.
- get_player — Player profile by ID.
- team_events_last — Last 5 events for a team.
- team_events_next — Next 5 events for a team.
- events_by_day — All events on a given date, optionally filtered by sport or league.
- league_table — Standings table for a league/season.
Tools
-
events_by_day— All events on a given date, optionally filtered by sport or league. -
get_player— Player profile by ID. -
get_team— Team profile by ID. -
league_table— Standings table for a league/season. -
league_teams— All teams in a league. -
list_leagues— List leagues, optionally filtered by sport name and/or country. -
list_sports— List all sports tracked by TheSportsDB. -
search_players— Search players by name. -
search_teams— Search teams by name (full or partial). -
team_events_last— Last 5 events for a team. -
team_events_next— Next 5 events for a team.