Skip to main content
Glama

シンガポール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" } } } }

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
  • 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
    228
    90
    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 -
    14
    7
    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
    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