Integrations
The repository is hosted on GitHub and can be cloned from there for installation.
Used for dependency management and running the application.
DNDzgz MCP Server
This is an MCP (Model Context Protocol) server that provides information about the Zaragoza tram system, including real-time tram arrival estimations and station information using the DNDzgz API.
Installation
- Clone the repository:
- Install dependencies:
Running the Application
Add a the environment variable with a valid google maps api key
To start the server:
Or configure in your MCP client, for example:
The server will start and connect to the MCP transport layer.
Available Tools
The server provides the following tools:
zaragoza-tram-estimations
: Get real-time arrival estimations for a specific tram station- Parameters:
station
(number): ID of the tram station
- Returns: JSON with estimated arrival times for both directions
- Parameters:
zaragoza-tram-stations
: Get a list of all tram stations in Zaragoza- Parameters:
latitude
(number): Latitude to sort stations by proximitylongitude
(number): Longitude to sort stations by proximity
- Returns: JSON with station information including location, name, and ID
- Parameters:
zaragoza-bus-stops
: Get all bus stops in Zaragoza- Parameters:
latitude
(number): Latitude to sort stops by proximitylongitude
(number): Longitude to sort stops by proximity
- Returns: JSON with bus stop locations, names, IDs, and lines
- Parameters:
zaragoza-bus-estimations
: Get real-time arrival estimations for a specific bus stop- Parameters:
stop
(number): ID of the bus stop
- Returns: JSON with estimated arrival times for each line serving that stop
- Parameters:
zaragoza-bizi-stations
: Get all Bizi stations in Zaragoza (public bicycle rental service)- Parameters:
latitude
(number): Latitude to sort stations by proximitylongitude
(number): Longitude to sort stations by proximity
- Returns: JSON with Bizi station locations, names, and IDs
- Parameters:
zaragoza-bizi-estimations
: Get real-time availability of bikes and free slots in a Bizi station- Parameters:
station
(number): ID of the Bizi station
- Returns: JSON with bikes and parking slot availability
- Parameters:
google-maps-link
: Get a Google Maps link for a specific location- Parameters:
latitude
(number): Latitude of the locationlongitude
(number): Longitude of the location
- Returns: Google Maps URL showing the specified location
- Parameters:
geolocation-from-address
: Get the geolocation (latitude and longitude) from an address and the formatted address that was found- Parameters:
address
(string): The address to geolocate (e.g., "Plaza de San Francisco, Zaragoza, Spain")
- Returns: JSON with latitude, longitude, confidence level, and formatted address
- Parameters:
Dependencies
- @modelcontextprotocol/sdk: ^1.9.0
Example
There is an screenshot with example using Claude Desktop
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
An MCP server that provides real-time information about the Zaragoza tram system, including arrival estimations and station details through the DNDzgz API.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides access to NS (Dutch Railways) travel information.Last updated -82722TypeScriptMIT License
- AsecurityAlicenseAqualityA Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!Last updated -212JavaScriptMIT License
- -securityAlicense-qualityA lightweight mcp server that tells you exactly where you are.Last updated -PythonMIT License
- -securityAlicense-qualityA lightweight mcp server that tells you exactly what time is it based on your IP.Last updated -3PythonMIT License