MCP Hub
Back to servers

archive

Archive MCP — wraps the Internet Archive APIs (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-archive

MCP server for the Internet Archive — full-text search, item metadata retrieval, and Wayback Machine URL lookups. Free, no auth required.

Tools

ToolDescription
searchSearch archive.org collections (Lucene query syntax)
get_metadataGet full metadata for an item by identifier
wayback_checkCheck if a URL has been archived and get the nearest snapshot

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "archive": {
      "type": "url",
      "url": "https://gateway.pipeworx.io/archive"
    }
  }
}

CLI Usage

npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/archive

License

MIT

Reviews

No reviews yet

Sign in to write a review