geng_weather_mcp_server
by zhig653-lang
Overview
Provides weather and relative date to absolute date conversion utilities as an MCP server for AI models.
Installation
pnpm build && node build/index.jsSecurity Notes
The `src/service.ts` file contains a hardcoded placeholder for `APPCODE` (Aliyun Weather API key). While it's a placeholder, deploying this code as-is would either not function or, if a real key were hardcoded, pose a critical security risk as secrets should be loaded from environment variables (e.g., `process.env`). The `dotenv.config()` call is commented out, indicating an intention to use environment variables that was not fully implemented.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
mcp_server_weather_yechan
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.
mcp_server
Provides real-time and historical weather, air quality, and time information via an MCP server, integrating with external APIs.
mcpinabox
Builds a Model Context Protocol (MCP) server to expose weather data as tools for AI models like OpenAI's Responses API.