Skip to main content
Glama

Wayback Machine MCP Server

by sisilet

get_snapshots

Retrieve archived web page snapshots from the Wayback Machine by specifying URL, date range, and matching criteria to access historical website content.

Instructions

Get a list of available Wayback Machine snapshots for a URL. Dates use YYYYMMDD, match_type is one of: exact, prefix, host, domain.

Input Schema

NameRequiredDescriptionDefault
from_No
limitNo
match_typeNoexact
toNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "from_": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "From" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "match_type": { "default": "exact", "enum": [ "exact", "prefix", "host", "domain" ], "title": "Match Type", "type": "string" }, "to": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "To" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "get_snapshotsArguments", "type": "object" }

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/sisilet/wayback-mcp'

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