BuildingLink MCP Server

by johnagan

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" } } } }
-
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.

MCP server that enables collection of data from BuildingLink, providing access to occupant profiles, vendors, deliveries, library items, announcements, and other building-related information.

  1. Resources
    1. Host Configuration

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A MCP Server used to collect MCP Servers over the internet.
        Last updated -
        3
        18
        Python
        • Apple
      • 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
        4
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
        Last updated -
        1
        Python
      • -
        security
        F
        license
        -
        quality
        An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
        Last updated -
        2
        JavaScript
        • Apple

      View all related MCP servers

      ID: 9ueos3c69d