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"
      }
    }
  }
}
-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnagan/buildinglink-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server