MCP server exposing 11 tools for thesportsdb.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/thesportsdb/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_sports — Return all sports tracked by TheSportsDB (e.g. Soccer, Ice Hockey, Basketball), each with id, name, and forum.list_leagues — List leagues, optionally filtered by sport name and/or country.search_teams — Search TheSportsDB for sports teams by name. Returns team id (use with get_last_events/get_next_events), sport, league, country, stadium, and description.get_team — Full team profile from TheSportsDB by numeric team_id — returns name, sport, country, stadium, formed year, description, badge, and social links.league_teams — List all teams in a TheSportsDB league by league_id; returns each team's id, name, badge, and country.search_players — Search TheSportsDB for players by name. Returns player id, current team, nationality, position, and description. Use search_teams first to find team IDs if needed.get_player — Full player profile from TheSportsDB by numeric player_id — returns name, team, nationality, position, birth date, description, and thumbnail.team_events_last — Fetch the 5 most recently completed games/matches for a team by team_id; returns event name, date, home/away teams, and final score.team_events_next — Fetch the next 5 upcoming scheduled games/matches for a team by team_id; returns event name, date, home/away teams, and venue.events_by_day — Sports schedule/fixtures for a given date — all games/matches on that day, optionally filtered by sport or league. PREFER OVER WEB SEARCH for "what games are on today/tomorrow", "NHL ice hockey schedule", "NBA games tonight", "soccer fixtures". For "next 24h" pass today's and tomorrow's date. Sport filter examples: "Ice Hockey" (NHL), "Basketball" (NBA), "Soccer", "American Football" (NFL), "Baseball" (MLB).league_table — Standings table for a league/season.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/thesportsdb/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io