buildinglink-mcp

buildinglink-mcp

3.5

BuildingLink MCP Server enables integration with BuildingLink data for LLM applications.

Top Comments

The BuildingLink MCP Server is designed to facilitate seamless integration with BuildingLink's data services, allowing users to access and manage various data points related to their properties and profiles. This server acts as a bridge between BuildingLink's data and your applications, providing a structured way to retrieve and manipulate information such as user profiles, vendor lists, building details, and more. By leveraging the MCP server, users can enhance their applications with real-time data from BuildingLink, improving functionality and user experience.

Features

  • Seamless integration with BuildingLink data services.
  • Access to user profiles, vendor lists, and building details.
  • Real-time data retrieval for enhanced application functionality.
  • Structured data management for improved user experience.
  • Secure access using BuildingLink credentials.

MCP Tools

  • 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

Usage with Different Platforms

host_configuration


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