{
  "name": "🛠️ AWS Transcribe Tool MCP server 💪 all operations",
  "nodes": [
    {
      "id": "f825fad3-d1a6-4800-8ff5-b9e03dfe8483",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -200
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## 🛠️ AWS Transcribe Tool MCP Server\n\n### 📋 Available Operations (4 total)\n\n**Transcriptionjob**: create, delete, get, get all\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow in"
      }
    },
    {
      "id": "69490659-7d20-4ace-b5df-ade65719e960",
      "name": "AWS Transcribe Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -420,
        -220
      ]
    },
    {
      "id": "457aa710-405a-4e74-a1af-1b2229c14d14",
      "name": "Create a transcription job",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "42ace42c-ea55-489b-9842-0aeafcc30c7f",
      "name": "Delete a transcription job",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "ed23b53c-50f0-41b7-87a9-347793f91c96",
      "name": "Get a transcription job",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "6d6dd15a-34a8-4066-9280-ffa3b3e393b2",
      "name": "Get many transcription jobs",
      "type": "n8n-nodes-base.awsTranscribeTool",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "c3e5205b-60cd-45f2-9e34-41b5b2c20a9d",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        120
      ],
      "parameters": {
        "width": 1080,
        "height": 180,
        "content": "## Transcription Job"
      }
    }
  ],
  "connections": {
    "Get a transcription job": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a transcription job": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a transcription job": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many transcription jobs": {
      "ai_tool": [
        [
          {
            "node": "AWS Transcribe Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}