Skip to main content
Glama

DNDzgz MCP Server

by danilat

google-maps-link

Generate a Google Maps link using latitude and longitude coordinates to quickly locate stations or stops for the Zaragoza tram system.

Instructions

Get a Google Maps link from coordinates to help people to find a station o stop

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danilat/mcp-dndzgz'

If you have feedback or need assistance with the MCP directory API, please join our Discord server