Skip to main content
Glama

Berlin Transport MCP Server

by harshil1712

get_journeys

Plan public transport journeys in Berlin by specifying origin, destination, and departure time. Retrieve multiple route options using the Berlin Transport MCP Server.

Input Schema

NameRequiredDescriptionDefault
departureNoDeparture time (e.g. tomorrow 2pm)
fromYesOrigin stop ID
resultsNoNumber of results to return
toYesDestination stop ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "departure": { "description": "Departure time (e.g. tomorrow 2pm)", "type": "string" }, "from": { "description": "Origin stop ID", "type": "string" }, "results": { "description": "Number of results to return", "type": "number" }, "to": { "description": "Destination stop ID", "type": "string" } }, "required": [ "from", "to" ], "type": "object" }

Other Tools from Berlin Transport MCP Server

Related Tools

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