mcp-geo-tools
Verified Safeby Epawse
Overview
Provides geographic spatial tools for 3D globe visualization, enabling AI agents to control map navigation, markers, weather effects, and time settings.
Installation
uvx mcp-geo-toolsEnvironment Variables
- GEOCOMMANDER_URL
- MCP_GEO_MODE
Security Notes
The server primarily acts as an MCP interface, either returning JSON instructions or forwarding commands to a GeoCommander instance via HTTP. It does not appear to contain 'eval', arbitrary file operations, or hardcoded secrets. The main security consideration is in 'execute' mode where it sends commands to an endpoint defined by `GEOCOMMANDER_URL`. If this environment variable is configured to an untrusted or malicious server, it could lead to unintended command execution on that remote server. However, by default, it points to 'localhost', and its intended use is within a trusted GeoCommander ecosystem.
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.
zonerMCP
This server provides a hardened Model Context Protocol (MCP) interface for accessing Lebanon, NH GIS data (zoning, addresses, parcels, environmental overlays) to AI agents, designed for platforms like OpenAI Agent Builder.
eofmcp
Provides a Model Context Protocol (MCP) server with a Source Code Handler tool for remote management and processing of source code, primarily for integration with AI agents.
GIS-MCP-Server
A Model Context Protocol (MCP) server providing geospatial tools for AI agents, enabling geocoding, routing, spatial analysis, and file operations.