Skip to main content
Glama

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

A4.5/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: 'get' + singular or plural noun (Match, Matches, Teams, Tournament, Tournaments). The prefix 'whensport_rugby_' is uniform.

Tool Count5/5

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.

Completeness4/5

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. 1 tool update
    • Changedwhensport_rugby_getTournaments2 fields changed
      • removedInput schema / properties / upcomingOnly / default
        Removed value: -true
      • removedInput schema / properties / upcomingOnly / description
        Removed value: -"If true (default), return only tournaments that have not yet started. Set false to include past/finished tournaments."
  2. 1 tool update
    • Changedwhensport_rugby_getTournaments2 fields changed
      • addedInput schema / properties / upcomingOnly / default
        Added value: +true
      • addedInput schema / properties / upcomingOnly / description
        Added value: +"If true (default), return only tournaments that have not yet started. Set false to include past/finished tournaments."
  3. 5 tool updates
    • Addedwhensport_rugby_getMatch
    • Addedwhensport_rugby_getMatches
    • Addedwhensport_rugby_getTeams
    • Addedwhensport_rugby_getTournament
    • Addedwhensport_rugby_getTournaments
  4. 5 tool updates
    • Removedrugby_getMatch
    • Removedrugby_getMatches
    • Removedrugby_getTeams
    • Removedrugby_getTournament
    • Removedrugby_getTournaments
  5. 1 tool update
    • Changedrugby_getMatches1 field changed
      • addedInput schema / properties / offset
        Added value: +{
        +  "default": 0,
        +  "description": "Skip the first N matches; use the response's `nextOffset` for paging.",
        +  "minimum": 0,
        +  "type": "integer"
        +}
  6. 2 tool updates
    • Changedrugby_getMatches3 fields changed
      • addedInput schema / properties / limit
        Added value: +{
        +  "default": 50,
        +  "description": "Maximum matches to return. Default 50, max 200.",
        +  "maximum": 200,
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • addedInput schema / properties / team
        Added 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"
        +}
      • addedInput schema / properties / tournament
        Added value: +{
        +  "description": "Tournament slug e.g. \"six-nations-2026\", \"top-14-2025-26\", \"urc-2025-26\".",
        +  "type": "string"
        +}
    • Addedrugby_getTeams
  7. 1 tool update
    • Changedrugby_getMatch1 field changed
      • addedInput schema / properties / matchCode / description
        Added value: +"Match identifier — value of the `match` field in getMatches output (e.g. 6n-1, rc-3)."
  8. 8 tool updates
    • Addedrugby_getMatch
    • Addedrugby_getMatches
    • Addedrugby_getTournament
    • Addedrugby_getTournaments
    • Removedrugby.getMatch
    • Removedrugby.getMatches
    • Removedrugby.getTournament
    • Removedrugby.getTournaments
  9. 4 tool updates
    • First observedrugby.getMatch
    • First observedrugby.getMatches
    • First observedrugby.getTournament
    • First observedrugby.getTournaments

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Get live scores, schedules, standings, team and player data for NFL, NBA, MLB, NHL, soccer, and more via MCP.
    60 npm
    2
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.
    2 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP 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.
    18
    935 npm
    34
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources