Skip to main content
Glama

BuildingLink MCP Server

by johnagan

BuildingLink MCP 服务器

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

资源

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

工具

描述

getOccupant

已登录住户的个人资料

getVendors

首选供应商列表

getToken

已登录用户的token

getBuildings

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

getUser

已登录用户的 BuildingLink 个人资料

getDeliveries

登录用户的所有送货清单

getLibrary

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

getAnnouncements

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

getEvents

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

主机配置

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器可以从 BuildingLink 收集数据,提供对居住者资料、供应商、交付、图书馆物品、公告和其他与建筑相关的信息的访问。

  1. 资源
    1. 主机配置

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        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.
        Last updated -
        1
        4
        MIT License
      • A
        security
        A
        license
        A
        quality
        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.
        Last updated -
        1
        6
        MIT License
      • -
        security
        A
        license
        -
        quality
        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.
        Last updated -
        0
        3
        MIT License

      View all related MCP servers

      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