# Mcp Ping

> Pings a host and returns the result.

- **Type:** MCP server
- **Install:** `agentstack add mcp-punkpeye-mcp-ping`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [punkpeye](https://agentstack.voostack.com/s/punkpeye)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [punkpeye](https://github.com/punkpeye)
- **Source:** https://github.com/punkpeye/mcp-ping
- **Website:** https://glama.ai

## Install

```sh
agentstack add mcp-punkpeye-mcp-ping
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# MCP Ping

Pings a host and returns the result.

> [!NOTE]
> This MCP server was made predominantly to [demonstrate](https://github.com/punkpeye/mcp-ping/blob/main/src/createServer.ts) how to use [FastMCP](https://github.com/punkpeye/fastmcp).

  

## Usage

```bash
mcp-ping
```

## Configuration

Server supports the following environment variables:

| Name       | Description                         |
| ---------- | ----------------------------------- |
| HTTP_PROXY | URL of HTTP proxy to use (optional) |

## MCP Server Profile

```json
{
  "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

```bash
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 ms
```

## Testing

```bash
npm run test
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [punkpeye](https://github.com/punkpeye)
- **Source:** [punkpeye/mcp-ping](https://github.com/punkpeye/mcp-ping)
- **License:** MIT
- **Homepage:** https://glama.ai

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-punkpeye-mcp-ping
- Seller: https://agentstack.voostack.com/s/punkpeye
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
