Skip to main content
Glama
johnagan

BuildingLink MCP Server

by johnagan

BuildingLink MCP 服务器

这是 BuildingLink 的 MCP 服务器。它允许您从 BuildingLink 收集您的 LLM 数据。

资源

该 MCP 服务器公开以下工具:

工具

描述

getOccupant

已登录住户的个人资料

getVendors

首选供应商列表

getToken

已登录用户的token

getBuildings

与登录用户相关的建筑物(属性)

getUser

已登录用户的 BuildingLink 个人资料

getDeliveries

登录用户的所有送货清单

getLibrary

登录用户和建筑物的所有图书馆物品列表

getAnnouncements

登录用户和建筑物的所有公告列表

getEvents

登录用户和建筑物的所有事件列表

Related MCP server: mcp-server-collector

主机配置

MCP 服务器在主机配置文件的mcpServers部分进行配置。

用户名和密码应与登录 BuildingLink 网站时使用的用户名和密码相同。

{
  "mcpServers": {
    "buildinglink": {
      "command": "npx",
      "args": ["-y", "johnagan/buildinglink-mcp"],
      "env": {
        "BUILDINGLINK_USERNAME": "your-username",
        "BUILDINGLINK_PASSWORD": "your-password"
      }
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
    13 npm
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
    1
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
    11 npm
    3
    MIT