hkopenai/hk-transportation-mcp-server
If you are the rightful owner of hk-transportation-mcp-server 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.
The Hong Kong Transportation Data MCP Server provides access to transportation-related data in Hong Kong through a FastMCP interface.
The Hong Kong Transportation Data MCP Server is designed to facilitate access to a variety of transportation-related data specific to Hong Kong. This server leverages the FastMCP interface to deliver real-time and historical data, making it a valuable tool for developers and analysts interested in Hong Kong's transportation dynamics. The server offers data on passenger traffic statistics, real-time bus arrival information, and waiting times at land boundary control points. By integrating data from the Hong Kong Immigration Department and local bus services, the server provides comprehensive insights into the movement of people and vehicles across the region. Users can filter data by language and date ranges, allowing for tailored data retrieval that suits specific needs. The server is easy to set up and can be integrated with other systems using standard input/output or server-sent events (SSE) modes.
Features
- Passenger Traffic Statistics: Access daily passenger traffic statistics at Hong Kong control points, with filters for date ranges and visitor types.
- Real-time Arrival Data: Retrieve real-time arrival data for Kowloon Motor Bus and Long Win Bus Services, with language filtering options.
- Land Boundary Control Points Waiting Times: Obtain current waiting times at Hong Kong land boundary control points, with language filtering options.
Usages
usage with Cline
{ "hk-transportation": { "disabled": false, "timeout": 3, "type": "stdio", "command": "uvx", "args": [ "hkopenai.hk-transportation-mcp-server" ] } }