Skip to main content
Glama

PostGIS MCP Server

by receptopalak

smart-query

Simplify spatial database queries by converting natural language questions into accurate PostGIS SQL commands with the PostGIS MCP Server tool.

Instructions

Doğal dilde sorulan soruyu anla ve uygun veritabanı sorgusuna çevir

Input Schema

NameRequiredDescriptionDefault
languageNoSoru dili
questionYesDoğal dildeki soru (örn: 'İstanbul'da kaç tane istasyon var?')

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Soru dili", "enum": [ "tr", "en" ], "type": "string" }, "question": { "description": "Doğal dildeki soru (örn: 'İstanbul'da kaç tane istasyon var?')", "type": "string" } }, "required": [ "question" ], "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