Skip to main content
Glama

Wayback Machine MCP Server

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

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/Cyreslab-AI/wayback-mcp-server'

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