GIS MCP Server

project_geometry

Transform geometric data between coordinate reference systems (CRS) for accurate geospatial analysis and mapping using a GIS-enabled MCP server.

Instructions

Project a geometry between CRS.

Input Schema

NameRequiredDescriptionDefault
geometryYes
source_crsYes
target_crsYes

Input Schema (JSON Schema)

{ "properties": { "geometry": { "title": "Geometry", "type": "string" }, "source_crs": { "title": "Source Crs", "type": "string" }, "target_crs": { "title": "Target Crs", "type": "string" } }, "required": [ "geometry", "source_crs", "target_crs" ], "title": "project_geometryArguments", "type": "object" }
ID: irl5u9uw6f