Skip to main content
Glama

PostGIS MCP Server

by receptopalak

create-point

Generate point geometries from longitude and latitude coordinates using a specified Spatial Reference System ID (SRID) with the PostGIS MCP Server.

Instructions

Koordinatlardan nokta geometrisi oluştur

Input Schema

NameRequiredDescriptionDefault
latitudeYesEnlem koordinatı
longitudeYesBoylam koordinatı
sridNoSpatial Reference System ID (varsayılan: 4326)

Input Schema (JSON Schema)

{ "properties": { "latitude": { "description": "Enlem koordinatı", "type": "number" }, "longitude": { "description": "Boylam koordinatı", "type": "number" }, "srid": { "description": "Spatial Reference System ID (varsayılan: 4326)", "type": "number" } }, "required": [ "longitude", "latitude" ], "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