MCP server for EPUB/PDF tools — merge, split, compress, convert, validate. Hosted at epublys.com/mcp
SaferSkills independently audited Epublys Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Remote MCP server for EPUB and PDF ebook manipulation — merge, split, compress, convert, edit metadata, validate, and generate AI covers. Backed by epublys.com, running on Cloudflare Workers.
This is a hosted server (Streamable HTTP). There is nothing to install — this repository holds the public manifests, configuration examples, and documentation.
https://epublys.com/mcp (Streamable HTTP)com.epublys/epublys on the official MCP registryepl_… — shown once).claude_desktop_config.json, cline_mcp_settings.json, etc.):{
"mcpServers": {
"epublys": {
"url": "https://epublys.com/mcp",
"headers": { "Authorization": "Bearer epl_YOUR_KEY_HERE" }
}
}
}Claude Code: claude mcp add --transport http epublys https://epublys.com/mcp --header "Authorization: Bearer epl_YOUR_KEY_HERE"
| Tool | Description |
|---|---|
merge_epub | Merge multiple EPUB files into one |
split_epub | Split an EPUB by chapter ranges |
compress_epub | Compress an EPUB to reduce file size |
epub_to_pdf | Convert EPUB to PDF |
pdf_to_epub | Convert PDF to EPUB |
read_epub_metadata | Read EPUB metadata |
edit_epub_metadata | Edit EPUB metadata and cover |
validate_epub | Validate EPUB structure (with optional auto-fix) |
generate_cover | Generate an AI book cover from a description (Pro) |
Files are passed as base64-encoded strings in tool arguments and results.
| Free | Pro ($9/mo or $72/yr) | |
|---|---|---|
| File size | 10 MB (25 MB split_epub, 20 MB pdf_to_epub) | 100 MB |
| Merge | 10 files | 500 files |
| Rate | 15 req/min | 60 req/min |
| Output branding | Epublys colophon | none |
generate_cover | — | 30/month |
Files are processed in memory and never stored. There is no upload bucket, no retention, no content logging. Anonymous usage metrics only (tool name, status, sizes).
The same tools are available over plain REST with an OpenAPI spec — see <https://epublys.com/for-ai-agents>.
The Epublys service itself is closed-source. This repository contains only the public MCP manifests (server.json, smithery.yaml) and documentation, and is the canonical public home for the com.epublys/epublys registry entry. Issues are welcome for MCP integration problems; for product support use <https://epublys.com/about>.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.