{
  "name": "Get blockchain insights from chat using GPT-4 and Nansen MCP",
  "nodes": [
    {
      "id": "e726395c-acbe-4985-a860-833983686681",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        144,
        -480
      ]
    },
    {
      "id": "220e82d7-0595-452c-a64d-853680d53c4d",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        80,
        -256
      ]
    },
    {
      "id": "e8ba5644-643b-4d95-a212-0b3595eecc12",
      "name": "Nansen MCP",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        336,
        -256
      ]
    },
    {
      "id": "cfdcdecb-b9ec-42ca-9eb5-155e97965ae9",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -128,
        -480
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        []
      ]
    },
    "Nansen MCP": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}