Back to Home
ashok9315-cmyk icon

mcp-local-server

Verified Safe

by 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

Run Command
npx -y @modelcontextprotocol/inspector npx -y tsx main.ts

Security 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-03

Tags

MCP ServerAI ToolsWeather APICalculatorNode.js