Singapore LTA MCP Server
Access real-time transportation data from Singapore's LTA DataMall API, including bus arrivals and traffic conditions.
Singapore LTA MCP Server
An MCP server for Singapore's Land Transport Authority (LTA) DataMall API, providing real-time access to transportation information including bus arrivals, traffic conditions, and train service updates.
Installing via Smithery
To install Singapore LTA MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @arjunkmrm/mcp-sg-lta --client claude
Tools
bus_arrival
Get real-time bus arrival information for specific bus stops.
Inputs:
busStopCode(string, required): The unique 5-digit bus stop codeserviceNo(string, optional): Specific bus service number to filter results
station_crowding
Get real-time crowding levels at MRT/LRT stations (Updates every 10 minutes).
Inputs:
trainLine(string, required): Code of train network line- Supported values: CCL, CEL, CGL, DTL, EWL, NEL, NSL, BPL, SLRT, PLRT, TEL
train_alerts
Get real-time train service alerts including disruptions and shuttle services.
Inputs: None required
carpark_availability
Get real-time availability of parking lots for HDB, LTA, and URA carparks (Updates every minute).
Inputs: None required
travel_times
Get estimated travel times on expressway segments (Updates every 5 minutes).
Inputs: None required
traffic_incidents
Get current road incidents including accidents, roadworks, and heavy traffic (Updates every 2 minutes).
Inputs: None required
station_crowd_forecast
Get forecasted MRT/LRT station crowdedness levels in 30-minute intervals.
Inputs:
trainLine(string, required): Code of train network line- Supported values: CCL, CEL, CGL, DTL, EWL, NEL, NSL, BPL, SLRT, PLRT, TEL
Configuration
Getting an API Key
- Register for an account on LTA DataMall
- Subscribe to the API services
- Obtain your API key from the account dashboard
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"lta": {
"command": "npx",
"args": [
"-y",
"arjunkmrm/mcp-sg-lta"
],
"env": {
"LTA_API_KEY": "YOUR-API-KEY"
}
}
}
}
Related Servers
Webflow
Interact with Webflow APIs to list and edit your site and CMS data.
AWS SES
Send emails using AWS Simple Email Service (SES). Supports plain text, HTML, CC, BCC, reply-to, and email scheduling.
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.
MCP Payment Server
An MCP server for processing payments using stdio transport, configured via environment variables.
GetYourGuide
Integrate with the GetYourGuide Partner API to access travel activities and experiences.
Binance MCP Server
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
PayPal
The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
Remote MCP Server on Cloudflare
An MCP server deployed on Cloudflare Workers, featuring OAuth login and data storage via Cloudflare KV.
DigitalOcean
Provides comprehensive access to all DigitalOcean API endpoints, dynamically extracted from their OpenAPI specification.
Alpha Ticker MCP
Streams real-time Binance Alpha token prices and liquidity data for AI agents and workflows.