Skip to main content
Glama
jorgedcb

WHOOP MCP Server

by jorgedcb

Related Servers

Alternatives to WHOOP MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.5/5.0

    Scored across 11 tools

    Disambiguation4/5

    The main list tools (get_recovery, get_sleep, get_cycles, get_workouts) are distinct, but the four by_id/relationship tools (get_sleep_by_id, get_cycle_by_id, get_sleep_for_cycle, get_recovery_for_cycle) have subtle boundaries, particularly the cycle-relationship pair versus the ID lookups, risking misselection.

    Naming Consistency4/5

    Most tools follow a consistent get_noun pattern, with get_sleep_by_id and get_workout_by_id deviating only by adding an _by_id suffix. This is a minor, readable deviation rather than a true inconsistency.

    Tool Count5/5

    Eleven tools are well-scoped for WHOOP's core domains (profile, recovery, sleep, cycles, workouts, body), with relationship helpers earning their place. Nothing feels excessive or thin.

    Completeness4/5

    Read/list coverage is strong across all main resources, including relationship helpers, but the surface is read-only, with no create/update/delete and no explicit pagination or error tools. Minor gaps agents can work around.