mcp-hk-transport-eta

1.0.1 • Public • Published

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:

  1. Install dependencies:

    npm install
  2. Start the model context protocol development server:

    npm run inspect

Package Sidebar

Install

npm i mcp-hk-transport-eta

Weekly Downloads

17

Version

1.0.1

License

MIT

Unpacked Size

7.73 kB

Total Files

7

Last publish

Collaborators

  • kennyfong19931