Metadata-Version: 2.4
Name: mcpzoo-headers
Version: 0.1.0
Summary: MCP tool: 获取 URL 的 HTTP 响应头信息
License: MIT
Keywords: claude,headers,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-headers

> HTTP 头获取 — 获取 URL 的 HTTP 响应头信息

## Installation

```bash
uvx mcpzoo-headers
```

## uvx JSON

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