Skip to main content
Glama

PostGIS MCP Server

by receptopalak

smart-query

Converts natural language questions into optimized database queries for spatial data in PostGIS, enabling users to interact with spatial databases using plain language.

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