{
  "nodes": [
    {
      "id": "e5f5a8ea-1bd2-48e9-881e-fae427079fab",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -300
      ],
      "parameters": {
        "width": 420,
        "height": 780,
        "content": "## \ud83d\udee0\ufe0f LinkedIn Tool MCP Server\n\n### \ud83d\udccb Available Operations (1 total)\n\n**Post**: create\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure LinkedIn 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 1 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": "731411cc-9ecc-4654-b187-cbd468fd3b88",
      "name": "LinkedIn Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -840,
        -160
      ],
      "parameters": {
        "path": "linkedin-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "197f1ef7-d3ef-44d2-b5d1-c681a9e3333a",
      "name": "Create a post",
      "type": "n8n-nodes-base.linkedInTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "text": "={{ $fromAI('Text', ``, 'string') }}",
        "person": "={{ $fromAI('Person', ``, 'string') }}",
        "additionalFields": {},
        "binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}",
        "shareMediaCategory": "={{ $fromAI('Share_Media_Category', ``, 'string') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "9b8254b6-c00f-4e3d-bb9b-f29870a1c186",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Post"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Create a post": {
      "ai_tool": [
        [
          {
            "node": "LinkedIn Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}