Skip to main content
Glama
StonishVicer

gym-ops MCP server

by StonishVicer

Related Servers

Alternatives to gym-ops MCP server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables Claude to safely explore and query a SQLite database through natural language, including listing tables, inspecting schemas, and running read-only SELECT queries.
      488 npm
      MIT
    • A
      license
      Not graded
      quality
      Not graded
      maintenance
      Provides Claude with SQL access to Hevy workout history and personal training conventions stored in a SQLite database. It enables detailed analysis of exercise progress, volume trends, and muscle group mappings through natural language queries.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables Claude to query a live MySQL database using natural language through read-only tools for listing tables, describing schemas, and running SELECT queries.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes any SQLite database as read-only MCP tools for AI assistants, enabling listing tables, describing schemas, and running SELECT queries with filtering, ordering, and pagination.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides tools for Claude to query local Claude Code token usage and cost data, enabling spend analysis and insights through natural language.
      11 npm
      1
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Exposes a SQLite database to AI assistants with structured, read-safe access. Includes five tools for schema exploration, querying, and sampling data.
      -

    TDQS

    A4.4/5.0

    Scored across 4 tools

    Disambiguation4/5

    get_class_occupancy and find_members are clearly distinct, and list_unpaid_members is a focused snapshot while reconcile_payments is the full matching/reconciliation workflow. The only real overlap is that both list_unpaid_members and reconcile_payments report unpaid/partial bills, so an agent could initially pick the wrong one, but the descriptions clarify the boundary.

    Naming Consistency4/5

    Every tool uses a lowercase snake_case verb_noun form, so the set is predictable. However, the query verbs are inconsistent (get_class_occupancy vs find_members vs list_unpaid_members) and reconcile_payments is the only non-query action, so it is not as uniform as a list_/create_/update_ pattern.

    Tool Count4/5

    Four tools is a reasonable, non-bloated count and each tool is substantive. The 'gym-ops' label is broad enough that one might expect additional tools, and list_unpaid_members partially overlaps with reconcile_payments, so the scope feels slightly under- or over-represented rather than perfectly curated.

    Completeness3/5

    The tools work well for historical class occupancy, member lookup, unpaid-bill reporting, and payment reconciliation. They do not cover future class schedules, member-specific payment histories, or any create/update/freeze/cancel operations, which are common gym operations workflows, so agents will hit dead ends for those requests.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues