MCP Ping Server
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., "@MCP Ping Serverping google.com to check if it's reachable"
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.
MCP Ping Server
A Model Context Protocol (MCP) server that provides a ping tool to check connectivity and measure latency to websites and hosts.
Features
Ping Tool: Ping any hostname or IP address to check connectivity
Stdio Transport: Uses standard input/output for MCP communication
Cross-platform: Works on macOS, Linux, and Windows
Related MCP server: Ping MCP Server
Installation
Using npx (Recommended)
No installation needed! Use directly with npx:
{
"mcpServers": {
"ping": {
"command": "npx",
"args": ["@c3budiman/ping"]
}
}
}Local Installation
npm install
npm run buildPublishing to npm
npm run build
npm publishUsage
As an MCP Server
The server communicates via stdio and can be configured in your MCP client settings:
Using npx (no installation required):
{
"mcpServers": {
"ping": {
"command": "npx",
"args": ["@c3budiman/ping"]
}
}
}Using globally installed package (binary):
npm install -g @c3budiman/pingThen configure:
{
"mcpServers": {
"ping": {
"command": "mcp-ping"
}
}
}Using local installation:
{
"mcpServers": {
"ping": {
"command": "node",
"args": ["/path/to/mcp-ping/dist/index.js"]
}
}
}Development
Run in development mode:
npm run devTools
ping
Pings a hostname or IP address to check connectivity and measure latency.
Parameters:
host(string, required): The hostname or IP address to ping (e.g., "google.com", "8.8.8.8")
Example:
{
"name": "ping",
"arguments": {
"host": "google.com"
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceProvides safe, controlled access to network and system diagnostic tools including ping, nmap, dig, traceroute, curl, and whois for troubleshooting connectivity, scanning ports, and performing DNS lookups through whitelisted commands with security validation.Last updated
- Alicense-qualityDmaintenanceAn 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.Last updatedMIT
- Alicense-qualityDmaintenancePings a host and returns the result.Last updated25MIT
- AlicenseAqualityCmaintenanceNetwork diagnostics — ping, traceroute, DNS lookup, port scanning, and connectivity testing via MCP.Last updated14MIT
Related MCP Connectors
Interact with a global network measurement platform.Run network commands from any point in the world
Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia…
Check real-time uptime and incident status for 100+ APIs and cloud services.
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/c3budiman/mcp-ping'
If you have feedback or need assistance with the MCP directory API, please join our Discord server