Claude Tools / MCP Servers / mcp-wayback-machine
MCP Servers · mearman/mcp-wayback-machine
mcp-wayback-machine
MCP server for the Wayback Machine — save URLs, retrieve snapshots, search archives, check status, list screenshots, compare snapshots, and manage cache
CLEARED_STATICmcp-portablev3.7.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
MCP-portable
Type
MCP Servers
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 20 lexical match(es)
README
From the repository
# MCP Wayback Machine Server [](https://www.npmjs.com/package/mcp-wayback-machine) [](https://creativecommons.org/licenses/by-nc-sa/4.0/) [](https://github.com/Mearman/mcp-wayback-machine/actions) > MCP server and CLI tool for interacting with the Internet Archive's Wayback Machine. Supports full CDX search, snapshot content retrieval, screenshot listing, snapshot comparison, and optional authentication for higher SPN2 rate limits. **Stack:** TypeScript · Node.js 22+ · ES Modules · pnpm · Turbo · Zod ## Getting started Requires Node.js 22+ and [pnpm](https://pnpm.io). ```bash pnpm install ``` Optional credentials (anonymous access works, but authenticated requests get higher SPN2 rate limits): ```bash export WAYBACK_ACCESS_KEY="your-access-key" export WAYBACK_SECRET_KEY="your-secret-key" ``` Obtain credentials at [archive.org/account/s3.php](https://archive.org/account/s3.php). ## Buil…