Skip to main content
Glama
johnagan

BuildingLink MCP Server

by johnagan

BuildingLink MCP Server

This is a MCP server for BuildingLink. It enables you to collect your LLM to data from BuildingLink.

Resources

This MCP server exposes the following tools:

Tool

Description

getOccupant

The logged in occupant's profile

getVendors

A list of preferred vendors

getToken

The token of the used logged in

getBuildings

The buildings (properties) associated with the logged in user

getUser

The logged in user's BuildingLink profile

getDeliveries

A list of all deliveries for the logged in user

getLibrary

A list of all library items for the logged in user and building

getAnnouncements

A list of all announcements for the logged in user and building

getEvents

A list of all events for the logged in user and building

Related MCP server: mcp-server-collector

Host Configuration

The MCP server is configured in the mcpServers section of the host configuration file.

The username and password should be the same that's used to login to the BuildingLink website.

{
  "mcpServers": {
    "buildinglink": {
      "command": "npx",
      "args": ["-y", "johnagan/buildinglink-mcp"],
      "env": {
        "BUILDINGLINK_USERNAME": "your-username",
        "BUILDINGLINK_PASSWORD": "your-password"
      }
    }
  }
}
A
license - permissive license
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…

  • MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

View all MCP Connectors

Latest Blog Posts

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