Skip to main content
Glama

Stadia Maps Location API MCP Server

time-and-zone-info

Retrieve precise time, UTC offset, and IANA Time Zone details for any geographic coordinates. Ideal for applications needing accurate location-based time zone information.

Instructions

Get the current time and zone info at any point (geographic coordinates). Output includes includes the standard UTC offset, special offset currently in effect (typically but not always Daylight Saving Time), IANA TZID, and the current timestamp in RFC 28222 format.

Input Schema

NameRequiredDescriptionDefault
latYesThe latitude of the point.
lonYesThe longitude of the point.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "lat": { "description": "The latitude of the point.", "maximum": 90, "minimum": -90, "type": "number" }, "lon": { "description": "The longitude of the point.", "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "lat", "lon" ], "type": "object" }
Install Server

Other Tools from Stadia Maps Location API MCP Server

Related Tools

    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/stadiamaps/stadiamaps-mcp-server-ts'

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