{
  "name": "Analyze crypto markets with CoinGecko MCP and C1",
  "nodes": [
    {
      "id": "49d802f8-848d-4788-a7ad-3f16237d4a00",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -1008,
        1360
      ]
    },
    {
      "id": "a91583fc-397c-47f6-b8cb-e66ce475df45",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -656,
        1584
      ]
    },
    {
      "id": "9c931546-8c37-4f74-bd6c-1c223ad31e4c",
      "name": "CoinGecko Free MCP",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        -528,
        1584
      ]
    },
    {
      "id": "180d6130-17d4-48c3-bc88-5606ba862161",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1392,
        1536
      ],
      "parameters": {
        "width": 480,
        "height": 1040,
        "content": "### Step 1: Enable Chat\n\n1. In n8n, open the Chat node in your workflow.\n\n2. Make Chat Publicly available.\n\n3. Copy the Chat URL. You will need it in the next step.\n\n\n### Step 2: Setup Thesys\n\n![](htt"
      }
    },
    {
      "id": "d17a0b15-aaa0-4c2c-a723-f48818f1de8f",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        544
      ],
      "parameters": {
        "width": 1136,
        "height": 656,
        "content": "![](https://www.thesys.dev/n8n/n8n-compare.png)"
      }
    },
    {
      "id": "d9c2ca8b-b489-40d0-a38e-582ac21e69ec",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1360,
        -384
      ],
      "parameters": {
        "width": 928,
        "height": 1584,
        "content": "## Analyze crypto markets with interactive graphs using CoinGecko and C1 by Thesys\n\nThis n8n template   can answer questions about **real-time prices, market moves, trending coins, and token details**"
      }
    },
    {
      "id": "e57826e7-4cd0-481f-a13c-0067c0c0f55f",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        1264
      ],
      "parameters": {
        "width": 448,
        "height": 400,
        "content": "\n### Step 2: Activate the Workflow\n\n1. At the top of the n8n editor, click the Active / Inactive toggle.\n\n2. Confirm the workflow status is set to Active.\n\n\n### Step 3: Try It Out\n\n1. Open [Thesys N8N"
      }
    },
    {
      "id": "8cb3d649-f60d-4e3d-8852-fc05ded19273",
      "name": "UI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -736,
        1360
      ]
    },
    {
      "id": "2bd8b38c-dff3-408c-ab02-92d8c7cea7e9",
      "name": "C1 Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -832,
        1584
      ]
    },
    {
      "id": "3b21b5df-1510-4d7a-bcad-bb0c37270334",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        1264
      ],
      "parameters": {
        "width": 528,
        "height": 480,
        "content": "## UI Agent\nThis agent can reason, use tools and returns results as interactive UI"
      }
    }
  ],
  "connections": {
    "C1 Model": {
      "ai_languageModel": [
        [
          {
            "node": "UI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "UI Agent": {
      "main": [
        []
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "UI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "CoinGecko Free MCP": {
      "ai_tool": [
        [
          {
            "node": "UI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "UI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}