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 time information for specified cities/timezones using the Open-Meteo API, supporting various Model Context Protocol (MCP) transport modes.
mcp-weather-server
This server acts as a Model Context Protocol (MCP) agent to provide real-time weather data for specific cities to an AI language model.
mcp-local-server
A Model Context Protocol (MCP) server that provides real-time weather data, basic mathematical calculations, and mock alert details to AI agents.
MCP_Remote_Server_Demo
This server acts as a weather agent, providing real-time weather alerts and forecasts by integrating with the National Weather Service (NWS) API.