Skip to main content
Glama

PostGIS MCP Server

by receptopalak

extract-raster-value

Extract raster values from a specified coordinate in a PostGIS database by providing the table name, latitude, and longitude. Use this tool to retrieve geographic data efficiently.

Instructions

Belirli koordinattaki raster değerini çıkar

Input Schema

NameRequiredDescriptionDefault
latitudeYesEnlem
longitudeYesBoylam
raster_columnNoRaster kolonu (varsayılan: rast)
table_nameYesRaster tablosu

Input Schema (JSON Schema)

{ "properties": { "latitude": { "description": "Enlem", "type": "number" }, "longitude": { "description": "Boylam", "type": "number" }, "raster_column": { "description": "Raster kolonu (varsayılan: rast)", "type": "string" }, "table_name": { "description": "Raster tablosu", "type": "string" } }, "required": [ "table_name", "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