Skip to main content
Glama

PostGIS MCP Server

by receptopalak

create-point

Generate point geometries from coordinates using PostGIS MCP Server. Input longitude and latitude to create spatial data with an optional SRID for custom projection.

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