Skip to main content
Glama
harshil1712

Berlin Transport MCP Server

by harshil1712

Related Servers

Alternatives to Berlin Transport MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    D1.8/5.0

    Scored across 3 tools

    Disambiguation4/5

    The three tools have distinct purposes: get_departures likely retrieves departure times, get_journeys handles route planning, and search_stops finds stops or stations. While there is some potential overlap between get_departures and get_journeys (both involve travel information), the names suggest clear enough separation for an agent to differentiate them effectively.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern with snake_case: get_departures, get_journeys, and search_stops. This uniformity makes the tool set predictable and easy to understand, with no deviations in naming style.

    Tool Count3/5

    With only 3 tools, the server feels thin for a transport domain that typically requires more operations like route details, fare information, or service alerts. While it covers basic functions, the count is borderline low for comprehensive transport-related tasks.

    Completeness2/5

    The tool set has significant gaps for a transport server. It lacks essential operations such as getting route details, checking fares, accessing service status or alerts, and managing user preferences. This incomplete coverage will likely cause agent failures when handling common transport queries beyond basic departure and journey lookups.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues