Skip to main content
Glama

Travel Planner MCP Server

normalize.js271 B
function normalizer (config) { if (typeof config === 'string') { return { module: config } } return config; }; module.exports = function (config) { if (Array.isArray(config)) { return config.map(normalizer); } return normalizer(config); };

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/GongRzhe/TRAVEL-PLANNER-MCP-Server'

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