Skip to main content
Glama

KMB Bus MCP Server

get_next_bus

Retrieve the next bus arrival time for a specific route and stop using real-time KMB bus data. Input the route number and stop name to receive accurate ETA information.

Instructions

Get the next arrival time for a specified bus route at a stop.

Args: route: The bus route number (e.g., "1A", "6", "960") stop_name: The name of the bus stop

Input Schema

NameRequiredDescriptionDefault
routeYes
stop_nameYes

Input Schema (JSON Schema)

{ "properties": { "route": { "title": "Route", "type": "string" }, "stop_name": { "title": "Stop Name", "type": "string" } }, "required": [ "route", "stop_name" ], "title": "get_next_busArguments", "type": "object" }
Install Server

Other Tools from KMB Bus MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kennyckk/mcp_hkbus'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server