Back to Home
wfnian icon

mcp_server

Verified Safe

by wfnian

Overview

Provides real-time and historical weather, air quality, and time information via an MCP server, integrating with external APIs.

Installation

Run Command
python3 main.py

Environment Variables

  • PORT

Security Notes

The server primarily makes HTTP requests to Open-Meteo APIs. Input parameters for city, dates, and timezones are directly inserted into URL query strings. While this approach is standard for GET requests, it relies on the upstream Open-Meteo API to correctly handle these as data rather than executable commands. There are no obvious signs of 'eval', 'exec', or direct OS command injection vulnerabilities within the provided code. Input validation focuses on the presence of required arguments. No hardcoded secrets were found; API keys for Open-Meteo are typically not required for free-tier access. The server supports multiple modes (stdio, SSE, streamable-http) for communication.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

WeatherAir QualityTimeMCP ServerAPI Integration