mcp-weather-server
Verified Safeby rishika105
Overview
This server acts as a Model Context Protocol (MCP) agent to provide real-time weather data for specific cities to an AI language model.
Installation
node index.jsSecurity Notes
The server's direct code is simple and does not contain obvious malicious patterns, hardcoded secrets, or uses of `eval`. It uses `StdioServerTransport`, suggesting communication via standard I/O, which limits direct network exposure from this application's perspective. However, it relies on `@modelcontextprotocol/sdk` and `express` which introduce their own dependencies and potential attack surface, although the SDK itself appears to include some security features like rate limiting.
Similar Servers
mcp-weather
Serves weather information via the Model Context Protocol (MCP) as a tool for AI agents.
mcpinabox
Builds a Model Context Protocol (MCP) server to expose weather data as tools for AI models like OpenAI's Responses API.
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-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.