
Arjunkmrm Lta Mcp
- arjunkmrm/lta-mcp
ai.smithery/arjunkmrm-lta-mcp is an MCP server that supplies Singapore real-time bus, train alert, and carpark data to your agent.
About
ai.smithery/arjunkmrm-lta-mcp exposes Singapore Land Transport Authority–style real-time mobility data—bus arrivals, train service alerts, and carpark availability—through a Smithery-hosted MCP server for AI coding agents. Developers creating commuter assistants, hyperlocal apps, or internal ops tools for Singapore can register this remote integration so Claude Code or Cursor fetches live transit context instead of scraping or hallucinating routes. Authentication flows through Smithery with a bearer API key on the streamable-http endpoint listed in server metadata. Expect an early-stage connector (version 0.1.0): validate tool coverage and rate behavior against your UX before shipping widely. It is geographically focused; developers outside Singapore or without LTA-relevant users should choose a different mobility MCP. Use it as structured transit glue while you build backends, prompts, and mobile or agent clients.
- Real-time bus arrival information via LTA-oriented MCP tools
- Train service alerts for disruption-aware assistant replies
- Carpark availability data for location and mobility features
- Smithery streamable-http host with required Bearer smithery_api_key
- Early catalog version 0.1.0 with github.com/arjunkmrm/lta-mcp source
Arjunkmrm Lta Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http arjunkmrm-lta-mcp https://server.smithery.ai/@arjunkmrm/lta-mcp/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Repository | arjunkmrm/lta-mcp ↗ |
What it does
Pull Singapore LTA real-time bus arrivals, train alerts, and carpark availability into an agent or app you are building for local commuters.
Who is it for?
Best when you're shipping Singapore-focused commuter bots, apps, or agent workflows that need LTA-aligned live data.
Skip if: Global products with no Singapore users or teams unwilling to depend on Smithery plus LTA-sourced remote APIs.
What you get
Your registered agent can query transportation MCP tools for timely transit and carpark facts while you implement the product.
- Agent-callable LTA-oriented bus, train alert, and carpark queries
- Smithery remote MCP entry for Singapore mobility prototyping
- GitHub-backed server reference at arjunkmrm/lta-mcp for extension
By the numbers
- Catalog version 0.1.0
- Repository: https://github.com/arjunkmrm/lta-mcp
- Smithery remote URL path @arjunkmrm/lta-mcp/mcp with required Bearer auth
Recommended MCP Servers
How it compares
Regional transit data MCP integration, not a generic maps skill or journey-wide methodology.
FAQ
Who is ai.smithery/arjunkmrm-lta-mcp for?
Developers building Singapore commuter tools who want MCP-accessible bus, train alert, and carpark feeds inside Claude Code or Cursor.
When should I use ai.smithery/arjunkmrm-lta-mcp?
Use it while integrating live transit and carpark features into an agent or app aimed at Singapore users and validating real-time UX.
How do I add ai.smithery/arjunkmrm-lta-mcp to my agent?
Register https://server.smithery.ai/@arjunkmrm/lta-mcp/mcp as streamable-http MCP with required Authorization Bearer {smithery_api_key} in your client.