Skip to main content
Glama

Berlin Transport MCP Server

by harshil1712

get_journeys

Plan public transport routes between origin and destination stops in Berlin-Brandenburg. Specify departure time and number of results to optimize your journey.

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" }
Install Server

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