Singapore LTA MCP Server

bus_arrival

Get real-time bus arrival information for a specific bus stop and optionally a specific service number. Returns estimated arrival times, bus locations, and crowding levels.

Input Schema

NameRequiredDescriptionDefault
busStopCodeYesThe unique 5-digit bus stop code
serviceNoNoOptional bus service number to filter results

Input Schema (JSON Schema)

{ "properties": { "busStopCode": { "description": "The unique 5-digit bus stop code", "type": "string" }, "serviceNo": { "description": "Optional bus service number to filter results", "type": "string" } }, "required": [ "busStopCode" ], "type": "object" }