GIS MCP Server

intersection

Identify overlapping areas between two geometries using geospatial analysis. Enables precise spatial data processing for GIS applications.

Instructions

Find intersection of two geometries.

Input Schema

NameRequiredDescriptionDefault
geometry1Yes
geometry2Yes

Input Schema (JSON Schema)

{ "properties": { "geometry1": { "title": "Geometry1", "type": "string" }, "geometry2": { "title": "Geometry2", "type": "string" } }, "required": [ "geometry1", "geometry2" ], "title": "intersectionArguments", "type": "object" }
ID: irl5u9uw6f