Skip to main content
Glama
arjunkmrm

Singapore LTA MCP Server

by arjunkmrm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.