Socket
Book a DemoInstallSign in
Socket

buildinglink-mcp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildinglink-mcp

MCP server for BuildingLink

1.0.15
latest
Source
npmnpm
Version published
Weekly downloads
7
600%
Maintainers
1
Weekly downloads
 
Created
Source

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:

ToolDescription
getOccupantThe logged in occupant's profile
getVendorsA list of preferred vendors
getTokenThe token of the used logged in
getBuildingsThe buildings (properties) associated with the logged in user
getUserThe logged in user's BuildingLink profile
getDeliveriesA list of all deliveries for the logged in user
getLibraryA list of all library items for the logged in user and building
getAnnouncementsA list of all announcements for the logged in user and building
getEventsA list of all events for the logged in user and building

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",
        "BUILDINGLINK_API_KEY": "buildinglink-api-key",
        "BUILDINGLINK_SUBSCRIPTION_KEY": "buildinglink-ocp-apim-subscription-key"
      }
    }
  }
}

Keywords

buildinglink

FAQs

Package last updated on 04 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.