{
  "nodes": [
    {
      "id": "f83e60d9-2d64-414b-baf9-a8601370930c",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 760,
        "content": "## \ud83d\udee0\ufe0f Mandrill Tool MCP Server\n\n### \ud83d\udccb Available Operations (2 total)\n\n**Message**: send template, send html\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure Mandrill Tool authentication in one tool node then open and close all others.\n2. **\ud83d\ude80 Activate**: Enable this workflow to start your MCP server\n3. **\ud83d\udd17 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **\ud83e\udd16 Connect**: Use MCP URL in your AI agent configurations\n\n### \u2728 Ready-to-Use Features\n\n\u2022 Zero configuration - all 2 operations pre-built\n\u2022 AI agents automatically populate parameters via `$fromAI()` expressions\n\u2022 Every resource and operation combination available\n\u2022 Native n8n error handling and response formatting\n\u2022 Modify parameter defaults in any tool node as needed\n\n### \ud83d\udcac Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "74a018fd-6fac-429e-b768-0848a7e8ffd7",
      "name": "Mandrill Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -640,
        -120
      ],
      "parameters": {
        "path": "mandrill-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "5b85f47a-eb13-41a1-977f-6d58ca819bd5",
      "name": "Send a message based on a template",
      "type": "n8n-nodes-base.mandrillTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "3c4583b5-ae64-4f11-b669-4d1d1243db57",
      "name": "Send a message based on HTML",
      "type": "n8n-nodes-base.mandrillTool",
      "position": [
        -580,
        140
      ],
      "parameters": {
        "options": {},
        "operation": "sendHtml"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "6f2139b8-a700-490d-9e03-f25c7f8fba34",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 620,
        "height": 180,
        "content": "## Message"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Send a message based on HTML": {
      "ai_tool": [
        [
          {
            "node": "Mandrill Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Send a message based on a template": {
      "ai_tool": [
        [
          {
            "node": "Mandrill Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}