weather
Verified Safeby ZhangXixiang
Overview
This server provides weather information by integrating with an external LLM (like Claude) as a tool within the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
The server's functionality (weather fetching) inherently involves making network requests to external weather APIs (assumed). Actual security depends on the implementation details of 'weather.py', specifically how it handles API keys, input validation, and potential rate limiting. Without access to the code, a full audit is not possible, but the concept is generally safe.
Similar Servers
MCP_Weather_Tools_Server
Provides an MCP server that enables LLMs to call a structured tool for real-time weather information using the Open-Meteo API.
mcp-weather-server
Provides a production-ready Model Context Protocol (MCP) server for integrating AI applications with external weather data via streamable HTTP transport.
mcp-weather-server
Provides real-time and forecast weather data, air quality information, and multi-city weather trend analysis via the Model Context Protocol (MCP), integrating with OpenWeather and OpenRouter APIs.
mcp-simulation
Serves weather forecast and alert data from the National Weather Service API as tools for an MCP-compatible AI agent.