cats-mcp
Related Servers
Alternatives to cats-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables real-time Chicago Transit Authority train and bus tracking, including arrivals, positions, and predictions for CTA 'L' trains and buses.14MIT
- AlicenseAqualityCmaintenanceProvides 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.7MIT
- AlicenseNot gradedqualityCmaintenanceEnables real-time access to Boston MBTA transit data (subway, bus, commuter rail, etc.) via the MBTA v3 API.4MIT
- FlicenseNot gradedqualityCmaintenanceEnables querying real-time bike-share feed data, including station availability, nearby bikes and docks, route checks, alerts, and system information across many cities.-
- FlicenseNot gradedqualityDmaintenanceProvides 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-
- AlicenseNot gradedqualityCmaintenanceEnables querying global transit data including agencies, routes, stops, and departures through a GTFS aggregator.6MIT
TDQS
Scored across 3 tools
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.
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.
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.
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.