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
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-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.