Back to Home
zhig653-lang icon

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

Run Command
pnpm build && node build/index.js

Security 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

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-27

Tags

WeatherDate ConversionMCP ServerAPITypeScript