list_snapshots
ActiveTool of Wayback
List the captured snapshots of a URL in the Internet Archive Wayback Machine over time, using the CDX index. Each entry includes the capture timestamp, the original URL, HTTP status code, MIME type, content digest and a direct Wayback snapshot URL. Optionally restrict to a date range with from/to (YYYYMMDD).
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"to": {
"type": "string",
"description": "Optional end of date range as YYYYMMDD."
},
"url": {
"type": "string",
"description": "The page URL to list archived snapshots for, e.g. \"example.com\"."
},
"from": {
"type": "string",
"description": "Optional start of date range as YYYYMMDD."
},
"limit": {
"type": "number",
"description": "Maximum number of snapshots to return (default 50, max 1000)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Wayback
https://github.com/pipeworx-io/mcp-wayback
1/7 registries