1. Conduid
  2. Files
  3. Ping Host MCP
MCP server · Files

Ping Host MCP

Minimal MCP server that enables network connectivity testing via ping commands from VS Code Chat. Features cross-platform support and secure execution using execFile with input validation to prevent command injection.

Unclaimed files
34Low

Scored 5 months ago · breakdown

About Ping Host MCP

Ping Host MCP is an MCP server in the Files category: minimal MCP server that enables network connectivity testing via ping commands from VS Code Chat. Features cross-platform support and secure execution using execFile with input validation to prevent command injection. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/ajezziriglos-bot/prueba_mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Ping Host MCP

Powered by Claude · Grounded in docs

I know everything about Ping Host MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

prueba_mcp

Servidor MCP minimo para usar desde VS Code Chat con una sola tool: ping_host.

Idea

Este proyecto vive fuera del repo prueba_skills, pero el workspace de prueba_skills lo referencia mediante .vscode/mcp.json. Asi puedes seguir en este prompt y dejar que el host de chat descubra la herramienta.

Tool disponible

  • ping_host: hace ping a un host o IP indicado por el usuario.

Instalar

npm install

Ejecutar manualmente

npm start

Nota: al ser un servidor MCP por stdio, no debes escribir logs a stdout. Si necesitas depurar, usa stderr.

Uso esperado desde chat

Una vez que VS Code cargue el servidor MCP del workspace, deberias poder pedir algo como:

Usa la herramienta ping_host para hacer ping a 8.8.8.8

o

Hace ping a github.com con 2 intentos

Seguridad y limites

  • La tool usa execFile, no shell, para evitar inyeccion de comandos.
  • El host se valida como nombre de host o IP simple.
  • El numero de intentos se limita a un rango chico.
  • En Windows usa ping -n; en Unix usa ping -c.

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Ping Host MCP

How do I install Ping Host MCP?

Run git clone https://github.com/ajezziriglos-bot/prueba_mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ping Host MCP safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ping Host MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.