Skip to main content
Glama
defevan

mountainproject

by defevan

Related Servers

Alternatives to mountainproject

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      Enables AI assistants to search and browse mountaineers.org for activities, courses, trip reports, and routes, and optionally access authenticated user data such as upcoming activities, badges, and member profiles.
      28
      20 npm
      1
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      Enables searching grocery product catalogs with faceted filters and retrieving price history statistics via the MealCP grocery price API.
      2
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables users to interact with the Griptonite indoor climbing app, allowing them to log climbs, browse routes and grades, and retrieve activity feeds and rankings.
      22
      MIT
    • F
      license
      A
      quality
      B
      maintenance
      Enables natural language querying of your Magic: The Gathering Arena collection, including owned cards, missing cards, deck building, and collection analysis via MCP.
      11
      -

    TDQS

    A3.6/5.0

    Scored across 10 tools

    Disambiguation4/5

    Most tools are clearly distinguished by resource and action (search, get_route, get_area, find_routes, resolve_id, tick operations). Minor overlap exists between mp_search and mp_find_routes (both find routes, though in different contexts) and between mp_fetch_ticks and mp_list_ticks (list auto-fetches, fetch forces refresh), but descriptions clarify the boundaries.

    Naming Consistency4/5

    All tools share the mp_ prefix and most follow verb_noun structure (mp_search, mp_get_route, mp_set_session, mp_fetch_ticks, mp_list_ticks). Two names deviate: mp_auth_status (noun phrase) and mp_tick_stats (noun phrase), which break the pattern slightly but remain predictable and readable.

    Tool Count5/5

    Ten tools is well-scoped for a climbing data and personal tick-list server. Each tool covers a distinct aspect of the domain—searching, retrieving, resolving IDs, session management, and tick lifecycle—without unnecessary redundancy or bloat.

    Completeness5/5

    The tool surface covers the core read-only workflows for Mountain Project: searching and fetching routes/areas, resolving URLs to IDs, and managing personal tick data (auth, session, refresh, list, stats). No obvious dead ends; the main missing operations like creating/deleting ticks or routes are external to the API's likely scope.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues