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
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.
boilerplate-mcp-server
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 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
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).