Metadata-Version: 2.4
Name: mcpzoo-fetch
Version: 0.1.0
Summary: MCP tool: 抓取指定 URL 的网页内容并返回纯文本
License: MIT
Keywords: claude,fetch,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-fetch

> 网页抓取 — 抓取指定 URL 的网页内容并返回纯文本

## Installation

```bash
uvx mcpzoo-fetch
```

## uvx JSON

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