Wayback Machine✓
io.github.Mearman/mcp-wayback-machine · v3.5.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Mearman/mcp-wayback-machine",
"description": "MCP server and CLI tool for interacting with the Wayback Machine without API keys",
"title": "Wayback Machine",
"repository": {
"url": "https://github.com/Mearman/mcp-wayback-machine",
"source": "github"
},
"version": "3.5.2",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-wayback-machine",
"version": "3.5.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Internet Archive S3 access key for higher SPN2 rate limits. Optional — anonymous mode works without it.",
"format": "string",
"isSecret": true,
"name": "WAYBACK_ACCESS_KEY"
},
{
"description": "Internet Archive S3 secret key for higher SPN2 rate limits. Optional — anonymous mode works without it.",
"format": "string",
"isSecret": true,
"name": "WAYBACK_SECRET_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}