Back to Home
tradmangh icon

at-xpo-windy-mcpserver

Verified Safe

by tradmangh

Overview

Connect AI assistants to real-time weather data from Windy.com by providing tools for weather forecasts, webcam discovery, and map link generation.

Installation

Run Command
node build/index.js

Environment Variables

  • WINDY_API_KEY
  • WINDY_POINT_FORECAST_KEY
  • WINDY_WEBCAMS_KEY

Security Notes

The server correctly uses environment variables for API keys (`WINDY_API_KEY`, `WINDY_POINT_FORECAST_KEY`, `WINDY_WEBCAMS_KEY`), preventing hardcoding in production code. Input validation is robustly implemented using Zod schemas for all tool arguments, mitigating common injection risks. Error handling catches Zod validation errors and general exceptions, returning structured MCP errors or generic messages to avoid leaking sensitive internal details. The `verify_real_api.ts` file contains hardcoded API keys, but this is clearly for a testing/verification script and not part of the main server logic, making it safe to run.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1200
Stars0
Forks0
Last Update2025-12-18

Tags

weatherforecastwebcamsmapsAI integrationMCP