{
  "nodes": [
    {
      "id": "7ffb7544-4efa-4df1-ac37-fc074f298920",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## \ud83d\udee0\ufe0f ProfitWell Tool MCP Server\n\n### \ud83d\udccb Available Operations (2 total)\n\n**Company**: get setting\n**Metric**: get\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure ProfitWell 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": "8171f197-932d-4476-b668-511b50ebd773",
      "name": "ProfitWell Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -860,
        -100
      ],
      "parameters": {
        "path": "profitwell-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "c5951b5d-205a-4bfe-92bb-b08a5a4bc293",
      "name": "Get settings for your company",
      "type": "n8n-nodes-base.profitWellTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "resource": "company"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "710d1b06-9374-45e4-8247-fa850b4277db",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Company"
      },
      "typeVersion": 1
    },
    {
      "id": "44d2b217-a4e9-4fdf-8b57-2163480ef771",
      "name": "Get a metric",
      "type": "n8n-nodes-base.profitWellTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "type": "={{ $fromAI('Type', ``, 'string') }}",
        "month": "={{ $fromAI('Month', ``, 'string') }}",
        "simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
        "options": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "1228aed3-d3a7-4cb3-8ac0-1c0e9f52642c",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Metric"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Get a metric": {
      "ai_tool": [
        [
          {
            "node": "ProfitWell Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get settings for your company": {
      "ai_tool": [
        [
          {
            "node": "ProfitWell Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}