Skip to main content
Glama
stefanstranger

mcp-server-vanmoof

Related Servers

Alternatives to mcp-server-vanmoof

No user-submitted related servers found.

    Related Servers

    TDQS

    B3.3/5.0

    Scored across 7 tools

    Disambiguation2/5

    Multiple tools have overlapping purposes that could cause confusion. get_city_rides_thisweek, get_rides_summary, and get_world_rides_thisweek all return similar ride summary data with only subtle differences in scope (city vs. world vs. general). get_rides_for_week also overlaps with these but adds a date parameter, creating ambiguity about when to use which summary tool.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern with 'get_' prefix and snake_case naming. The naming is perfectly predictable across all seven tools, making it easy to understand the pattern and anticipate tool names.

    Tool Count4/5

    Seven tools is a reasonable number for a bike sharing/ride tracking API. While the count is appropriate, the tools feel slightly redundant rather than each earning its distinct place due to the overlapping summary tools.

    Completeness3/5

    The server provides good read operations for customer data, preferences, cities, and rides, but lacks any write/update capabilities. For a rider data API, there are notable gaps - no tools to update preferences, log new rides, or modify customer information, which limits agent workflows to read-only operations.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues