Vilnius Transport MCP Server

find_stops

Search for public transport stops by name

Input Schema

NameRequiredDescriptionDefault
nameYesFull or partial name of the stop to search for

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Full or partial name of the stop to search for", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools