Metadata-Version: 2.4
Name: mcpzoo-ping
Version: 0.1.0
Summary: MCP tool: 检测 HTTP URL 是否可访问并返回耗时
License: MIT
Keywords: claude,mcp,mcpzoo,ping,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-ping

> URL 连通检测 — 检测 HTTP URL 是否可访问并返回耗时

## Installation

```bash
uvx mcpzoo-ping
```

## uvx JSON

```json
{
  "mcpServers": {
    "ping": {
      "args": ["mcpzoo-ping"],
      "command": "uvx"
    }
  }
}
```
