get_snapshot
ActiveTool of Wayback
Look up the archived/historical version of a web page in the Internet Archive Wayback Machine. Returns the closest available snapshot (its Wayback URL, timestamp and HTTP status). Pass a timestamp to find the snapshot nearest a specific date; omit it to get the latest archived version.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The page URL to look up, e.g. \"example.com\" or \"https://example.com/page\"."
},
"timestamp": {
"type": "string",
"description": "Optional target date as YYYYMMDD or YYYYMMDDhhmmss. The closest snapshot to this time is returned. Defaults to the latest snapshot."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wayback
https://github.com/pipeworx-io/mcp-wayback
1/7 registries