Skip to main content
Glama

mcp-archive

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+.


Related MCP server: MCP Wayback Machine Server

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)

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides access to the Internet Archive Wayback Machine to list snapshots, fetch archived web pages, and search archive.org items. Enables retrieval of historical website content and metadata through natural language queries.
    Last updated
    12
    3
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with the Internet Archive's Wayback Machine to save web pages, retrieve archived versions, search historical snapshots, and check archive statistics without requiring API keys.
    Last updated
    304
    Creative Commons Attribution Non Commercial Share Alike 4.0 International
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for the Internet Archive's Wayback Machine. Search archived snapshots, extract page text from a specific date, track how a site has changed over time, check if broken links are recoverable, and perform research across Internet Archive collections.
    Last updated
    6
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

  • Source-first URL clone, capture, rebuild, and fidelity verification tools.

  • Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeffereychown-Max/mcp-archive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server