BuildingLink MCP Server

by johnagan

这是 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

      • A
        security
        F
        license
        A
        quality
        A MCP Server used to collect MCP Servers over the internet.
        Last updated -
        3
        18
        Python
        • Apple
      • 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
        4
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
        Last updated -
        1
        Python
      • -
        security
        F
        license
        -
        quality
        An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
        Last updated -
        2
        JavaScript
        • Apple

      View all related MCP servers

      ID: 9ueos3c69d