Wayback Machine MCP Server

by Cyreslab-AI
Verified

get_snapshots

Retrieve a list of archived snapshots for a specific URL from the Wayback Machine. Specify optional filters like date range, match type, and result limit to customize your search.

Instructions

Get a list of available snapshots for a URL from the Wayback Machine

Input Schema

NameRequiredDescriptionDefault
fromNoStart date in YYYYMMDD format (optional)
limitNoMaximum number of snapshots to return (default: 100)
match_typeNoType of URL matching to use (default: exact)
toNoEnd date in YYYYMMDD format (optional)
urlYesURL to check for snapshots

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Start date in YYYYMMDD format (optional)", "type": "string" }, "limit": { "description": "Maximum number of snapshots to return (default: 100)", "type": "number" }, "match_type": { "description": "Type of URL matching to use (default: exact)", "enum": [ "exact", "prefix", "host", "domain" ], "type": "string" }, "to": { "description": "End date in YYYYMMDD format (optional)", "type": "string" }, "url": { "description": "URL to check for snapshots", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Wayback Machine MCP Server

Related Tools

ID: yn84cff0mr