ign-apicarto-mcp-server
Verified Safeby julienkalamon
Overview
This server provides access to French geographical data from the IGN API Carto, enabling natural language queries for cadastral, agricultural, environmental, urban planning, and administrative information through the Model Context Protocol (MCP).
Installation
npm startEnvironment Variables
- IGN_API_KEY
- TRANSPORT
- PORT
Security Notes
The server uses Zod for input validation, which helps prevent malformed inputs and potential injection. It interacts with external IGN APIs via standard HTTP requests and does not use 'eval' or other direct code execution methods. The IGN_API_KEY is handled as an environment variable or parameter and is not hardcoded. Responses are truncated by a character limit, mitigating large data exfiltration or resource exhaustion through the proxy itself. Security largely relies on the underlying IGN API's robustness.
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.
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.
osm-tagging-schema-mcp
Provides OpenStreetMap (OSM) tagging schema information, validation, and improvement suggestions for AI agents and LLM applications.
geocontext
Provides spatial context and geospatial services from the IGN Géoplateforme to Large Language Models (LLMs) through a Model Context Protocol (MCP) server.