Back to Home
taufiqur0991 icon

mcp-ping-server

Verified Safe

by taufiqur0991

Overview

Provides a simple network utility microservice for checking host reachability via ping.

Installation

Run Command
mcp-ping-server

Security Notes

The code correctly uses `subprocess.run` with a list of arguments for the `ping` command, which effectively prevents shell injection vulnerabilities. The `host` parameter is passed directly as a distinct argument to the system's `ping` utility, rather than being interpreted by a shell. No `eval`, `exec`, hardcoded secrets, or other immediately apparent malicious patterns are present. The primary remaining risk, albeit low, would stem from potential vulnerabilities within the system's `ping` utility itself when processing extremely malformed hostnames, which is outside the control of this application's direct code.

Similar Servers

Stats

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

Tags

Network UtilityPing ToolMCP ServerSystem Tool