高性能建筑数据库 MCP 服务器

中级

这是一个Engineering、AI RAG领域的自动化工作流,包含 7 个节点。主要使用 HttpRequestTool、McpTrigger 等节点。 高性能建筑数据库 MCP 服务器

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "UiirRcdbiciyA3At",
  "meta": null,
  "name": "高性能建筑数据库 MCP 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "1001d85b-8bae-439d-9d47-718818415028",
      "name": "设置说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1400,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1020,
        "content": "### ⚙️ 设置说明"
      },
      "typeVersion": 1
    },
    {
      "id": "ce5f7b45-3950-4f76-8f6f-6254a63c0a23",
      "name": "工作流概览",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 820,
        "content": "## 🛠️ 高性能建筑数据库 MCP 服务器 ✅ 2 个操作"
      },
      "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": "## 项目"
      },
      "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"
      },
      "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": {
    "List Projects": {
      "ai_tool": [
        [
          {
            "node": "High Performance Building Database MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Project Details": {
      "ai_tool": [
        [
          {
            "node": "High Performance Building Database MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

这是一个中级难度的工作流,适用于Engineering、AI RAG等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 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 上查看 →

分享此工作流