Skip to main content
Glama
smithery.yaml1.21 kB
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml # Runtime configuration for deployments runtime: "container" # Build configuration for Custom Deploy build: dockerfile: "Dockerfile" dockerBuildPath: "." # Configuration schema for HTTP deployments (when deployed to Smithery) startCommand: type: http configSchema: type: object title: Amadeus API Configuration description: Configuration required to connect to the Amadeus API required: - amadeusClientId - amadeusClientSecret properties: amadeusClientId: type: string title: Amadeus Client ID description: Your Amadeus API Client ID (get from https://developers.amadeus.com) amadeusClientSecret: type: string title: Amadeus Client Secret description: Your Amadeus API Client Secret format: password amadeusHostname: type: string title: API Environment description: Amadeus API environment to use enum: ["test", "production"] default: "test" exampleConfig: amadeusClientId: your_amadeus_client_id amadeusClientSecret: your_amadeus_client_secret amadeusHostname: test

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/almogqwinz/mcp-amadeus-api'

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