Skip to main content
Glama

BuildingLink MCP Server

by johnagan

BuildingLink MCP サーバー

これは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

      • -
        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