{
  "name": "Manage E-goi contacts with AI agents via MCP server",
  "nodes": [
    {
      "id": "2eafb7ec-d06a-47b6-bc41-3372946338df",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -280
      ],
      "parameters": {
        "width": 420,
        "height": 760,
        "content": "## 🛠️ E-goi Tool MCP Server\n\n### 📋 Available Operations (4 total)\n\n**Contact**: create, get, get all, update\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instan"
      }
    },
    {
      "id": "b8eda7a6-0ccd-4f41-bd4d-fe74c488fdef",
      "name": "E-goi Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -420,
        -240
      ]
    },
    {
      "id": "94d87d10-b5dc-4dc4-b2f0-30b2eec83e06",
      "name": "Create a member",
      "type": "n8n-nodes-base.egoiTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "b41e3650-3e14-4a40-984d-2ee22fea9616",
      "name": "Get a member",
      "type": "n8n-nodes-base.egoiTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "22439644-6eeb-430e-9d08-0f82d6cece42",
      "name": "Get many members",
      "type": "n8n-nodes-base.egoiTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "12e8943f-bd9b-4a89-ba6a-065d6106741d",
      "name": "Update a member",
      "type": "n8n-nodes-base.egoiTool",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "9afcdd8c-8a24-4eb1-b406-253f2ce736ea",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": 1060,
        "height": 180,
        "content": "## Contact"
      }
    }
  ],
  "connections": {
    "Get a member": {
      "ai_tool": [
        [
          {
            "node": "E-goi Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a member": {
      "ai_tool": [
        [
          {
            "node": "E-goi Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a member": {
      "ai_tool": [
        [
          {
            "node": "E-goi Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many members": {
      "ai_tool": [
        [
          {
            "node": "E-goi Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}