{
  "name": "🛠️ Hacker News tool MCP server",
  "nodes": [
    {
      "id": "308e7b8b-9a55-4f8c-86fe-67acfdc44501",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        0
      ],
      "parameters": {
        "width": 420,
        "height": 780,
        "content": "## 🛠️ Hacker News Tool MCP Server\n\n### 📋 Available Operations (3 total)\n\n**All**: get all\n**Article**: get\n**User**: get\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into you"
      }
    },
    {
      "id": "e0fa03aa-3ce8-40bd-821e-75b64ec52f55",
      "name": "Hacker News Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -700,
        -20
      ]
    },
    {
      "id": "42339d85-3ebe-4613-a948-ba6ab2896571",
      "name": "Get many items",
      "type": "n8n-nodes-base.hackerNewsTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "69349c27-411d-4c71-8eee-b0792a096fe2",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": 400,
        "height": 180,
        "content": "## All"
      }
    },
    {
      "id": "f24e8a5c-b66c-477c-b764-2cad8bd0148e",
      "name": "Get an article",
      "type": "n8n-nodes-base.hackerNewsTool",
      "position": [
        -800,
        380
      ]
    },
    {
      "id": "6a8cae55-5c61-42ce-a542-c24f22ae23e9",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "width": 400,
        "height": 180,
        "content": "## Article"
      }
    },
    {
      "id": "c7543fc5-3862-455e-ade7-d7fa2b3da723",
      "name": "Get a user",
      "type": "n8n-nodes-base.hackerNewsTool",
      "position": [
        -800,
        620
      ]
    },
    {
      "id": "bffef4b5-06ec-40a2-9fcc-d094ebf4e19b",
      "name": "Sticky Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        600
      ],
      "parameters": {
        "width": 400,
        "height": 180,
        "content": "## User"
      }
    }
  ],
  "connections": {
    "Get a user": {
      "ai_tool": [
        [
          {
            "node": "Hacker News Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get an article": {
      "ai_tool": [
        [
          {
            "node": "Hacker News Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many items": {
      "ai_tool": [
        [
          {
            "node": "Hacker News Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}