GIS MCP Server

get_utm_crs

Convert given coordinates to UTM CRS (Coordinate Reference System) for precise geospatial analysis within GIS operations.

Instructions

Get UTM CRS for given coordinates.

Input Schema

NameRequiredDescriptionDefault
coordinatesYes

Input Schema (JSON Schema)

{ "properties": { "coordinates": { "items": { "type": "number" }, "title": "Coordinates", "type": "array" } }, "required": [ "coordinates" ], "title": "get_utm_crsArguments", "type": "object" }
ID: irl5u9uw6f