Ping Host MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ping Host MCPping google.com to check connectivity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Code MCP Server
Tool disponible
ping_host: hace ping a un host o IP indicado por el usuario.
Instalar
npm installEjecutar manualmente
npm startNota: 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.8o
Hace ping a github.com con 2 intentosSeguridad 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 usaping -c.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows users to ping other hosts to check network connectivity and diagnostic information. It enables LLMs to perform network latency tests and host availability checks through a standardized interface.MIT
- AlicenseCqualityDmaintenanceAn experimental MCP server that enables AI assistants to interact with VS Code workspaces through file operations, code execution, and Git management. It also provides tools for Docker integration, project scaffolding, and secure command execution using project-specific configurations.76223MIT
- AlicenseNot gradedqualityDmaintenanceAn educational MCP server that exposes system tools (like IP, hostname, file operations, ping) for AI agents to execute via HTTP.381MIT
- AlicenseAqualityDmaintenanceA simple, extensible MCP server implementation for local use with tools like Copilot Chat, enabling context management and protocol-compliant communication.13MIT
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajezziriglos-bot/prueba_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server