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.
- [x] Get route list with route no.
- [x] Get eta from stop
{
"mcpServers": {
"hk-transport-eta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-hk-transport-eta"
]
}
}
}
To set up the development environment, follow these steps:
-
Install dependencies:
npm install
-
Start the model context protocol development server:
npm run inspect