Skip to main content
Glama
harshil1712

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 (数値、オプション):返される結果の数

Related MCP server: BVG MCP Server

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 ツールをプレイグラウンドから直接使用できるようになりました。

Install Server
F
license - not found
D
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.

  • Swiss Transport MCP — wraps Transport Open Data API (free, no auth)

  • Lviv public transport MCP: stops, timetables, routes, and live vehicle positions. No API key.

View all MCP Connectors

Latest Blog Posts

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