BuildingLink MCP Server

by johnagan

これはBuildingLink用のMCPサーバーです。BuildingLinkからLLMデータを収集できます。

リソース

この MCP サーバーは次のツールを公開します。

道具説明
getOccupantログインした居住者のプロフィール
getVendors優先ベンダーのリスト
getTokenログインに使用されたトークン
getBuildingsログインしたユーザーに関連付けられた建物(物件)
getUserログインしたユーザーのBuildingLinkプロフィール
getDeliveriesログインしたユーザーのすべての配送のリスト
getLibraryログインしたユーザーと建物のすべてのライブラリアイテムのリスト
getAnnouncementsログインしたユーザーと建物のすべてのお知らせのリスト
getEventsログインしたユーザーと建物のすべてのイベントのリスト

ホスト構成

MCP サーバーは、ホスト構成ファイルのmcpServersセクションで構成されます。

ユーザー名とパスワードは、BuildingLink Web サイトにログインするときに使用するものと同じである必要があります。

{ "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.

BuildingLink からのデータ収集を可能にし、居住者のプロファイル、ベンダー、配送、ライブラリ アイテム、アナウンス、およびその他の建物関連情報へのアクセスを提供する MCP サーバー。

  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