Skip to main content
Glama
johnagan

BuildingLink MCP Server

by johnagan

BuildingLink MCP サーバー

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

リソース

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

道具

説明

getOccupant

ログインした居住者のプロフィール

getVendors

優先ベンダーのリスト

getToken

ログインに使用されたトークン

getBuildings

ログインしたユーザーに関連付けられた建物(物件)

getUser

ログインしたユーザーのBuildingLinkプロフィール

getDeliveries

ログインしたユーザーのすべての配送のリスト

getLibrary

ログインしたユーザーと建物のすべてのライブラリアイテムのリスト

getAnnouncements

ログインしたユーザーと建物のすべてのお知らせのリスト

getEvents

ログインしたユーザーと建物のすべてのイベントのリスト

Related MCP server: mcp-server-collector

ホスト構成

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

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

{
  "mcpServers": {
    "buildinglink": {
      "command": "npx",
      "args": ["-y", "johnagan/buildinglink-mcp"],
      "env": {
        "BUILDINGLINK_USERNAME": "your-username",
        "BUILDINGLINK_PASSWORD": "your-password"
      }
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    13 npm
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    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.
    1
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    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.
    11 npm
    3
    MIT