Skip to main content
Glama

Weather MCP Server

template.yaml1.16 kB
AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Weather MCP Server - Temperature conversion service Globals: Function: Timeout: 30 MemorySize: 512 Runtime: nodejs20.x Architectures: - x86_64 Resources: WeatherMcpFunction: Type: AWS::Serverless::Function Properties: CodeUri: ./ Handler: build/index.handler Description: MCP server for temperature conversion Environment: Variables: NODE_ENV: production Events: ApiEvent: Type: HttpApi Properties: Path: /{proxy+} Method: ANY Metadata: BuildMethod: esbuild BuildProperties: Minify: false Target: es2022 Sourcemap: true EntryPoints: - src/index.ts External: - '@modelcontextprotocol/sdk' Outputs: WeatherMcpApi: Description: "API Gateway endpoint URL" Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/mcp" WeatherMcpFunctionArn: Description: "Lambda Function ARN" Value: !GetAtt WeatherMcpFunction.Arn

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/mkowalskizoovu/mcp-test'

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