Skip to main content
Glama

Singapore LTA MCP Server

シンガポールLTA MCPサーバー

シンガポール陸運局 (LTA) DataMall API 用の MCP サーバー。バスの到着、交通状況、列車の運行状況の更新などの交通情報にリアルタイムでアクセスできます。

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Singapore LTA MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @arjunkmrm/mcp-sg-lta --client claude

ツール

バス到着

特定のバス停のバス到着情報をリアルタイムで取得します。

入力:

  • busStopCode (文字列、必須):固有の5桁のバス停コード
  • serviceNo (文字列、オプション): 結果をフィルタリングする特定のバスサービス番号

駅の混雑

MRT/LRT駅の混雑状況をリアルタイムで確認できます(10分ごとに更新)。

入力:

  • trainLine (文字列、必須): 鉄道路線のコード
    • サポートされる値: CCL、CEL、CGL、DTL、EWL、NEL、NSL、BPL、SLRT、PLRT、TEL

列車アラート

運行の中断やシャトルサービスなどのリアルタイムの列車サービスアラートを取得します。

**入力:**不要

駐車場の空き状況

HDB、LTA、URA 駐車場の空き状況をリアルタイムで取得します (1 分ごとに更新)。

**入力:**不要

旅行時間

高速道路区間の予想移動時間を取得します(5 分ごとに更新されます)。

**入力:**不要

交通事故

事故、道路工事、渋滞などの現在の道路状況を取得します (2 分ごとに更新)。

**入力:**不要

駅の混雑予報

MRT/LRT 駅の混雑状況を 30 分間隔で予測します。

入力:

  • trainLine (文字列、必須): 鉄道路線のコード
    • サポートされる値: CCL、CEL、CGL、DTL、EWL、NEL、NSL、BPL、SLRT、PLRT、TEL

構成

APIキーの取得

  1. LTA DataMallにアカウントを登録する
  2. APIサービスに登録する
  3. アカウントダッシュボードからAPIキーを取得します

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

{ "mcpServers": { "lta": { "command": "npx", "args": [ "-y", "arjunkmrm/mcp-sg-lta" ], "env": { "LTA_API_KEY": "YOUR-API-KEY" } } } }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

シンガポール陸運局 (LTA) の交通データへのリアルタイム アクセスを容易にし、LTA DataMall API との統合を通じて、バスの到着、列車の運行状況、交通状況などに関する分析情報を提供します。

  1. Smithery経由でインストール
    1. ツール
      1. バス到着
      2. 駅の混雑
      3. 列車アラート
      4. 駐車場の空き状況
      5. 旅行時間
      6. 交通事故
      7. 駅の混雑予報
    2. 構成
      1. APIキーの取得
      2. Claude Desktopでの使用

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Enables Large Language Models to access real-time data on Vilnius public transport stops and routes through the Model Context Protocol.
      Last updated -
      2
      1
      Python
    • A
      security
      A
      license
      A
      quality
      Enables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.
      Last updated -
      5
      884
      75
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      This server enables large language models to access and interact with real-time transport alerts from Transport for NSW's network, supporting filtering by transport mode and returning formatted alert information about disruptions and planned works.
      Last updated -
      2
      7
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A server that connects to SK TMAP API, providing access to public transit routing and geocoding functionality through a standardized interface.
      Last updated -
      2
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/arjunkmrm/mcp-sg-lta'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server