Skip to main content
Glama

PostGIS MCP Server

by receptopalak

transform-coordinates

Convert spatial coordinates between systems using WKT geometry, source SRID, and target SRID for accurate mapping and analysis with the PostGIS MCP Server.

Instructions

Koordinat sistemini dönüştür

Input Schema

NameRequiredDescriptionDefault
geometry_wktYesWKT formatında geometri
source_sridYesKaynak koordinat sistemi SRID
target_sridYesHedef koordinat sistemi SRID

Input Schema (JSON Schema)

{ "properties": { "geometry_wkt": { "description": "WKT formatında geometri", "type": "string" }, "source_srid": { "description": "Kaynak koordinat sistemi SRID", "type": "number" }, "target_srid": { "description": "Hedef koordinat sistemi SRID", "type": "number" } }, "required": [ "geometry_wkt", "source_srid", "target_srid" ], "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