8
n8n 한국어amn8n.com

AI 에이전트가 마감 시장 데이터 획득 - Marketstack 도구 MCP 서버

중급

이것은AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 MarketstackTool, McpTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI 에이전트가 Marketstack 도구 MCP 서버를 통해 마감 시장 데이터를 획득합니다

사전 요구사항
  • AI 서비스 API Key(예: OpenAI, Anthropic 등)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "nodes": [
    {
      "id": "72c021e9-b1a5-48d5-98e3-c59278dc8d66",
      "name": "워크플로우 개요 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -60
      ],
      "parameters": {
        "width": 420,
        "height": 820,
        "content": "## 🛠️ Marketstack Tool MCP Server\n\n### 📋 Available Operations (3 total)\n\n**Endofdaydata**: get all\n**Exchange**: get\n**Ticker**: get\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Marketstack Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 3 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 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": "bf56d816-478e-4745-9f63-8d4cb063ab74",
      "name": "Marketstack 도구 MCP 서버",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -700,
        -60
      ],
      "webhookId": "a69e1598-9069-4e24-b62b-c6bd02d3ceaa",
      "parameters": {
        "path": "marketstack-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "40a928b6-95be-46ec-b836-1acffdf482eb",
      "name": "다수의 EoD 데이터 가져오기",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "limit": "={{ $fromAI('Limit', ``, 'number') }}",
        "filters": {},
        "symbols": "={{ $fromAI('Symbols', ``, 'string') }}",
        "returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "e9760cd3-5040-4540-8d80-e454c91a8685",
      "name": "메모 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Endofdaydata"
      },
      "typeVersion": 1
    },
    {
      "id": "1d1009d4-2550-40f1-8898-9f852a51ebf8",
      "name": "거래소 가져오기",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "exchange": "={{ $fromAI('Exchange', ``, 'string') }}",
        "resource": "exchange"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "a9486b80-8efe-4f31-ac1c-d63c5ad71d30",
      "name": "메모 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Exchange"
      },
      "typeVersion": 1
    },
    {
      "id": "c9927486-c562-4224-9644-c1e99e3e7bdd",
      "name": "티커 가져오기",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        -800,
        620
      ],
      "parameters": {
        "symbol": "={{ $fromAI('Symbol', ``, 'string') }}",
        "resource": "ticker"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "61be9fc7-6369-4fec-91ef-1c158df8316c",
      "name": "메모 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        600
      ],
      "parameters": {
        "color": 6,
        "width": 400,
        "content": "## Ticker"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "c9927486-c562-4224-9644-c1e99e3e7bdd": {
      "ai_tool": [
        [
          {
            "node": "bf56d816-478e-4745-9f63-8d4cb063ab74",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1d1009d4-2550-40f1-8898-9f852a51ebf8": {
      "ai_tool": [
        [
          {
            "node": "bf56d816-478e-4745-9f63-8d4cb063ab74",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "40a928b6-95be-46ec-b836-1acffdf482eb": {
      "ai_tool": [
        [
          {
            "node": "bf56d816-478e-4745-9f63-8d4cb063ab74",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 인공지능

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수8
카테고리1
노드 유형3
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34