geoanalisis-mcp
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., "@geoanalisis-mcplist layers in sample.gdb"
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.
GeoAnalisis MCP
Servidor MCP para lectura y análisis de datos espaciales vectoriales, integrado con Claude Desktop.
Herramientas
Tool | Descripción |
| Lista las capas de un archivo espacial con tipo de geometría, feature count y CRS |
| Esquema completo de una capa: campos, tipos, bbox, CRS |
| Estadísticas descriptivas por campo (numéricos y categóricos) |
| Lee features como GeoJSON FeatureCollection con filtros WHERE y bbox |
| Vista previa de geometrías en WKT |
| Mapa interactivo HTML (Canvas 2D, pan/zoom/click, coloreado por campo) |
Formatos soportados: FileGDB (.gdb), Shapefile (.shp), GeoJSON, GeoPackage (.gpkg), KML y cualquier formato vectorial compatible con GDAL/OGR.
Related MCP server: MCP Data Visualization Server
Instalación
Requiere Python ≥ 3.11 y uv.
git clone https://github.com/dalexrobles/geoanalisis-mcp
cd geoanalisis-mcp
uv syncConfiguración en Claude Desktop
Agrega esto a tu claude_desktop_config.json:
{
"mcpServers": {
"geoanalisis": {
"command": "/ruta/al/repo/.venv/bin/geoanalisis-mcp"
}
}
}render_map
Genera un artifact HTML interactivo directamente en Claude. Usa Canvas 2D API con tiles CartoDB Positron — sin WebWorkers, compatible con el sandbox de Claude.
Pan arrastrando, zoom con rueda del ratón o botones
Clic en un feature para ver sus atributos
Parámetro
color_bypara colorear por campo categóricoSimplificación geométrica automática para capas grandes
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/alexrobl/geoanalisis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server