We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/julienkalamon/ign-apicarto-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# IGN API Carto MCP Server - Environment Variables
# Copy this file to .env.local and fill in your values
# =============================================================================
# SERVER CONFIGURATION
# =============================================================================
# Transport mode: "stdio" (default) or "http"
TRANSPORT=stdio
# HTTP server port (only used when TRANSPORT=http)
PORT=3000
# =============================================================================
# IGN API KEYS
# =============================================================================
# IGN Geoservices API Key (required for AOC viticoles endpoint)
# Get your free API key at: https://geoservices.ign.fr/
#
# Steps to get an API key:
# 1. Go to https://geoservices.ign.fr/
# 2. Create an account or log in
# 3. Navigate to "Mes clés" (My keys)
# 4. Create a new key with access to the required services
#
IGN_API_KEY=
# =============================================================================
# OPTIONAL CONFIGURATION
# =============================================================================
# Request timeout in milliseconds (default: 30000)
# API_TIMEOUT=30000
# Maximum character limit for responses (default: 50000)
# CHARACTER_LIMIT=50000