{
  "name": "AI weather forecasts with MCP integration",
  "nodes": [
    {
      "id": "5b4fa064-f1f9-4747-81a1-1d68f477850c",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -280,
        160
      ]
    },
    {
      "id": "07d3bb38-9e4e-4054-96f7-f1a47585525b",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -220,
        -60
      ]
    },
    {
      "id": "3b6d46cd-5fd5-4e1b-be6e-ee1d38243a0d",
      "name": "MCP - WeatherTrax",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -40,
        160
      ]
    },
    {
      "id": "f85c933c-bbbc-4258-beef-730376bcdd78",
      "name": "🧪 View Results Here",
      "type": "n8n-nodes-base.code",
      "position": [
        140,
        -60
      ]
    },
    {
      "id": "c6beafa9-b079-4c91-8dde-c9b44c18b155",
      "name": "🧪 Enter weather request",
      "type": "n8n-nodes-base.set",
      "position": [
        -440,
        -60
      ]
    },
    {
      "id": "027ab837-512d-4fc5-9c5d-b7491e94e57d",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -680,
        -60
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "🧪 View Results Here",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MCP - WeatherTrax": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "🧪 Enter weather request": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "🧪 Enter weather request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}