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
Serves as a Model Context Protocol (MCP) backend, enabling Large Language Models (LLMs) to perform complex geospatial operations and spatial analysis through various GIS libraries.
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.
geocontext
Provides spatial context and geospatial services from the IGN Géoplateforme to Large Language Models (LLMs) through a Model Context Protocol (MCP) server.
osm-tagging-schema-mcp
This MCP server provides tools for AI agents and LLM applications to query and validate OpenStreetMap (OSM) tags against the official OSM tagging schema, enabling data quality checks, tag discovery, and improvement suggestions.