get_nearby_vehicles
ActiveTool of mcp-lad-lviv-ua
Returns live positions for all transit vehicles within 1 km of given coordinates. Use when the user asks 'what transport is near me?' or wants a live map of all vehicles around a location without knowing the route. Prefer `get_route_realtime` when a specific route is already known. Requires decimal latitude and longitude (WGS84); use `get_stops_around_location` first if you only have a stop name.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"maximum": 90,
"minimum": -90,
"description": "Decimal latitude of the centre point, WGS84 (e.g. 49.842)."
},
"longitude": {
"type": "number",
"maximum": 180,
"minimum": -180,
"description": "Decimal longitude of the centre point, WGS84 (e.g. 24.031)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-lad-lviv-ua
https://github.com/vbhjckfd/timetable-api-node
2/7 registries