Skip to main content
Glama

PostGIS MCP Server

by receptopalak

calculate-distance

Calculate the distance between two geographic points using longitude and latitude coordinates, with optional geographic precision, powered by PostGIS MCP Server.

Instructions

İki nokta arasındaki mesafeyi hesapla

Input Schema

NameRequiredDescriptionDefault
point1_latYesBirinci nokta enlem
point1_lonYesBirinci nokta boylam
point2_latYesİkinci nokta enlem
point2_lonYesİkinci nokta boylam
use_geographyNoCoğrafi hesaplama kullan (varsayılan: true)

Input Schema (JSON Schema)

{ "properties": { "point1_lat": { "description": "Birinci nokta enlem", "type": "number" }, "point1_lon": { "description": "Birinci nokta boylam", "type": "number" }, "point2_lat": { "description": "İkinci nokta enlem", "type": "number" }, "point2_lon": { "description": "İkinci nokta boylam", "type": "number" }, "use_geography": { "description": "Coğrafi hesaplama kullan (varsayılan: true)", "type": "boolean" } }, "required": [ "point1_lon", "point1_lat", "point2_lon", "point2_lat" ], "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