Skip to main content
Glama
dumyCq

Jinko Hotel Booking MCP Server

by dumyCq
config.ts801 B
/** * Configuration constants for the hotel MCP server */ import path from "path"; /** * Base URL for the travel BFF API */ export const API_BASE_URL = "https://api.dev.jinkotravel.com"; /** * Path to the facilities JSON file */ export const FACILITIES_PATH = path.resolve(process.cwd(), "facilities.json"); /** * Maximum number of attempts to poll for quote status */ export const MAX_QUOTE_POLL_ATTEMPTS = 30; /** * Interval between quote status poll attempts in milliseconds */ export const QUOTE_POLL_INTERVAL_MS = 2000; /** * Default market for the MCP server */ export const DEFAULT_MARKET = "fr"; /** * Default currency for the MCP server */ export const DEFAULT_CURRENCY = "EUR"; /** * Default country code for the MCP server */ export const DEFAULT_COUNTRY_CODE = "fr";

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/dumyCq/jinko-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server