esri_gis_mcp
Verified Safeby bonnie-mapipa
Overview
Provides an MCP server to access and query eThekwini municipality's open GIS data for AI agents and cloud applications.
Installation
python src/ethekwini_gis_mcp.pyEnvironment Variables
- ETHEKWINI_LOG_LEVEL
- ETHEKWINI_REFRESH_INTERVAL
- ETHEKWINI_MAX_RECORDS
- ETHEKWINI_TIMEOUT
Security Notes
The server accesses public ArcGIS REST APIs for data. No hardcoded sensitive secrets, 'eval', or code obfuscation are found. Outbound network calls are inherent to its function, with explicit timeouts and error handling. The Azure Function deployment uses a broad CORS policy (`*`) by default, which is common for public APIs but can be restricted if needed via Azure configuration.
Similar Servers
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
KOLADA-MCP
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.
OSM-GeoJSON-MCP-Server
This server fetches OpenStreetMap data via the Overpass API, converts it to GeoJSON format, and provides it through a Model Context Protocol (MCP) interface, with an option to save large datasets to local files.
mcp-datagovmy
Provides AI models access to Malaysia's open government datasets and dashboards, including real-time weather and public transport information, with enhanced search and direct Parquet file parsing capabilities.