rugby
Server Details
First dedicated rugby MCP — Six Nations, Rugby Championship, World Cup. Fixtures + venues.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 36 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 5 tools
Each tool serves a distinct purpose: getMatch retrieves a single match by code, getMatches lists matches with filtering, getTeams provides team info, getTournament gets a specific tournament with schedule, and getTournaments lists all tournaments. No overlap.
All tools follow a consistent verb_noun pattern: 'get' + singular or plural noun (Match, Matches, Teams, Tournament, Tournaments). The prefix 'whensport_rugby_' is uniform.
With 5 tools, the set is appropriately scoped for querying rugby matches and tournaments. It covers the essential operations without being too sparse or overwhelming.
The tools cover the main use cases: retrieving individual and list representations of matches, teams, and tournaments. There is no create/update/delete, but that is expected for a read-only data source. The only minor gap is lack of direct date-range filtering, but filtering by tournament and team compensates.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
whensport_rugby_getTournaments2 fields changed- removed
Input schema / properties / upcomingOnly / defaultRemoved value: -true - removed
Input schema / properties / upcomingOnly / descriptionRemoved value: -"If true (default), return only tournaments that have not yet started. Set false to include past/finished tournaments."
1 tool update
- Changed
whensport_rugby_getTournaments2 fields changed- added
Input schema / properties / upcomingOnly / defaultAdded value: +true - added
Input schema / properties / upcomingOnly / descriptionAdded value: +"If true (default), return only tournaments that have not yet started. Set false to include past/finished tournaments."
5 tool updates
- Added
whensport_rugby_getMatch - Added
whensport_rugby_getMatches - Added
whensport_rugby_getTeams - Added
whensport_rugby_getTournament - Added
whensport_rugby_getTournaments
5 tool updates
- Removed
rugby_getMatch - Removed
rugby_getMatches - Removed
rugby_getTeams - Removed
rugby_getTournament - Removed
rugby_getTournaments
1 tool update
- Changed
rugby_getMatches1 field changed- added
Input schema / properties / offsetAdded value: +{ + "default": 0, + "description": "Skip the first N matches; use the response's `nextOffset` for paging.", + "minimum": 0, + "type": "integer" +}
2 tool updates
- Changed
rugby_getMatches3 fields changed- added
Input schema / properties / limitAdded value: +{ + "default": 50, + "description": "Maximum matches to return. Default 50, max 200.", + "maximum": 200, + "minimum": 1, + "type": "integer" +} - added
Input schema / properties / teamAdded value: +{ + "description": "Team identifier — either a 3-letter code (FRA, IRE, RSA, NZL) or a team slug (france, ireland, south-africa, new-zealand). Matched case-insensitively against team1/team2.", + "type": "string" +} - added
Input schema / properties / tournamentAdded value: +{ + "description": "Tournament slug e.g. \"six-nations-2026\", \"top-14-2025-26\", \"urc-2025-26\".", + "type": "string" +}
- Added
rugby_getTeams
1 tool update
- Changed
rugby_getMatch1 field changed- added
Input schema / properties / matchCode / descriptionAdded value: +"Match identifier — value of the `match` field in getMatches output (e.g. 6n-1, rc-3)."
8 tool updates
- Added
rugby_getMatch - Added
rugby_getMatches - Added
rugby_getTournament - Added
rugby_getTournaments - Removed
rugby.getMatch - Removed
rugby.getMatches - Removed
rugby.getTournament - Removed
rugby.getTournaments
4 tool updates
- First observed
rugby.getMatch - First observed
rugby.getMatches - First observed
rugby.getTournament - First observed
rugby.getTournaments
Related MCP Connectors
10-sport calendar MCP — football, F1, tennis, cricket, rugby, golf, polo, sailing, horse racing.
First dedicated sailing MCP — America's Cup, SailGP, Vendée Globe. Events, venues, teams, schedule.
Cricket 2026 MCP — T20 World Cup + ICC tour matches. Tournaments, fixtures, players, venues.
First dedicated polo MCP — 2026 USPA, Argentine Triple Crown, British Open. Tournaments + players.
Related MCP Servers
- AlicenseAqualityBmaintenanceEvery FIFA World Cup since 1930 wrapped as 15 MCP tools — squads, brackets, stadiums, matches, awards, trivia. Powered by the Zafronix WC API.157 npm2MIT
- AlicenseNot gradedqualityBmaintenanceGet live scores, schedules, standings, team and player data for NFL, NBA, MLB, NHL, soccer, and more via MCP.60 npm2Apache 2.0
- AlicenseNot gradedqualityCmaintenanceESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.2 npmMIT
- AlicenseAqualityCmaintenanceMCP server for FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, visa info, injuries, odds, standings, bracket, and historical matchups. 18 tools, zero external API dependencies.18935 npm34MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.