Skip to main content
Glama

Berlin Transport MCP Server

by harshil1712

ベルリン交通局MCPサーバー

VBB(ベルリン・ブランデンブルク交通連合)APIを通じてベルリンの公共交通データへのアクセスを提供するMCPサーバー。このサーバーはv6.vbb.transport.rest APIをラップしています。

利用可能なツール

1. 検索停止

ベルリン・ブランデンブルクの公共交通機関の停留所を検索します。

パラメータ:

  • query (文字列): 停留所の検索クエリ

2. get_departures

特定の停留所の今後の出発情報を取得します。

パラメータ:

  • stop_id (文字列): 出発情報を取得する停留所ID
  • results (数値、オプション):返される結果の数

3. get_journeys

ある停留所から別の停留所までの旅程オプションを取得します。

パラメータ:

  • from (文字列): 出発地停留所ID
  • to (文字列): 目的地の停留所ID
  • departure (文字列、オプション): 出発時刻(例:明日午後2時)
  • results (数値、オプション):返される結果の数

Claude DesktopをMCPサーバーに接続する

mcp-remote プロキシを使用して、ローカル MCP クライアントからリモート MCP サーバーに接続することもできます。

Claude Desktop から MCP サーバーに接続するには、 Anthropic のクイックスタートに従い、Claude Desktop 内で [設定] > [開発] > [構成の編集] に移動します。

次の構成で更新します。

{ "mcpServers": { "calculator": { "command": "npx", "args": [ "mcp-remote", "https://berlin-transport.mcp-tools.app/sse" // or if local http://localhost:8787/sse ] } } }

Claude を再起動すると、ツールが利用可能になるはずです。

APIドキュメント

基礎となる API の詳細については、 v6.vbb.transport.rest/getting-started.htmlをご覧ください。

始めましょう:

これにより、MCP サーバーが次のような URL にデプロイされます: remote-mcp-server-authless.<your-account>.workers.dev/sse

あるいは、以下のコマンド ラインを使用して、ローカル マシンにリモート MCP サーバーを作成することもできます。

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

MCPサーバーのカスタマイズ

独自のツールを MCP サーバーに追加するには、 this.server.tool(...)を使用してsrc/index.tsinit()メソッド内で各ツールを定義します。

Cloudflare AI Playgroundに接続する

リモート MCP クライアントである Cloudflare AI Playground から MCP サーバーに接続できます。

  1. https://playground.ai.cloudflare.com/にアクセスしてください
  2. デプロイされた MCP サーバーの URL を入力します ( remote-mcp-server-authless.<your-account>.workers.dev/sse )
  3. MCP ツールをプレイグラウンドから直接使用できるようになりました。
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

VBB API を通じてベルリンの公共交通機関データへのアクセスを提供し、ユーザーがベルリン・ブランデンブルク全域の停留所を検索したり、出発時刻を取得したり、旅程を計画したりできるようにします。

  1. 利用可能なツール
    1. 検索停止
    2. get\_departures
    3. get\_journeys
  2. Claude DesktopをMCPサーバーに接続する
    1. APIドキュメント
      1. 始めましょう:
        1. MCPサーバーのカスタマイズ
          1. Cloudflare AI Playgroundに接続する

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Enables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.
              Last updated -
              45
              Python
              MIT License
              • Apple
            • 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
            • -
              security
              A
              license
              -
              quality
              Provides access to Deutsche Bahn train timetables, station information, and schedule changes through Model Context Protocol tools and resources.
              Last updated -
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              Provides access to Seoul public data including subway passenger statistics and cultural event information through a Model Context Protocol server.
              Last updated -
              2
              TypeScript
              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/harshil1712/berlin-transport-mcp'

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