Skip to main content
Glama

Related Servers

Alternatives to cats-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables real-time Chicago Transit Authority train and bus tracking, including arrivals, positions, and predictions for CTA 'L' trains and buses.
      14
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Provides real-time and scheduled bus data for the Centre Area Transportation Authority (CATA) in State College, PA. Enables users to track live bus positions, get arrival predictions, search stops, view routes, and receive service alerts through natural language queries.
      7
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Provides real-time transit data for OC Transpo in Ottawa, including live vehicle positions and trip updates via GTFS-RT feeds. It enables AI agents to monitor arrival delays, schedule changes, and transit telemetry through the Model Context Protocol.
      2
      -

    TDQS

    A3.7/5.0

    Scored across 3 tools

    Disambiguation2/5

    find_vehicle and list_vehicles overlap significantly: both can return every vehicle on a route, making the boundary between them unclear. get_arrivals is distinct, but the route-listing capability in find_vehicle duplicates list_vehicles with a route filter.

    Naming Consistency5/5

    All tools use a consistent verb_noun snake_case pattern: find_vehicle, list_vehicles, get_arrivals. The verbs are distinct and clearly indicate the action, with no mixed conventions.

    Tool Count5/5

    Three tools is a reasonable, focused set for a real-time transit information server. Each tool covers a distinct core need—vehicle location, fleet listing, and arrivals—without unnecessary bloat.

    Completeness4/5

    The tools cover the essential real-time transit operations: locating vehicles, listing vehicles, and fetching arrivals. Minor gaps exist, such as no dedicated route or stop directory tool, but the provided inputs (route numbers, stop ids/names) make the surface practical for common queries.

    Maintenance

    ActivityNo data
    ResponsivenessNo issues