Skip to main content
Glama

Berlin Transport MCP Server

by harshil1712

get_departures

Retrieve real-time departure information for a specific stop in Berlin's public transport system, including the number of results desired. Powered by the Berlin Transport MCP Server and VBB API.

Input Schema

NameRequiredDescriptionDefault
resultsNoNumber of results to return
stop_idYesStop ID to get departures for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "results": { "description": "Number of results to return", "type": "number" }, "stop_id": { "description": "Stop ID to get departures for", "type": "string" } }, "required": [ "stop_id" ], "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