Transport NSW MCP Server provides a structured interface to access New South Wales public transportation data through the official Transport NSW API. It offers tools for finding transport stops around specific locations and retrieving service alerts and disruptions across different transport modes (trains, buses, ferries, etc.). Built with Python and leveraging Swagger-generated client code, the implementation handles API authentication, request formatting, and response parsing, making it ideal for applications requiring real-time public transport information, trip planning, or monitoring service disruptions in the NSW transport network.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Find transport stops by name or coordinates. Parameters: stop_name (string, optional), coord (string, optional), radius (integer, optional)
Get information about transport alerts and disruptions. Parameters: date (string, optional), mot_type (integer, optional)
Get real-time departure information for transport stops. Parameters: stop_id (string), time (string, optional), mot_type (integer, optional)