{
  "name": "Search business prospects with natural language using Explorium MCP",
  "nodes": [
    {
      "id": "5a5dc7cc-ece7-42fa-82b7-c54d4d395962",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        912,
        0
      ]
    },
    {
      "id": "cbadc131-f0f8-4568-9b03-5fea08a8eb0f",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -896,
        272
      ]
    },
    {
      "id": "f1dcdec6-b14e-436b-a9fe-b2eb93f8faa7",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -1472,
        172
      ]
    },
    {
      "id": "149d8c1c-25f3-4006-96c0-c91de63f7eb7",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -904,
        48
      ]
    },
    {
      "id": "db8d1555-bde5-4182-85bc-b2d041ee2a31",
      "name": "Extract \"data\"",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        464,
        0
      ]
    },
    {
      "id": "31da183f-0575-46db-9d90-f7f172d72730",
      "name": "Merge All Pages",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        0
      ]
    },
    {
      "id": "a8045e5a-256c-41e4-ae31-32531d60e422",
      "name": "Prepare for CSV",
      "type": "n8n-nodes-base.code",
      "position": [
        688,
        0
      ]
    },
    {
      "id": "d9247bd5-9f0f-489b-a50b-b87f8f4f7119",
      "name": "API Call Validation",
      "type": "n8n-nodes-base.code",
      "position": [
        -432,
        48
      ]
    },
    {
      "id": "47a6c37c-30f0-429b-83cb-92ef6aee7fd3",
      "name": "Validation Prompter",
      "type": "n8n-nodes-base.code",
      "position": [
        16,
        268
      ]
    },
    {
      "id": "5045558e-5520-4694-bdb1-a424157f1c81",
      "name": "Is API Call Valid?",
      "type": "n8n-nodes-base.if",
      "position": [
        -208,
        48
      ]
    },
    {
      "id": "c836920a-5b5d-417b-9e21-3619e0031ec4",
      "name": "Chat or Refinement",
      "type": "n8n-nodes-base.code",
      "position": [
        -1248,
        172
      ]
    },
    {
      "id": "9ebcdea9-dcc8-4a1b-aecb-14d0c426ec99",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        -1024,
        272
      ]
    },
    {
      "id": "541ad4a5-c275-44fc-a326-5c3a8400b257",
      "name": "Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -640,
        272
      ]
    },
    {
      "id": "c57c1b15-1c90-48d6-960d-1286d1a8d05a",
      "name": "Explorium API",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        16,
        0
      ]
    },
    {
      "id": "57fe3aba-8de1-4869-a3a3-112ea2ef1128",
      "name": "Explorium MCP",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        -768,
        272
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "API Call Validation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Explorium API": {
      "main": [
        [
          {
            "node": "Merge All Pages",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Explorium MCP": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Extract \"data\"": {
      "main": [
        [
          {
            "node": "Prepare for CSV",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge All Pages": {
      "main": [
        [
          {
            "node": "Extract \"data\"",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare for CSV": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Chat or Refinement": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is API Call Valid?": {
      "main": [
        [
          {
            "node": "Explorium API",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Validation Prompter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API Call Validation": {
      "main": [
        [
          {
            "node": "Is API Call Valid?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validation Prompter": {
      "main": [
        [
          {
            "node": "Chat or Refinement",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Chat or Refinement",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}