mcp-ping
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-pingping 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.
MCP Ping
Pings a host and returns the result.
This MCP server was made predominantly todemonstrate how to use FastMCP.
Usage
mcp-pingRelated MCP server: MCP Ping Server
Configuration
Server supports the following environment variables:
Name | Description |
HTTP_PROXY | URL of HTTP proxy to use (optional) |
MCP Server Profile
{
"prompts": [],
"resources": [],
"tools": [
{
"annotations": {
"openWorldHint": false,
"readOnlyHint": true,
"title": "Ping"
},
"description": "Pings a host and returns the result",
"inputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"host": {
"description": "The hostname or URL to ping (e.g., 'google.com' or 'https://google.com')",
"type": "string"
}
},
"required": ["host"],
"type": "object"
},
"name": "ping"
}
]
}Tools
ping tool example response
Ping results for glama.ai:
PING glama.ai (37.16.29.120): 56 data bytes
64 bytes from 37.16.29.120: icmp_seq=0 ttl=55 time=11.273 ms
64 bytes from 37.16.29.120: icmp_seq=1 ttl=55 time=11.353 ms
64 bytes from 37.16.29.120: icmp_seq=2 ttl=55 time=11.455 ms
64 bytes from 37.16.29.120: icmp_seq=3 ttl=55 time=12.634 ms
--- glama.ai ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 11.273/11.679/12.634/0.555 msTesting
npm run testMaintenance
Tools
- pingA
Related MCP Servers
- Alicense-qualityDmaintenanceProvides a ping tool to check connectivity and measure latency to any hostname or IP address across platforms.Last updated6MIT
- 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
Related MCP Connectors
Interact with a global network measurement platform.Run network commands from any point in the world
DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks
Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia…
Appeared in Searches
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/punkpeye/mcp-ping'
If you have feedback or need assistance with the MCP directory API, please join our Discord server