Skip to main content
Glama
harshil1712

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 (숫자, 선택 사항): 반환할 결과 수

Related MCP server: brasil-api-mcp-server

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 도구를 사용할 수 있습니다!

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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