Skip to main content
Glama
williamcodes

speedrun-mcp

by williamcodes

Related Servers

Alternatives to speedrun-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to query Speedrun.com data through the official API, supporting tools for retrieving game, run, and leaderboard information.
      5 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to access World Cube Association speedcubing data including world records, competitor profiles, competition information, and championship results. Supports queries about rankings, competition schedules, and detailed speedcubing statistics through natural language.
      12
      1
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables querying Chess.com public data including player profiles, stats, games, and club information through natural language.
      9
      2 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to explore player profiles, ratings, game archives, leaderboards, clubs, and puzzles via the Chess.com API.
      1
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to query Riot Games data such as accounts, summoners, match history, and champion mastery via natural language.
      5 npm
      MIT

    TDQS

    A4/5.0

    Scored across 16 tools

    Disambiguation4/5

    Most tools target a distinct resource/action such as games, categories, variables, leaderboards, users, runs, platforms, regions, and series. The main overlap is that get_game already returns categories and get_world_record is a wrapper over get_leaderboard, but the descriptions clarify when each should be used.

    Naming Consistency5/5

    All tool names consistently follow a snake_case verb_noun pattern using only search, get, and list as verbs. Multiword nouns like get_user_personal_bests and get_game_records remain predictable and no mixed conventions appear.

    Tool Count4/5

    Sixteen tools is slightly above the typical ideal range, but each tool covers a distinct read-only aspect of the speedrun.com API. The count feels reasonable for the domain, with only a few convenience helpers adding mild extra weight.

    Completeness3/5

    Core discovery and leaderboard workflows are well covered: searching games and users, retrieving game details, categories, variables, leaderboards, world records, runs, platforms, regions, and series. However, list_unverified_runs references verify_run/reject_run that are not included in the tool set, leaving a moderation dead end, and there is no direct user profile lookup beyond personal bests.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues