Singapore LTA MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bus_arrivalA | 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. |
| station_crowdingA | Get real-time MRT/LRT station crowdedness level for a particular train network line. Updates every 10 minutes. |
| train_alertsA | Get real-time train service alerts including service disruptions and shuttle services. Updates when there are changes. |
| carpark_availabilityA | Get real-time availability of parking lots for HDB, LTA, and URA carparks. Updates every minute. |
| travel_timesA | Get estimated travel times on expressway segments. Updates every 5 minutes. |
| traffic_incidentsA | Get current road incidents including accidents, roadworks, and heavy traffic. Updates every 2 minutes. |
| station_crowd_forecastC | Get forecasted MRT/LRT station crowdedness levels in 30-minute intervals. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose targeting different aspects of Singapore's transport system: bus arrivals, carpark availability, station crowd forecasts, real-time station crowding, traffic incidents, train alerts, and travel times. There is no overlap in functionality, making it easy for an agent to select the appropriate tool without confusion.
All tool names follow a consistent snake_case pattern with clear, descriptive noun-based naming (e.g., bus_arrival, carpark_availability). The naming is uniform throughout, making the tool set predictable and easy to understand at a glance.
With 7 tools, this server is well-scoped for its purpose of providing real-time transport information in Singapore. Each tool addresses a specific, valuable aspect of the domain, and there are no extraneous or redundant tools, making the count appropriate and manageable.
The tool set offers comprehensive coverage of Singapore's transport domain, including bus, train, carpark, traffic, and travel time information. It provides both real-time and forecasted data across key areas, leaving no obvious gaps for agents to encounter dead ends in typical transport-related queries.