Labsco
MCP SERVER

DNDzgz

by danilat

Answer when the next tram or bus reaches a given stop in Zaragoza, and whether a Bizi dock still has a bike, starting from a street address.

Travel Booking, Transit & NavigationVerified
Summary
One question about crossing Zaragoza gets answered end to end, address included.

The tools are shaped to chain: an address goes into geolocation-from-address, the coordinates it returns go into the tram, bus or Bizi station list, and a station or stop name goes into the estimation call for live numbers. Nothing here books, pays or reserves — every call reads. The whole set is bound to one city, geocoder included, which resolves addresses only within Zaragoza.

What it is

A read-only server over Zaragoza's public transport: realtime tram and bus arrivals, Bizi bike-share availability, and the geocoding that finds the right stop.

What you get
  • Realtime arrival estimates for a tram station through zaragoza-tram-estimations and for a bus stop through zaragoza-bus-estimations.
  • Bikes and free slots at a Bizi dock through zaragoza-bizi-estimations.
  • Stop lists for all three networks — zaragoza-tram-stations, zaragoza-bus-stops and zaragoza-bizi-stations — each taking a latitude and longitude.
  • geolocation-from-address turns a Zaragoza address into coordinates and returns the formatted address it matched.
  • google-maps-link turns a latitude and longitude into a Google Maps link.
Requirements

Nothing — no account, no key.

Setup effort

One command plus a key — npx @dndzgz/mcp, then supply credentials