Wayback API MCP Config
API for Internet Archive's Wayback Machine
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/archive-org-wayback.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/archive-org-wayback.json to fetch programmatically.
{
"mcpServers": {
"archive-org-wayback": {
"command": "npx",
"args": ["-y","@mcp/archive-org-wayback"],
"env": {
"WAYBACK_API_API_KEY": "your_wayback_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/archive-org-wayback.jsonEnvironment Variables
WAYBACK_API_API_KEYReplace your_wayback_api_api_key with your actual wayback api api key
Endpoints
GET
/wayback/v1/availableGET /wayback/v1/available
POST
/wayback/v1/availablePOST /wayback/v1/available