geocontext
Verified Safeby ignfab
Overview
Provides spatial context and geospatial services from the IGN Géoplateforme to Large Language Models (LLMs) through a Model Context Protocol (MCP) server.
Installation
npx -y @ignfab/geocontextEnvironment Variables
- LOG_LEVEL
- LOG_FORMAT
- HTTP_PROXY
- HTTPS_PROXY
- TRANSPORT_TYPE
- APP_PORT
Security Notes
The server makes external HTTP/HTTPS requests to the IGN Géoplateforme APIs. It uses HTTPS for communication and supports proxy configuration via environment variables, preventing hardcoded proxy settings. No 'eval' or obvious obfuscation is present. Input validation is handled via Zod schemas in MCP tools. The code uses standard libraries and practices, limiting direct security vulnerabilities within the provided snippets.
Similar Servers
gis-mcp
Enables Large Language Models (LLMs) to perform comprehensive geospatial analysis, transformations, and data operations using popular GIS libraries.
boilerplate-mcp-server
This boilerplate provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation lookup tool.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
data-commons-mcp
Provides natural language search over open-access datasets and tools using a Large Language Model-assisted search, compliant with the Model Context Protocol (MCP).