Transitous MCP Server
Related Servers
Alternatives to Transitous MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying global transit data including agencies, routes, stops, and departures through a GTFS aggregator.1 npmMIT
- AlicenseAqualityCmaintenanceEnables public-transport journey planning, place search, realtime departures and timetables, usable from any MCP client.9MIT
- FlicenseNot gradedqualityDmaintenanceEnables querying Swiss public transport (trains, buses, trams, boats) for stations, connections, and station boards via the opendata.ch API.-
- FlicenseNot gradedqualityDmaintenanceEnables querying nearby stations and departure boards using the RMV public transport API.1-
- FlicenseAqualityDmaintenanceEnables querying self-hosted OpenTripPlanner for accurate transit routes via MCP, supporting both stdio and HTTP.3-
- AlicenseNot gradedqualityBmaintenanceEnables real-time access to Boston MBTA transit data (subway, bus, commuter rail, etc.) via the MBTA v3 API.3 npmMIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: discovering actions (search_api_actions), executing them (execute_api_action), planning journeys (search_connections), and finding locations (search_locations). No overlap in functionality.
All tool names follow a consistent verb_noun pattern (search_api_actions, execute_api_action, search_connections, search_locations). The naming is predictable and intuitive.
Four tools is well-scoped for a transit API server. Each tool covers a core operation: discovery, execution, journey planning, and location lookup. No unnecessary tools, and no missing essential categories.
The tool set provides a flexible generic action executor (execute_api_action) that can handle any read-only API endpoint, plus convenience tools for common tasks (search_connections, search_locations). Minor gap: no dedicated departure/arrival board tool, but that can be achieved via execute_api_action.