Skip to main content
Glama

PostGIS MCP Server

by receptopalak

create-linestring

Transform coordinate arrays into line geometries using the PostGIS MCP Server. Input coordinates in [[lon, lat], ...] format to generate spatial line strings with specified SRID.

Instructions

Koordinat dizisinden çizgi geometrisi oluştur

Input Schema

NameRequiredDescriptionDefault
coordinatesYesKoordinat dizisi [[lon,lat], [lon,lat], ...]
sridNoSRID (varsayılan: 4326)

Input Schema (JSON Schema)

{ "properties": { "coordinates": { "description": "Koordinat dizisi [[lon,lat], [lon,lat], ...]", "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" }, "srid": { "description": "SRID (varsayılan: 4326)", "type": "number" } }, "required": [ "coordinates" ], "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