N
n8n Store
Workflow Market
🛠️ Mocean Tool MCP Server 💪 both operations

🛠️ Mocean Tool MCP Server 💪 both operations

by cfomodz0 views

説明

Categories

🤖 AI & Machine Learning

Nodes Used

n8n-nodes-base.moceanTooln8n-nodes-base.moceanTooln8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNote@n8n/n8n-nodes-langchain.mcpTrigger
Price無料
Views0
最終更新11/28/2025
workflow.json
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "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": "## 🛠️ Mocean Tool MCP Server\n\n### 📋 Available Operations (2 total)\n\n**Sms**: send\n**Voice**: send\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Mocean Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 2 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 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
      ],
      "webhookId": "4166e0a4-dfe8-427b-8d18-92d3a3142b47",
      "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
    }
  ],
  "pinData": {},
  "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
          }
        ]
      ]
    }
  }
}

相关工作流