We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/finack/aviation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Required properties
npmName: aviation-weather-api
npmVersion: 1.0.0
apiPackage: api
modelPackage: models
apiSuffix: AviationWeatherApi
# Format options
fileNaming: "kebab-case"
useObjectParameters: true
useSingleRequestParameter: true
# TypeScript options
supportsES6: true
typescriptThreePlus: true
withInterfaces: true
# Response type fix
responseAs: Response
useResponseType: true
# Other options
allowUnicodeIdentifiers: true
legacyDiscriminatorBehavior: false
skipValidateSpec: false
# To support additional properties in models, use:
additionalProperties:
modelPropertyNaming: camelCase