com.whensport/rugby
First dedicated rugby MCP — Six Nations, Rugby Championship, World Cup. Fixtures + venues.
Get rugby tournaments tracked by whensport (Six Nations, Rugby Championship, World Cup, Top 14, Premiership, URC, etc.). Returns lightweight metadata (name, dates, format, team count) — call rugby_getTournament(slug) for the full schedule.
Get a single rugby tournament by slug (e.g. six-nations-2026, top-14-2025-26, urc-2025-26, nations-championship-2026). Returns the full schedule when present (Six Nations, Nations Championship); other tournaments use rugby_getMatches?tournament=… instead.
Get rugby matches across tracked tournaments (Six Nations, Top 14, Premiership, URC, Super Rugby Pacific, Rugby Championship, Nations Championship, Pacific Four, etc.). Filtering is strongly recommended — the unfiltered match set is large. Default limit is 50 (max 200); when more matches exist the response includes `truncated: true`, `moreCount`, and `nextOffset`. Page through results by passing the response's `nextOffset` back as `offset`. Filter by `tournament` slug or by `team` (3-letter code or team slug) to narrow results.
Get a single rugby match by its match code (e.g. "6n-1" for Six Nations match 1, "rc-3" for Rugby Championship match 3). The code is in the `match` field of getMatches output.
Get the rugby teams in scope, optionally scoped to a tournament. Each team has a 3-letter code (e.g. "FRA", "RSA", "NZL"), full name, and the tournaments it competes in. Use this to enumerate valid `team` values for rugby_getMatches.
| Timestamp | Status | Latency | Conformance |
|---|---|---|---|
| Apr 28, 2026 | success | 802.1ms | Pass |
| Apr 28, 2026 | success | 126.7ms | Pass |
| Apr 27, 2026 | success | 645.1ms | Pass |