Back to Home
acorn025 icon

mcp-server

by acorn025

Overview

An MCP server providing tools for basic text/math operations, resource fetching, and AI-assisted nickname generation by orchestrating a Python module.

Installation

Run Command
npm start

Security Notes

The server uses `child_process.exec` to run a dynamically generated Python script. User-provided tool arguments are embedded into this Python script's source code, written to a temporary file, and then executed. While `JSON.stringify` is used to escape the arguments for Python's `json.loads`, and the script path is controlled, this pattern is inherently risky. Any subtle flaw in the escaping or shell command interpolation could lead to arbitrary code execution, making it a critical vulnerability.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-25

Tags

MCPServerTypeScriptPythonTool Orchestration