Back to Home
itsalaz icon

mcp-server

Verified Safe

by itsalaz

Overview

This server uses the Model Context Protocol (MCP) SDK to define and expose two tools and two static resources, primarily for fetching mock weather data and tracking packages, communicating via standard I/O.

Installation

Run Command
node server.js

Security Notes

The code is straightforward with no obvious malicious patterns or usage of dangerous functions like 'eval'. Input validation is handled using Zod. The server uses StdioServerTransport, meaning it communicates via standard I/O, which inherently limits direct network exposure, reducing certain external attack vectors. Mock data is returned by tools, preventing external data injection in those specific functions. The only potential minor risk is JSON.stringify on potentially untrusted data, but in this specific mock context, it's not a direct vulnerability.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-11-19

Tags

MCP ServerWeather DataToolingSDKTypeScript