Skip to main content
Glama

mcp-flight-search

smithery.yaml917 B
startCommand: type: stdio configSchema: type: object properties: serp_api_key: type: string description: "SerpAPI key for Google Flights searches" debug: type: boolean description: "Enable debug logging" default: false default_connection_type: type: string description: "Default connection type (http or stdio)" enum: ["http", "stdio"] default: "stdio" required: ["serp_api_key"] additionalProperties: false commandFunction: | function generateCommand(config) { const args = ["-m", "mcp_flight_search.server", "--connection_type", config.default_connection_type || "stdio"]; const env = { SERP_API_KEY: config.serp_api_key, DEBUG: config.debug ? "1" : "0" }; return { command: "python", args: args, env: env }; }

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/arjunprabhulal/mcp-flight-search'

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