MCP server with basic demonstration of getting weather from Hong Kong Observatory
Author:@louiscklaw
Updated at:

Other Tools and Integrations

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:

  1. Install dependencies:

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

    npm run inspect
    
MCP Index is your go-to directory for Model Context Protocol servers. Discover and integrate powerful MCP solutions to enhance AI applications like Claude, Cursor, and Cline. Find official and community servers with integration guides and compatibility details.
Copyright © 2025