Skip to main content
Glama

PostGIS MCP Server

by receptopalak

geometry-intersection

Calculate the intersection of two geometries using WKT inputs in the PostGIS MCP Server, enabling spatial analysis through natural language interactions.

Instructions

İki geometrinin kesişimini bul

Input Schema

NameRequiredDescriptionDefault
geometry1_wktYesBirinci geometri (WKT)
geometry2_wktYesİkinci geometri (WKT)

Input Schema (JSON Schema)

{ "properties": { "geometry1_wkt": { "description": "Birinci geometri (WKT)", "type": "string" }, "geometry2_wkt": { "description": "İkinci geometri (WKT)", "type": "string" } }, "required": [ "geometry1_wkt", "geometry2_wkt" ], "type": "object" }

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/receptopalak/postgis-mcp'

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