You're viewing a demo portfolio

Join the waitlist
PRSM

get_snapshot

Active

Tool of Wayback

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Wayback

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

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