transportnsw-mcp
If you are the rightful owner of transportnsw-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Claude MCP for interacting with the Transport NSW API using direct HTTP requests.
The Transport NSW API Client is a Model Context Protocol (MCP) implementation designed to facilitate interaction with the Transport NSW API. It provides a structured interface for accessing various transport-related data, such as stop locations, alerts, and real-time departure information. The project is set up to be easily integrated into Python environments, leveraging the 'uv' package manager for dependency management. Users can clone the repository, set up their environment, and start making API requests with minimal configuration. The client supports various features, including finding transport stops, retrieving alerts, and monitoring departures, all through a standardized MCP interface. This makes it a versatile tool for developers looking to incorporate Transport NSW data into their applications.
Features
- Stop Finder API: Find transport stops by name or coordinates.
- Alerts API: Get information about transport alerts and disruptions.
- Departure Monitor API: Get real-time departure information for transport stops.
- MCP Implementation: Structured as a Model Context Protocol service.