ヴィリニュス交通MCPサーバー
モデルコンテキストプロトコル(MCP)サーバー実装は、大規模言語モデル(LLM)にビリニュス公共交通データへのアクセス機能を提供します。このプロジェクトは、MCP標準を用いてリアルタイム交通データでLLM機能を拡張する方法を示します。
モデルコンテキストプロトコル(MCP)は、大規模言語モデル(LLM)が外部ツールやデータに安全にアクセスできるようにする標準です。MCPにより、LLMは以下のことが可能になります。
- リアルタイムまたはローカルデータにアクセスする
- 外部関数を呼び出すclaude_desktop_config.json
- システムリソースと対話する
- 一貫したツールインターフェースを維持する
このプロジェクトは、ビリニュスの公共交通機関データ ツールを LLM に提供し、公共交通機関の停留所やルートに関するクエリに回答できるようにする MCP サーバーを実装します。
サーバーは次の MCP ツールを公開します。
find_stops
: 公共交通機関の停留所を名前で検索find_closest_stop
: 指定された座標に最も近い公共交通機関の停留所を検索します
MCP サーバーを Claude 開発環境に追加するには、claude_desktop_config.json ファイルに次の構成を追加します。
注: ローカルインストールに合わせてディレクトリ パスを調整してください。
クライアントを実行するには:
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
大規模言語モデルがモデル コンテキスト プロトコルを通じてビリニュスの公共交通機関の停留所やルートに関するリアルタイム データにアクセスできるようにします。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityFacilitates real-time access to Singapore's Land Transport Authority (LTA) transportation data, offering insights into bus arrivals, train services, traffic conditions, and more through integration with the LTA DataMall API.Last updated -72JavaScript
- -securityAlicense-qualityProvides access to Deutsche Bahn train timetables, station information, and schedule changes through Model Context Protocol tools and resources.Last updated -4TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides real-time access to Hong Kong's KMB and Long Win Bus route information and arrival times, enabling Language Models to answer user questions about bus routes, stops, and ETAs.Last updated -3PythonApache 2.0
- -securityAlicense-qualityProvides real-time access to Bangalore's public transportation information including bus tracking, schedules, routes, and service updates to improve passenger experience.Last updated -3JavaScriptMIT License