Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Lviv Public Transport

REMOTE · API.LAD.LVIV.UA · SCANNED AUG 3

Lviv public transport MCP: stops, timetables, routes, and live vehicle positions. No API key.

Available components

+1 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1818 tokens (~181/item across 10 items; 7 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management14
  • Stability check failed: schema churn in the 8 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.lad.lviv.ua

# add to Claude Code
claude mcp add --transport http vbhjckfd-timetable-api-node https://api.lad.lviv.ua/mcp
# ~/.codex/config.toml
[mcp_servers.vbhjckfd-timetable-api-node]
url = "https://api.lad.lviv.ua/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vbhjckfd-timetable-api-node": {
      "type": "remote",
      "url": "https://api.lad.lviv.ua/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add vbhjckfd-timetable-api-node --url https://api.lad.lviv.ua/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  vbhjckfd-timetable-api-node:
    url: "https://api.lad.lviv.ua/mcp"
// mcp.json
{
  "mcpServers": {
    "vbhjckfd-timetable-api-node": {
      "type": "http",
      "url": "https://api.lad.lviv.ua/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 11 to 14.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 4 to 8.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 −1
    • Stability: 0.03 → fail security
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.lad.lviv.ua/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=lad.lviv.ua CN=WE1,O=Google Trust Services,C=US 31 Jul 2026 29 Oct 2026 ECDSA 256 ECDSA-SHA256 4420f8f4242541413b067c8227770df
SANs: lad.lviv.ua, *.lad.lviv.ua
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.lad.lviv.ua. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ua. present 51024, 51024 13, 13 Verified
lviv.ua. present 21256 13 Verified
lad.lviv.ua. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy same-origin
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.lad.lviv.ua/mcp Verified 200
http (plaintext) http://api.lad.lviv.ua/mcp HTTPS enforced 301 https://api.lad.lviv.ua/mcp
MCP tools — 7 exposed · ~1,179 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_nearby_vehicles ~148

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.

NameTypeReqDescription
latitudenumberyesDecimal latitude of the centre point, WGS84 (e.g. 49.842).
longitudenumberyesDecimal longitude of the centre point, WGS84 (e.g. 24.031).
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.

get_route_realtime ~152

Returns live positions for all vehicles currently running on a route, optimised for map rendering. Use when the user asks "where is my tram/bus right now?" or wants to see all active vehicles on a specific route on a map. Prefer `get_stop_realtime` when the user is at a stop and wants to know arrival times rather than vehicle positions. Prefer `get_route_static` when only the route shape or stop list is needed without live data. Requires a route short name (e.g. "T30", "32A") or numeric external ID.

NameTypeReqDescription
route_namestringyesRoute short name (e.g. "T30", "32A") or numeric external ID.
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.

get_route_static ~183

Returns static route metadata: short and long name, vehicle type, brand colour, ordered stop lists for both directions, and route polylines (shapes) for map rendering. Use when the user asks which stops a route serves, what a route looks like on a map, or what the scheduled departure times are (workday and weekend schedules are included in each stop's `schedule` field). Do NOT use this when live vehicle positions are needed — use `get_route_realtime` instead. Requires a route short name (e.g. "T30", "32A") or numeric external ID; call `get_stops_around_location` first if you only know a location and need to discover which routes serve it.

NameTypeReqDescription
route_namestringyesRoute short name (e.g. "T30", "32A") or numeric external ID.
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.

get_stop_geometry ~162

Returns static map context for a stop: its marker and polylines for every route that serves it. No live data is fetched. Use this when you need to enrich an existing map with route shapes (e.g. overlay polylines alongside a `get_stop_realtime` map block) or when the user asks to visualise which routes pass a stop without needing live arrivals. Do NOT use this when live arrival times or vehicle positions are needed — use `get_stop_realtime` instead. Requires a numeric stop ID; call `get_stops_around_location` first if you only have coordinates.

NameTypeReqDescription
stop_idyesMunicipal stop code shown on stop signage (e.g. 707). Accepts a positive integer or an equivalent digit-only string.
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.

get_stop_realtime ~138

Returns live arrivals and vehicle positions for a stop, producing both a map UI block and a structured arrival list. Use this as the **default tool** when the user asks about arrivals, departures, or vehicles at a specific stop. Prefer `get_stop_geometry` when only static route polylines are needed and live data is irrelevant. Requires a numeric stop ID (shown on stop signage); use `get_stops_around_location` first if you only have an address or coordinates.

NameTypeReqDescription
stop_idyesMunicipal stop code shown on stop signage (e.g. 707). Accepts a positive integer or an equivalent digit-only string.
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.

get_stops_around_location ~253

Discovers transit stops near a geographic point, returning each stop's numeric code, name, coordinates, and walking distance. Also emits a map UI block with multiple markers for map-capable clients (e.g. ChatGPT). Use this as the **first step** whenever the user provides an address, place name, or coordinates and you need stop IDs before calling `get_stop_realtime` or `get_stop_geometry`. Do NOT use this to fetch arrivals or live vehicle data — it returns stop metadata only. Default radius is 1 000 m; narrow it (e.g. 300 m) for dense urban areas or widen it (up to 3 000 m) for rural locations.

NameTypeReqDescription
latitudenumberyesDecimal latitude of the search centre, WGS84 (e.g. 49.842 for central Lviv).
longitudenumberyesDecimal longitude of the search centre, WGS84 (e.g. 24.031 for central Lviv).
radius_metersintegerSearch radius in metres (50–3000, default 1000). Use ~300 for dense urban intersections, up to 3000 for suburban or rural areas.
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.

get_vehicle_info ~143

Returns full details for a specific transit vehicle by its ID: current position, bearing, route, license plate, direction, and upcoming stop arrivals. Use when the user wants to track a particular vehicle (e.g. after seeing it on a `get_route_realtime` map). Vehicle IDs come from `get_route_realtime`, `get_nearby_vehicles`, or `get_stop_realtime` results. Do NOT use this to get all vehicles on a route — use `get_route_realtime` instead.

NameTypeReqDescription
vehicle_idstringyesVehicle ID as returned by get_route_realtime, get_nearby_vehicles, or get_stop_realtime.
NameTypeReqDescription
dataobjectyes
ui_blocksarrayyes
viewstringyes

No examples provided.