Wayback Machine MCP Server

by Cyreslab-AI
Verified

get_archived_page

Retrieve archived webpage content from the Wayback Machine using a specific URL and timestamp, with options to exclude the Wayback banner.

Instructions

Retrieve the content of an archived webpage from the Wayback Machine

Input Schema

NameRequiredDescriptionDefault
originalNoWhether to get the original content without Wayback Machine banner (default: false)
timestampYesTimestamp in YYYYMMDDHHMMSS format
urlYesURL of the page to retrieve

Input Schema (JSON Schema)

{ "properties": { "original": { "description": "Whether to get the original content without Wayback Machine banner (default: false)", "type": "boolean" }, "timestamp": { "description": "Timestamp in YYYYMMDDHHMMSS format", "type": "string" }, "url": { "description": "URL of the page to retrieve", "type": "string" } }, "required": [ "url", "timestamp" ], "type": "object" }

You must be authenticated.

Other Tools from Wayback Machine MCP Server

Related Tools

ID: yn84cff0mr