8
n8n 한국어amn8n.com

고성능 건축 데이터베이스 MCP 서버

중급

이것은Engineering, AI RAG분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 HttpRequestTool, McpTrigger 등의 노드를 사용하며. 고성능 건축 데이터베이스 MCP 서버

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "UiirRcdbiciyA3At",
  "meta": null,
  "name": "High Performance Building Database MCP Server",
  "tags": [],
  "nodes": [
    {
      "id": "1001d85b-8bae-439d-9d47-718818415028",
      "name": "설치 안내",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1400,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1020,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Authentication**: \nNo authentication required\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 2 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
      },
      "typeVersion": 1
    },
    {
      "id": "ce5f7b45-3950-4f76-8f6f-6254a63c0a23",
      "name": "워크플로우 개요",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 820,
        "content": "## 🛠️ High Performance Building Database MCP Server ✅ 2 operations\n\n### About\nThe Buildings Database is a shared resource for the building industry. The Database, developed by the U.S. Department of Energy and the National Renewable Energy Laboratory (NREL), is a unique central repository of in-depth information and data on high-performance, green building projects across the United States and abroad.\n\n### 🔧 How it Works\n\nThis workflow converts the High Performance Building Database API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to \n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n\n### 📋 Available Operations (2 endpoints)\n\n**Json (2 operations)**\nList Projects, Get Project Details\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "2c9c500f-f5bf-4766-b1ea-8e8d78cee6c9",
      "name": "고성능 건물 데이터베이스 MCP 서버",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ],
      "webhookId": "7533a26a-d1d5-4753-a83d-3f5a2cf0bcbb",
      "parameters": {
        "path": "high-performance-building-database-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "3c7bf93f-0ec5-40b7-97b6-36ea03460b28",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "color": 2,
        "width": 500,
        "height": 200,
        "content": "## Projects"
      },
      "typeVersion": 1
    },
    {
      "id": "dc10c2e4-18ec-42b7-912c-a9d0bfe547fc",
      "name": "프로젝트 목록 조회",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ],
      "parameters": {
        "url": "=/project.{{ $fromAI('output_format', 'Response Format', 'string', 'xml') }}",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "api_key",
              "value": "={{ $fromAI('api_key', 'API Key', 'string', 'DEMO_KEY') }}"
            },
            {
              "name": "search",
              "value": "={{ $fromAI('search', 'Search Text', 'string') }}"
            },
            {
              "name": "portal",
              "value": "={{ $fromAI('portal', 'Portal ID', 'string') }}"
            },
            {
              "name": "page",
              "value": "={{ $fromAI('page', 'Page Number', 'number') }}"
            },
            {
              "name": "city",
              "value": "={{ $fromAI('city', 'City', 'string') }}"
            },
            {
              "name": "province",
              "value": "={{ $fromAI('province', 'State or Province (ex: 'CO', 'AZ')', 'string') }}"
            },
            {
              "name": "region",
              "value": "={{ $fromAI('region', 'Climate Region. Use integer from mapping (256: '1A: Very Hot - Humid', 257: '1B: Very Hot - Dry', 258: '2A: Hot - Humid', 259: '2B: Hot - Dry', 260: '3A: Warm - Humid', 261: '3B: Warm - Dry', 262: '3C: Warm - Marine', 263: '4A: Mixed - Humid', 264: '4B: Mixed - Dry', 265: '4C: Mixed - Marine', 266: '5A: Cool - Humid', 267: '5B: Cool - Dry', 268: '5C: Cool - Marine', 269: '6A: Cold - Humid', 270: '6B: Cold - Dry', 271: '7: Very Cold', 272: '8: Subarctic')', 'string') }}"
            }
          ]
        },
        "toolDescription": "A filterable list of projects.\n\nParameters:\n- Path parameters:\n  • output_format (required) - Response Format\n- Query parameters:\n  • api_key (required) - API Key\n  • search (optional) - Search Text\n  • portal (optional) - Portal ID\n  • page (optional) - Page Number\n  • city (optional) - City\n  • province (optional) - State or Province (ex: 'CO', 'AZ')\n  • region (optional) - Climate Region. Use integer from mapping (256: '1A: Very Hot - Humid', 257: '1B: Very Hot - Dry', 258: '2A: Hot - Humid', 259: '2B: Hot - Dry', 260: '3A: Warm - Humid', 261: '3B: Warm - Dry', 262: '3C: Warm - Marine', 263: '4A: Mixed - Humid', 264: '4B: Mixed - Dry', 265: '4C: Mixed - Marine', 266: '5A: Cool - Humid', 267: '5B: Cool - Dry', 268: '5C: Cool - Marine', 269: '6A: Cold - Humid', 270: '6B: Cold - Dry', 271: '7: Very Cold', 272: '8: Subarctic')"
      },
      "typeVersion": 4.2
    },
    {
      "id": "3b5b210f-75e6-45ae-a2e3-2b55d8da63ed",
      "name": "프로젝트 상세 정보 조회",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ],
      "parameters": {
        "url": "=/project/{{ $fromAI('project_id', 'Project ID', 'number') }}.{{ $fromAI('output_format', 'Response Format', 'string', 'json') }}",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "api_key",
              "value": "={{ $fromAI('api_key', 'API Key', 'string', 'DEMO_KEY') }}"
            }
          ]
        },
        "toolDescription": "Project Details\n\nParameters:\n- Path parameters:\n  • output_format (required) - Response Format\n  • project_id (required) - Project ID\n- Query parameters:\n  • api_key (required) - API Key"
      },
      "typeVersion": 4.2
    },
    {
      "id": "c79cad73-bdcb-47da-b457-678cbeb4eedd",
      "name": "설명 - project.json",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 500,
        "height": 120,
        "content": "## 📋 Project.Json\n\nAPI endpoints related to buildings."
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "shared": [
    {
      "role": "workflow:owner",
      "project": {
        "id": "G5fce9xGuBAsWBXe",
        "icon": null,
        "name": "David Ashby <david.ashby.lds@gmail.com>",
        "type": "personal",
        "createdAt": "2025-06-04T02:55:02.013Z",
        "updatedAt": "2025-06-04T02:56:01.361Z",
        "projectRelations": [
          {
            "role": "project:personalOwner",
            "user": {
              "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
              "role": "global:owner",
              "email": "david.ashby.lds@gmail.com",
              "disabled": false,
              "lastName": "Ashby",
              "settings": {
                "npsSurvey": {
                  "responded": true,
                  "lastShownAt": 1749357655581
                },
                "userActivated": true,
                "userActivatedAt": 1749075994495,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
              },
              "createdAt": "2025-06-04T02:55:01.745Z",
              "firstName": "David",
              "isPending": false,
              "updatedAt": "2025-06-08T04:40:58.399Z",
              "mfaEnabled": false,
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_n8n_version": "1.95.3",
                "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
              }
            },
            "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "projectId": "G5fce9xGuBAsWBXe",
            "updatedAt": "2025-06-04T02:55:02.013Z"
          }
        ]
      },
      "createdAt": "2025-07-03T17:14:11.968Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-07-03T17:14:11.968Z",
      "workflowId": "UiirRcdbiciyA3At"
    }
  ],
  "pinData": {},
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-07-03T17:14:11.966Z",
  "updatedAt": "2025-07-03T17:18:07.000Z",
  "versionId": "ee941e5d-d215-48d1-bd0b-af58cae2c875",
  "isArchived": false,
  "staticData": null,
  "connections": {
    "dc10c2e4-18ec-42b7-912c-a9d0bfe547fc": {
      "ai_tool": [
        [
          {
            "node": "2c9c500f-f5bf-4766-b1ea-8e8d78cee6c9",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "3b5b210f-75e6-45ae-a2e3-2b55d8da63ed": {
      "ai_tool": [
        [
          {
            "node": "2c9c500f-f5bf-4766-b1ea-8e8d78cee6c9",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
자주 묻는 질문

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

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

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

중급 - 엔지니어링, AI RAG

유료인가요?

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

워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형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