You're viewing a demo portfolio

Join the waitlist
PRSM

list_snapshots

Active

Tool of Wayback

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Wayback

https://github.com/pipeworx-io/mcp-wayback

1/7 registries
View full server →
list_snapshots — Wayback — PRSM MCP