mcp-local-server
Verified Safeby ashok9315-cmyk
Overview
A Model Context Protocol (MCP) server that provides real-time weather data, basic mathematical calculations, and mock alert details to AI agents.
Installation
npx -y @modelcontextprotocol/inspector npx -y tsx main.tsSecurity Notes
The server uses external APIs for weather and a mock API for alerts. The mock API call uses an HTTP (non-HTTPS) endpoint, which can be a minor risk for data in transit if sensitive information were exchanged. The `id` parameter is directly interpolated into the URL path for the mock API, but standard `fetch` behavior and the nature of an ID parameter typically mitigate direct injection risks for this specific use case. No `eval` or obvious malicious patterns found.
Similar Servers
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-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.
weather
This server provides weather information by integrating with an external LLM (like Claude) as a tool within the Model Context Protocol (MCP).
Weather_MCP_Server
Provides real-time weather data, forecasts, and weather comparison between cities to AI assistants via an MCP server.