ベルリン交通局MCPサーバー
VBB(ベルリン・ブランデンブルク交通連合)APIを通じてベルリンの公共交通データへのアクセスを提供するMCPサーバー。このサーバーはv6.vbb.transport.rest APIをラップしています。
利用可能なツール
1. 検索停止
ベルリン・ブランデンブルクの公共交通機関の停留所を検索します。
パラメータ:
query
(文字列): 停留所の検索クエリ
2. get_departures
特定の停留所の今後の出発情報を取得します。
パラメータ:
stop_id
(文字列): 出発情報を取得する停留所IDresults
(数値、オプション):返される結果の数
3. get_journeys
ある停留所から別の停留所までの旅程オプションを取得します。
パラメータ:
from
(文字列): 出発地停留所IDto
(文字列): 目的地の停留所IDdeparture
(文字列、オプション): 出発時刻(例:明日午後2時)results
(数値、オプション):返される結果の数
Claude DesktopをMCPサーバーに接続する
mcp-remote プロキシを使用して、ローカル MCP クライアントからリモート MCP サーバーに接続することもできます。
Claude Desktop から MCP サーバーに接続するには、 Anthropic のクイックスタートに従い、Claude Desktop 内で [設定] > [開発] > [構成の編集] に移動します。
次の構成で更新します。
Claude を再起動すると、ツールが利用可能になるはずです。
APIドキュメント
基礎となる API の詳細については、 v6.vbb.transport.rest/getting-started.htmlをご覧ください。
始めましょう:
これにより、MCP サーバーが次のような URL にデプロイされます: remote-mcp-server-authless.<your-account>.workers.dev/sse
あるいは、以下のコマンド ラインを使用して、ローカル マシンにリモート MCP サーバーを作成することもできます。
MCPサーバーのカスタマイズ
独自のツールを MCP サーバーに追加するには、 this.server.tool(...)
を使用してsrc/index.ts
のinit()
メソッド内で各ツールを定義します。
Cloudflare AI Playgroundに接続する
リモート MCP クライアントである Cloudflare AI Playground から MCP サーバーに接続できます。
- https://playground.ai.cloudflare.com/にアクセスしてください
- デプロイされた MCP サーバーの URL を入力します (
remote-mcp-server-authless.<your-account>.workers.dev/sse
) - MCP ツールをプレイグラウンドから直接使用できるようになりました。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
VBB API を通じてベルリンの公共交通機関データへのアクセスを提供し、ユーザーがベルリン・ブランデンブルク全域の停留所を検索したり、出発時刻を取得したり、旅程を計画したりできるようにします。
Related MCP Servers
- -securityAlicense-qualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -45PythonMIT License
- AsecurityFlicenseAqualityEnables Large Language Models to access real-time data on Vilnius public transport stops and routes through the Model Context Protocol.Last updated -21Python
- -securityAlicense-qualityProvides access to Deutsche Bahn train timetables, station information, and schedule changes through Model Context Protocol tools and resources.Last updated -TypeScriptMIT License
- AsecurityAlicenseAqualityProvides access to Seoul public data including subway passenger statistics and cultural event information through a Model Context Protocol server.Last updated -2TypeScriptMIT License