{
  "name": "Internet Archive Wayback Machine API for AI assistants",
  "nodes": [
    {
      "id": "695e02a8-7490-4ce2-b557-4dc6b856b5b7",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1060,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Authentication**: \nNo authentication required\n\n3. **Activate Workflow**:\nEnable the workflow to star"
      }
    },
    {
      "id": "68a72a4f-a01f-4fc3-9637-ec905a299f06",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ Wayback MCP Server ✅ 2 operations\n\n### About\nAPI for Internet Archive's Wayback Machine\n\n### 🔧 How it Works\n\nThis workflow converts the Wayback API into an MCP-compatible interface for AI agents"
      }
    },
    {
      "id": "b9b86f26-1304-42f8-b83b-b2a0c819909d",
      "name": "Wayback MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "7c97a51f-02c2-4fa7-a846-a6683a4f004c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Way Back"
      }
    },
    {
      "id": "b9eedb4f-29b5-4a17-8263-3e14adb153c8",
      "name": "Get wayback",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "657fd7ac-83fc-400f-85e8-96564a109609",
      "name": "Create wayback",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    }
  ],
  "connections": {
    "Get wayback": {
      "ai_tool": [
        [
          {
            "node": "Wayback MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create wayback": {
      "ai_tool": [
        [
          {
            "node": "Wayback MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}