{
  "name": "Internet Archive search API integration for AI agents (3 operations)",
  "nodes": [
    {
      "id": "c7ba4dab-dc05-4935-b567-29cd58fcd4af",
      "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": "fb86a9eb-dc5d-487b-9b6e-c9a34506242d",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ Search Services MCP Server ✅ 3 operations\n\n### About\nAPI for Internet Archive's Search-related services\n\n### 🔧 How it Works\n\nThis workflow converts the Search Services API into an MCP-compatible"
      }
    },
    {
      "id": "e5abc9aa-fd1b-4268-b2ac-8de2bc79222f",
      "name": "Search Services MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "dd443c9c-b968-418d-99be-c516929bc7ba",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 700,
        "height": 200,
        "content": "## Search"
      }
    },
    {
      "id": "c222c90e-1a9c-452d-b39e-28b515c702d4",
      "name": "Fields that can be requested",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "a103db23-9047-4df6-adfa-f9d7edeb897d",
      "name": "Return relevance-based results from search queries",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "041959d1-3b3e-491a-8cfb-38e8aeb96a98",
      "name": "Scrape search results from Internet Archive, allowing a scro",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ]
    }
  ],
  "connections": {
    "Fields that can be requested": {
      "ai_tool": [
        [
          {
            "node": "Search Services MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Return relevance-based results from search queries": {
      "ai_tool": [
        [
          {
            "node": "Search Services MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Scrape search results from Internet Archive, allowing a scro": {
      "ai_tool": [
        [
          {
            "node": "Search Services MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}