{
  "name": "Access CO2 measurement data with CarbonDoomsDay API for AI agents",
  "nodes": [
    {
      "id": "74da5d44-2e69-430b-9bed-1b4081960b6a",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1060,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up basic credentials\n\n3. **Activate Workflow**:\nEnable the workflow"
      }
    },
    {
      "id": "1730f19c-e3d1-4a79-92d7-9b5c5e1ac0c2",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ CarbonDoomsDay MCP Server ✅ 2 operations\n\n### About\nA real-time RESTish web API for worldwide carbon dioxide levels.\n\n### 🔧 How it Works\n\nThis workflow converts the CarbonDoomsDay API into an MC"
      }
    },
    {
      "id": "9e88d1db-215d-48a8-9c60-64997a391f35",
      "name": "CarbonDoomsDay MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "d777566c-6fbd-456f-95a4-2013f0c826e8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Co2"
      }
    },
    {
      "id": "f5bc03fc-5471-4872-b76e-b76eba0e8d88",
      "name": "List CO2 Measurements",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "0366aa2a-0c63-445f-abc5-25658faec374",
      "name": "Get CO2 Measurement by Date",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    }
  ],
  "connections": {
    "List CO2 Measurements": {
      "ai_tool": [
        [
          {
            "node": "CarbonDoomsDay MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get CO2 Measurement by Date": {
      "ai_tool": [
        [
          {
            "node": "CarbonDoomsDay MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}