BuildingLink MCP Server
@johnagan
BuildingLink MCP Server について
MCP server for BuildingLink
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"buildinglink": {
"command": "npx",
"args": [
"-y",
"johnagan/buildinglink-mcp"
],
"env": {
"BUILDINGLINK_USERNAME": "your-username",
"BUILDINGLINK_PASSWORD": "your-password"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is BuildingLink MCP Server?
The BuildingLink MCP Server is a Model Context Protocol server that enables connecting an LLM to data from the BuildingLink property management platform. It is intended for users who want to query their BuildingLink account information—such as occupant profiles, vendors, deliveries, announcements, and events—directly through an LLM-powered tool.
How to use BuildingLink MCP Server?
Install the server by adding it to the mcpServers section of your MCP host configuration file. Set the environment variables BUILDINGLINK_USERNAME and BUILDINGLINK_PASSWORD with your BuildingLink website login credentials. The server is invoked via npx -y johnagan/buildinglink-mcp.
Key features of BuildingLink MCP Server?
- Retrieves the logged-in occupant’s profile
- Lists preferred vendors for the user
- Accesses the current user’s authentication token
- Lists buildings (properties) associated with the user
- Gets the logged-in user’s full BuildingLink profile
- Returns deliveries, library items, announcements, and events
Use cases of BuildingLink MCP Server?
- Querying personal BuildingLink data through a conversational AI
- Automating retrieval of recent deliveries or announcements
- Checking vendor lists or upcoming events without logging into the web portal
- Integrating BuildingLink data into a larger LLM-powered workflow
FAQ from BuildingLink MCP Server
What tools does BuildingLink MCP Server expose?
It exposes nine tools: getOccupant, getVendors, getToken, getBuildings, getUser, getDeliveries, getLibrary, getAnnouncements, and getEvents. Each returns relevant data from the user’s BuildingLink account.
What credentials are required to use the server?
The server requires a BuildingLink username and password, provided via the BUILDINGLINK_USERNAME and BUILDINGLINK_PASSWORD environment variables. These should be the same credentials used to log into the BuildingLink website.
How is the server configured in an MCP host?
The server is configured in the mcpServers section of the host configuration file. The command is npx -y johnagan/buildinglink-mcp, and environment variables for credentials are set in the env object.
Does the server require any runtime dependencies?
The server is run via npx, so Node.js must be installed. No additional dependencies are mentioned.
What kind of data can the server access?
It can access occupant profiles, vendor lists, authentication tokens, building associations, user profiles, deliveries, library items, announcements, and events—all scoped to the logged-in user and their associated building.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント