Skip to main content
Glama

GIS MCP Server

transform_coordinates

Convert spatial coordinates between Coordinate Reference Systems (CRS) for accurate geospatial analysis. Define source and target CRS to enable precise coordinate transformations.

Instructions

Transform coordinates between CRS.

Input Schema

NameRequiredDescriptionDefault
coordinatesYes
source_crsYes
target_crsYes

Input Schema (JSON Schema)

{ "properties": { "coordinates": { "items": { "type": "number" }, "title": "Coordinates", "type": "array" }, "source_crs": { "title": "Source Crs", "type": "string" }, "target_crs": { "title": "Target Crs", "type": "string" } }, "required": [ "coordinates", "source_crs", "target_crs" ], "title": "transform_coordinatesArguments", "type": "object" }

Other Tools from GIS 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/mahdin75/gis-mcp'

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