41
/ 100
8 days ago
glama

Academic Archive Gateway

MCP server for AI assistants to search and download ebooks from Z-Library and Anna's Archive, configured locally with automatic setup and download path.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — fetch_archival_document (line 435: with open(final_path, "wb") as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: ARCHIVE_TOKEN, ANNAS_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configANNAS_BASE_URL"https://annas-archive.gl"
configPROXY_URL代理:安装脚本会询问是否需要代理。也可通过 环境变量手动设置(如 http://127.0.0.1:7890)。不设则直连。
configHTTP_PROXY
configCHROMIUM_PATH浏览器路径:默认自动检测。仅 macOS ARM64 遇到 "进程被杀" 问题时需手动通过 环境变量指定完整 Chrome 路径。
configARCHIVE_USER环境变量 你的 Z-Library 邮箱
🔐 secretARCHIVE_TOKEN环境变量 你的 Z-Library 密码
🔐 secretANNAS_SECRET_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/wooooci-academic-archive-gateway-1gxd1e)](https://m8ven.ai/mcp/wooooci-academic-archive-gateway-1gxd1e)
commit: 91e75ee7c229a7a5ed72f2e09d4bf5827938561f
code hash: cc3c68e6d1dd668a27040ad69f058e4ca16c1b7a3e8ccc3ed7abadfd6be1c798
verified: 7/5/2026, 9:05:53 AM
view raw JSON →