Skip to main content
Glama

KMB Bus MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_next_bus

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
find_buses_to_destination

Find bus routes that go to a specified destination.

Args: destination: The destination to search for (e.g., "Central", "Mong Kok", "Airport")
get_route_stops_info

Get all stops along a specified bus route.

Args: route: The bus route number (e.g., "1A", "6", "960")
find_stop_by_name

Find bus stops matching a name or partial name.

Args: stop_name: Full or partial name of the bus stop to search for
get_all_routes_at_stop

Get all bus routes that pass through a specified bus stop.

Args: stop_name: Name of the bus stop

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