# JigsawStack vOCR (verified)

OCR + AI = Magic:

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/vocr

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/vocr vocr

# Call a tool
npx -y @smithery/cli@latest tool call JigsawStack/vocr vocr '{}'
```

## Tools (1)

- `vocr` — Extract text from an image

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/vocr <tool-name>
```

---

Source: https://github.com/JigsawStack/jigsawstack-mcp-server/tree/main/./vOCR
