GIS MCP Server

get_geocentric_crs

Convert geographic coordinates into geocentric coordinate reference systems (CRS) for accurate geospatial analysis. Use this tool to enable precise coordinate transformations in GIS workflows.

Instructions

Get geocentric 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_geocentric_crsArguments", "type": "object" }
ID: irl5u9uw6f