mcp-hk-transport-eta
v1.0.1
Published
Model Context Protocol server to get ETA (Estimated Time of Arrival) for public transport in Hong Kong
Downloads
18
Maintainers
Readme
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
- [x] Get route list with route no.
- [x] 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 installStart the model context protocol development server:
npm run inspect
