Skip to main content
Glama

Berlin Transport MCP Server

by harshil1712

베를린 교통 MCP 서버

VBB(Verkehrsverbund Berlin-Brandenburg) API를 통해 베를린 대중교통 데이터에 접근할 수 있는 MCP 서버입니다. 이 서버는 v6.vbb.transport.rest API를 래핑합니다.

사용 가능한 도구

1. 검색_중지

베를린-브란덴부르크의 대중교통 정류장을 검색하세요.

매개변수:

  • query (문자열): 정류장에 대한 검색 쿼리

2. 출발 정보 가져오기

특정 정류장의 예정된 출발편을 받아보세요.

매개변수:

  • stop_id (문자열): 출발지를 가져올 정류장 ID
  • results (숫자, 선택 사항): 반환할 결과 수

3. get_journeys

한 정류장에서 다른 정류장까지의 여행 옵션을 알아보세요.

매개변수:

  • from (문자열): 출발지 정류장 ID
  • to (문자열): 목적지 정류장 ID
  • departure (문자열, 선택 사항): 출발 시간(예: "내일 오후 2시")
  • results (숫자, 선택 사항): 반환할 결과 수

Claude Desktop을 MCP 서버에 연결하세요

mcp-remote proxy를 사용하여 로컬 MCP 클라이언트에서 원격 MCP 서버에 연결할 수도 있습니다.

Claude Desktop에서 MCP 서버에 연결하려면 Anthropic의 빠른 시작을 따르고 Claude Desktop에서 설정 > 개발자 > 구성 편집으로 이동하세요.

다음 구성으로 업데이트:

지엑스피1

클로드를 다시 시작하면 도구를 사용할 수 있게 됩니다.

API 문서

기본 API에 대한 자세한 내용은 v6.vbb.transport.rest/getting-started.html을 방문하세요.

시작하기:

이렇게 하면 MCP 서버가 remote-mcp-server-authless.<your-account>.workers.dev/sse 와 같은 URL에 배포됩니다.

또는 아래 명령줄을 사용하여 로컬 컴퓨터에 원격 MCP 서버를 생성할 수 있습니다.

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

MCP 서버 사용자 지정

MCP 서버에 자체 도구를 추가하려면 src/index.tsinit() 메서드 내에서 this.server.tool(...) 사용하여 각 도구를 정의합니다.

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. 출발 정보 가져오기
    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