MCP.so
登录

Berlin Transport MCP Server

@harshil1712

关于 Berlin Transport MCP Server

An MCP server for the Berlin Public Transport

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

harshil1712

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://berlin-transport.mcp-tools.app/sse"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Berlin Transport MCP Server?

Berlin Transport MCP Server provides access to Berlin’s public transport data through the VBB (Verkehrsverbund Berlin-Brandenburg) API. It wraps the v6.vbb.transport.rest API and is intended for developers and AI assistants to query stops, departures, and journey options.

How to use Berlin Transport MCP Server?

Connect via Claude Desktop using the mcp-remote proxy with the server’s SSE URL, or deploy your own instance on Cloudflare Workers using the provided template and then connect from the Cloudflare AI Playground. Configure Claude Desktop by editing its MCP settings to include the server as shown in the README.

Key features of Berlin Transport MCP Server

  • Search for public transport stops by name.
  • Get upcoming departures for a specific stop.
  • Plan journeys between two stops with optional departure time.
  • Deploy as a serverless endpoint on Cloudflare Workers.
  • Connect to remote MCP clients via SSE transport.

Use cases of Berlin Transport MCP Server

  • A travel assistant that checks real-time departures from a user’s nearest stop.
  • A trip planner that finds optimal routes between Berlin locations.
  • A smart home system that queries transit schedules for commute planning.
  • A chatbot that answers “when is the next U‑Bahn?” in Berlin.

FAQ from Berlin Transport MCP Server

What API does Berlin Transport MCP Server use?

It uses the public VBB API provided by v6.vbb.transport.rest.

How do I connect Berlin Transport MCP Server to Claude Desktop?

Install mcp-remote via npm and add the server’s SSE URL to your Claude Desktop MCP configuration file as shown in the README.

Do I need authentication to use Berlin Transport MCP Server?

No. The deployed server is authl ess by default.

Can I run my own instance of Berlin Transport MCP Server?

Yes. Deploy it to Cloudflare Workers using the provided “Deploy to Workers” button or the command line template.

What tools does Berlin Transport MCP Server provide?

Three tools: search_stops, get_departures, and get_journeys.

评论

其他 分类下的更多 MCP 服务器