Back to Home
thomaswinchestar icon

mcp-demo-servers

Verified Safe

by thomaswinchestar

Overview

This server demonstrates how to build custom tools (arithmetic, weather) that can be integrated with Model Context Protocol (MCP) clients like Claude Desktop.

Installation

Run Command
node mcp.js

Security Notes

The server uses Zod for robust input validation for all registered tools, significantly mitigating common injection risks. Network requests for the weather tool are confined to the official Open-Meteo API. No hardcoded secrets, direct 'eval' usage, or code obfuscation were identified in the provided source. Communication over stdio primarily limits direct external network attack surface for the server process itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-12-14

Tags

MCPAPIToolsNode.jsSDK