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": {
"mcp-hko-dev": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"/home/logic/_wsl_workspace/001_github_ws/mcp-ws/mcp-hko"
]
}
}
}
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