MCP server exposing 5 tools for sports.
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/sports/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_teams — Search for sports teams by name. Returns team name, sport, league, country, stadium, description, and badge URL.search_players — Search for players by name. Returns player name, team, nationality, position, description, and thumbnail URL.get_league_table — Get current standings/table for a league and season. Returns team, played, wins, draws, losses, goals for, goals against, and points.get_last_events — Get the last 15 events/matches played by a team. Returns event name, date, home team, away team, scores, and league.get_next_events — Get the next 15 upcoming events/matches for a team. Returns event name, date, home team, away team, and league.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sports/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io