Skip to main content
Glama
types.js668 B
// API Carto IGN base URL export const API_BASE_URL = "https://apicarto.ign.fr/api"; // Character limit for responses export const CHARACTER_LIMIT = 50000; // Response format enum export var ResponseFormat; (function (ResponseFormat) { ResponseFormat["JSON"] = "json"; ResponseFormat["MARKDOWN"] = "markdown"; })(ResponseFormat || (ResponseFormat = {})); // API Error export class ApiCartoError extends Error { statusCode; details; constructor(message, statusCode, details) { super(message); this.statusCode = statusCode; this.details = details; this.name = "ApiCartoError"; } } //# sourceMappingURL=types.js.map

Latest Blog Posts

MCP directory API

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