# Pooch PDF — Annotate Any Webpage

Let AI agents highlight and annotate any webpage — end-to-end encrypted, no accounts needed.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add admin-d6wq/poochpdf-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list admin-d6wq/poochpdf-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get admin-d6wq/poochpdf-mcp-server annotate_page

# Call a tool
npx -y @smithery/cli@latest tool call admin-d6wq/poochpdf-mcp-server annotate_page '{}'
```

## Direct MCP Connection

Endpoint: `https://poochpdf-mcp-server--admin-d6wq.run.tools`

## Tools (4)

- `annotate_page` — Highlight or comment on text in a web page. Creates an encrypted annotation on PoochPDF.
- `get_annotations` — Retrieve all annotations on a web page.
- `share_page` — Generate a shareable link — anyone sees annotations overlaid on the original page, no extension needed.
- `remove_annotation` — Delete an annotation by ID.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get admin-d6wq/poochpdf-mcp-server <tool-name>
```
