Archive
БесплатноНе проверенProvides tools to archive URLs, retrieve clean readable text from Wayback Machine snapshots, list snapshots, search Internet Archive items, and compare snapshot
Описание
Provides tools to archive URLs, retrieve clean readable text from Wayback Machine snapshots, list snapshots, search Internet Archive items, and compare snapshots, designed to avoid context window blowup by returning stripped text.
README
6 Wayback Machine + Internet Archive tools for Claude. The one that doesn't blow your context window. Free, MIT.
Existing Wayback MCPs either dump raw HTML (blowing up the LLM context window) or are abandoned forks. mcp-archive returns clean readable text — stripped HTML, scripts, nav, Wayback toolbar — so you can actually fit archived pages in a Claude conversation.
Install
{
"mcpServers": {
"archive": {
"command": "npx",
"args": ["-y", "@dpm-tools/mcp-archive"]
}
}
}
Requires Node.js 22.18+.
Tools (6)
archive_url— Push a URL to Wayback right now. Returns snapshot URL.get_archived— Get nearest Wayback snapshot for a URL/date.list_snapshots— List Wayback snapshots in a date range (CDX API).fetch_archived_text⭐ — Fetches archived page and returns CLEAN READABLE TEXT (strips HTML, scripts, nav, toolbar). The key differentiator.search_archive_items— Search Internet Archive items (books, audio, video, software).compare_snapshots— Compare two snapshots of the same URL by extracted text.
Example prompts
- "Archive this URL right now: https://example.com/important-page"
- "What did news.ycombinator.com look like on 2020-01-01?"
- "List all archived versions of openai.com from 2023."
- "Fetch the readable text of https://example.com archived in 2024."
- "Search the Internet Archive for 'public domain javascript books'."
- "Compare https://example.com between 2020 and 2024 — what changed?"
See examples/prompts.md for more.
Why this exists
Researchers, journalists, and link-rot fighters need Wayback access. Existing MCPs in this space:
- 5+ personal forks, mostly abandoned
- Most return raw HTML — instantly blows up Claude's context window
- None offer text extraction + truncation
mcp-archive solves it: regex-only HTML→text extraction (no jsdom/cheerio deps), Wayback toolbar stripping, configurable max_chars. The id_ flag is used on snapshot URLs to fetch raw content without the toolbar at the source.
Zero API keys. Custom User-Agent. 200ms inter-call sleep on rate-limited operations to respect archive.org TOS.
API sources (all free, all keyless)
- Wayback Machine availability API (
archive.org/wayback/available) - Wayback CDX search (
web.archive.org/cdx/search/cdx) - Wayback save API (
web.archive.org/save/) - Internet Archive advanced search (
archive.org/advancedsearch.php)
Sister servers from dpm
@dpm-tools/mcp-devkit— 15 dev utilities (UUID, hash, JWT, JSON, cron, color)@dpm-tools/mcp-public-data— sun, moon, holidays, geocoding (keyless)@dpm-tools/mcp-diff— diff, patch, 3-way merge
License
MIT © dpm (digital product mill)
Установить Archive в Claude Desktop, Claude Code, Cursor
unyly install mcp-archiveСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-archive -- npx -y @dpm-tools/mcp-archiveFAQ
Archive MCP бесплатный?
Да, Archive MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Archive?
Нет, Archive работает без API-ключей и переменных окружения.
Archive — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Archive в Claude Desktop, Claude Code или Cursor?
Открой Archive на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Archive with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
