Skip to main content
Glama

LumbreTravel MCP Server

by lumile
import dotenv from 'dotenv' dotenv.config() export const SERVER_CONFIG = { name: 'lumbretravel', version: '0.1.12', capabilities: { resources: {}, tools: {}, prompts: {}, sampling: {} } } export const API_CONFIG = { baseUrl: process.env.BASE_URL! || 'https://app-api.lumbretravel.com.ar', auth: { username: process.env.EMAIL!, password: process.env.PASSWORD!, clientId: process.env.CLIENT_ID!, clientSecret: process.env.CLIENT_SECRET! } }

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/lumile/lumbretravel-mcp'

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