Back to Home
feiming-afk icon

weather-mcp-server

Verified Safe

by feiming-afk

Overview

Provides real-time weather information for specified cities using the wttr.in API, integrated as an MCP server with the HelloAgents framework.

Installation

Run Command
python server.py

Environment Variables

  • PORT
  • HOST

Security Notes

The server makes external HTTP requests to wttr.in, which is a public weather service API. No `eval` or `exec` functions are used, and there are no hardcoded API keys or obvious malicious patterns. Input `city` is used in a URL path, not executed as code, minimizing injection risks. The main security consideration is reliance on the external `wttr.in` service.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-28

Tags

weatherreal-timehelloagentsAPImcp