mcp-hk-transport-eta
If you are the rightful owner of mcp-hk-transport-eta 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.
This is an MCP server for API from siri-shortcut-hk-bus-eta repo. It allows MCP clients to find Hong Kong transport routes and next arrival times.
mcp-hk-transport-eta
This is an MCP server for API from siri-shortcut-hk-bus-eta repo. It allows mcp clients to find Hong Kong transport route and next arrival.
Features
- Get route list with route no.
- Get eta from stop
Usage
Claude Desktop Configuration
{
"mcpServers": {
"hk-transport-eta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-hk-transport-eta"
]
}
}
}
Development
Setting up Development Environment
To set up the development environment, follow these steps:
-
Install dependencies:
npm install
-
Start the model context protocol development server:
npm run inspect