Skip to main content
Glama
mkowalskizoovu

Weather MCP Server

Weather MCP Server

An MCP (Model Context Protocol) server that provides temperature conversion tools via HTTP.

Features

  • transformFahrenheitToCelsius: Convert temperature from Fahrenheit to Celsius

Related MCP server: Hello MCP Server

Installation

npm install

Development

npm run dev

Build

npm run build

Run

npm start

The server will run on http://localhost:3000/mcp by default. You can change the port by setting the PORT environment variable.

Usage

Send POST requests to /mcp endpoint with MCP protocol messages.

Example request to call the tool:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "transformFahrenheitToCelsius",
    "arguments": {
      "fahrenheit": 98.6
    }
  }
}

AWS Deployment

This server is ready for AWS Lambda + API Gateway deployment.

Quick Start

First deployment:

npm run deploy

Update existing deployment:

npm run deploy:quick

Delete from AWS:

sam delete --stack-name weather-mcp

Prerequisites

  • AWS CLI installed and configured (aws configure)

  • AWS SAM CLI installed

  • AWS account with appropriate permissions

See DEPLOYMENT.md for detailed setup instructions.

Cost

Should be $0 for testing (within AWS free tier: 1M requests/month).

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables weather lookups, mathematical calculations, and context-aware operations through a containerized MCP server with HTTP transport. Optimized for Docker/Kubernetes deployment with health checks and no external dependencies.
  • A
    license
    A
    quality
    D
    maintenance
    A simple MCP server that provides a basic greeting tool and serves as a starter template for AWS Lambda deployment. Demonstrates how to build and deploy MCP servers with both local development and cloud deployment capabilities.
    1
    18
    MIT

View all related MCP servers

Related MCP Connectors

  • temperature-random MCP — wraps StupidAPIs (requires X-API-Key)

  • OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)

  • jargon-translator MCP — wraps StupidAPIs (requires X-API-Key)

View all MCP Connectors

Latest Blog Posts

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