{
  "nodes": [
    {
      "id": "2132cfee-b627-4099-94c3-37140f24424a",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 760,
        "content": "## \ud83d\udee0\ufe0f Pushover Tool MCP Server\n\n### \ud83d\udccb Available Operations (1 total)\n\n**Message**: push\n\n### \u2699\ufe0f Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **\ud83d\udd11 Add Credentials**: Configure Pushover 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": "c32f471c-5a07-4c94-b57b-1ce9cde64a1a",
      "name": "Pushover Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -860,
        -100
      ],
      "parameters": {
        "path": "pushover-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "dd171628-2472-48f5-80e8-1527f16e5ebb",
      "name": "Push a message",
      "type": "n8n-nodes-base.pushoverTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "retry": "={{ $fromAI('Retry', ``, 'number') }}",
        "expire": "={{ $fromAI('Expire', ``, 'number') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "userKey": "={{ $fromAI('User_Key', ``, 'string') }}",
        "priority": "={{ $fromAI('Priority', ``, 'string') }}",
        "additionalFields": {}
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "4318c06b-5bb6-42bb-acc4-6db4726f2afc",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Message"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Push a message": {
      "ai_tool": [
        [
          {
            "node": "Pushover Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}