Skip to main content
Glama

PostGIS MCP Server

by receptopalak

find-nearby

Locate features within a specified distance from a given point using PostGIS database connection. Input latitude, longitude, distance, and table name to retrieve results.

Instructions

Belirli bir noktanın çevresindeki özellikleri bul

Input Schema

NameRequiredDescriptionDefault
distance_kmYesArama mesafesi (km)
latitudeYesMerkez nokta enlem
limitNoMaksimum sonuç sayısı (varsayılan: 10)
longitudeYesMerkez nokta boylam
table_nameYesAranacak tablo adı

Input Schema (JSON Schema)

{ "properties": { "distance_km": { "description": "Arama mesafesi (km)", "type": "number" }, "latitude": { "description": "Merkez nokta enlem", "type": "number" }, "limit": { "description": "Maksimum sonuç sayısı (varsayılan: 10)", "type": "number" }, "longitude": { "description": "Merkez nokta boylam", "type": "number" }, "table_name": { "description": "Aranacak tablo adı", "type": "string" } }, "required": [ "latitude", "longitude", "distance_km", "table_name" ], "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