N
n8n Store
Workflow Market
🛠️ seven Tool MCP Server with both available operations

🛠️ seven Tool MCP Server with both available operations

by cfomodz0 views

Description

Categories

🤖 AI & Machine Learning

Nodes Used

n8n-nodes-base.sms77Tooln8n-nodes-base.sms77Tooln8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNote@n8n/n8n-nodes-langchain.mcpTrigger
PriceGratuit
Views0
Last Updated11/28/2025
workflow.json
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "nodes": [
    {
      "id": "e6943aea-345d-4744-9c10-b4f80b5d7dc3",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## 🛠️ seven 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 seven 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": "cb69f32d-7c1f-4a4d-86d7-eb480d01786c",
      "name": "seven Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -860,
        -100
      ],
      "webhookId": "4635a9af-809e-42b7-8be4-ab01b86cab77",
      "parameters": {
        "path": "seven-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "54dfc4d3-9af2-4e53-9e4c-d9b661e9451c",
      "name": "Send an SMS",
      "type": "n8n-nodes-base.sms77Tool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "options": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "10d1d199-4e57-4c68-9137-c871aa0d9979",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Sms"
      },
      "typeVersion": 1
    },
    {
      "id": "6f6b251d-8abe-44a7-bc5c-43f703ec1d73",
      "name": "Convert text to voice",
      "type": "n8n-nodes-base.sms77Tool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "options": {},
        "resource": "voice"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "d4ee01ac-82fe-40d3-8122-fc3e89bda85a",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Voice"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Send an SMS": {
      "ai_tool": [
        [
          {
            "node": "seven Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Convert text to voice": {
      "ai_tool": [
        [
          {
            "node": "seven Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}

相关工作流