A
securityA
licenseA
qualityAn MCP server that provides access to NS (Dutch Railways) travel information.
Last updated -
8
27
22
TypeScript
MIT License
The repository is hosted on GitHub and can be cloned from there for installation.
Used for dependency management and running the application.
これは、 DNDzgz API を使用してリアルタイムの路面電車到着予測や駅情報など、サラゴサ路面電車システムに関する情報を提供する MCP (モデル コンテキスト プロトコル) サーバーです。
有効なGoogleマップAPIキーを持つ環境変数を追加します
サーバーを起動するには:
または、MCP クライアントで次のように構成します。
サーバーが起動し、MCP トランスポート層に接続します。
サーバーは次のツールを提供します。
zaragoza-tram-estimations
: 特定のトラム駅の到着予定時刻をリアルタイムで取得しますstation
(番号):路面電車駅のIDzaragoza-tram-stations
: サラゴサのすべてのトラム駅のリストを取得しますlatitude
(数値):駅を近い順に並べ替える緯度longitude
(数値):駅を近い順に並べ替えるための経度zaragoza-bus-stops
: サラゴサのすべてのバス停を取得しますlatitude
(数値):停留所を近い順に並べ替える緯度longitude
(数値):停留所を近い順に並べ替える経度zaragoza-bus-estimations
: 特定のバス停の到着予定時刻をリアルタイムで取得しますstop
(番号): バス停のIDzaragoza-bizi-stations
: サラゴサのすべての Bizi ステーション (公共自転車レンタルサービス) を取得しますlatitude
(数値):駅を近い順に並べ替える緯度longitude
(数値):駅を近い順に並べ替えるための経度zaragoza-bizi-estimations
: ビジステーションの自転車の空き状況と空きスロットをリアルタイムで確認station
(番号):BiziステーションのIDgoogle-maps-link
: 特定の場所の Google マップ リンクを取得しますlatitude
(数値):場所の緯度longitude
(数値):場所の経度geolocation-from-address
: 住所から地理位置情報(緯度と経度)を取得し、見つかったフォーマットされた住所を取得します。address
(文字列): 位置情報を取得する住所(例:"Plaza de San Francisco, Zaragoza, Spain")Claude Desktopを使用した例のスクリーンショットがあります
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
DNDzgz API を通じて、到着予想時刻や駅の詳細など、サラゴサの路面電車システムに関するリアルタイム情報を提供する MCP サーバー。