GeoQuery AI
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GeoQuery AIShow me all coffee shops within 1 mile of Central Park"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GeoQuery AI — Conversational Spatial SQL Engine via MCP Server
Ask questions in plain English ("hospitals within 2km of downtown Seattle") and get
live PostGIS query results rendered as GeoJSON on a map. A Claude agent, embedded in
a Next.js app, translates the question into tool calls against a custom Node.js
MCP server (@modelcontextprotocol/sdk) that executes validated spatial SQL.
Architecture
apps/web— Next.js (App Router) chat UI + MapLibre GL JS map. Hosts the Claude tool-use agent loop (app/api/chat/route.ts) that acts as an MCP client.services/mcp-server— Node MCP server exposing three tools:spatial_buffer,isochrone_query, andpostgis_raw_sql, backed by a read-only Postgres role.db— PostGIS schema (OSM POIs + Census block groups) and a city-agnostic ingestion pipeline (flag-driven:--region,--pbf,--tiger-shp,--acs-csv).
Related MCP server: PostGIS Yukon MCP
Status
This project is being built incrementally across a series of sessions. See the sections below as they're filled in; this README will grow into a full setup guide.
Setup
Coming soon: Docker Compose instructions, ingestion steps, and running the app.
Verified vs. user-verified
Some parts of this project (Docker provisioning, real OSM/Census data ingestion, live end-to-end chat queries) require a local machine with Docker and downloaded data extracts, and can't be verified in a sandboxed dev environment. This section will track that split explicitly once those pieces exist.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Ask in plain English, get a rendered, shareable map from live public data. 24 geospatial tools.
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
Generate and run high performance queries on open and private spatial data at-scale in the cloud
Ask questions in plain language, get answers from your business database. No SQL required.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables natural language interaction with PostgreSQL databases, converting questions to safe SQL queries and executing them with result validation.1-
- AlicenseNot gradedqualityFmaintenanceEnables natural language and geospatial queries on PostGIS databases, with 32 tools for spatial analysis, geometry operations, and database management.4MIT
- FlicenseNot gradedqualityDmaintenanceEnables querying PostgreSQL and MySQL databases using natural language, with RESTful endpoints for listing tables, describing schemas, and executing read-only queries.1-
- AlicenseNot gradedqualityDmaintenanceEnables natural language querying of PostgreSQL databases with intelligent SQL generation using LLMs.1Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sadiq-1698/GeoQuery-AI-Conversational-Spatial-SQL-Engine-via-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server