{
  "nodes": [
    {
      "id": "892c292d-f509-4a1d-b778-74d924e992f1",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -160
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## \ud83d\udee0\ufe0f Mocean Tool MCP Server\n\n### \ud83d\udccb Available Operations (2 total)\n\n**Sms**: send\n**Voice**: send\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure Mocean 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": "024a878d-6365-4153-af2f-af1e3627e2bb",
      "name": "Mocean Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -840,
        -100
      ],
      "parameters": {
        "path": "mocean-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "a0cba658-3979-4c7b-8a4a-a2e0010c9f65",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Sms"
      },
      "typeVersion": 1
    },
    {
      "id": "6003a56c-5d5c-4f3b-bba9-9a328526a6a1",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Voice"
      },
      "typeVersion": 1
    },
    {
      "id": "8b2b84bf-a961-4f71-9c45-0d598e704194",
      "name": "Send SMS",
      "type": "n8n-nodes-base.moceanTool",
      "position": [
        -820,
        140
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "options": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "4ba03a00-32df-41dc-8d37-bd711fbe366d",
      "name": "Send Voice",
      "type": "n8n-nodes-base.moceanTool",
      "position": [
        -820,
        380
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "language": null,
        "resource": "voice"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Send SMS": {
      "ai_tool": [
        [
          {
            "node": "Mocean Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Send Voice": {
      "ai_tool": [
        [
          {
            "node": "Mocean Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}