5 tools from the KMB Bus MCP Server, categorised by risk level.
View the KMB Bus policy →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",... 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
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")
... get_route_stops_info Get all stops along a specified bus route.
Args:
route: The bus route number (e.g., "1A", "6", "960")
The KMB Bus MCP server exposes 5 tools across 1 categories: Read.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the KMB Bus server.
KMB Bus tools are categorised as Read (5). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.