Connect Claude
“I’ll have it sent up.” Two copy-pastes and your Claude can see the library — list books, check reading progress, read pages, start jobs, pull clean markdown. The commands below are complete; your token is already filled in.
1
Copy your token
This is your login — treat it like a password.
eyJ1aWQiOjI1M30.yxOshHtOdBR28DehzOIQuGEWFyA
2
Paste this into your terminal
One command — the app itself speaks MCP over HTTP, nothing to download.
claude mcp add --transport http owlscan https://owlacade.my/mcp \ --header "Authorization: Bearer eyJ1aWQiOjI1M30.yxOshHtOdBR28DehzOIQuGEWFyA"
3
Just ask
Open Claude and talk about your books like a colleague would:
- “What’s the reading status of The Supernatural Virtues?”
- “Read me page 12 and fix the footnotes.”
- “Export the book as clean markdown and tidy the chapter headings.”
Prefer the local bridge script?
curl -fsSL https://owlacade.my/scandoc_mcp.py -o ~/.scandoc_mcp.py claude mcp add owlscan \ -e SCANDOC_URL=https://owlacade.my \ -e SCANDOC_TOKEN=eyJ1aWQiOjI1M30.yxOshHtOdBR28DehzOIQuGEWFyA \ -- python3 ~/.scandoc_mcp.py
No MCP? Just take the files
https://owlacade.my/api/books # your library https://owlacade.my/books/<id>/scan.pdf # raw scan PDF (?enhanced=1 for cleaned) https://owlacade.my/books/<id>/clean.md # stitched clean-markdown transcript https://owlacade.my/books/<id>/export.md # per-page OCR text