Skip to main content
Glama

Wayback Machine MCP Server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/wayback-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server