Skip to main content
Glama

BuildingLink MCP Server

by johnagan

MCP-сервер BuildingLink

Это сервер MCP для BuildingLink. Он позволяет вам собирать данные LLM из BuildingLink.

Ресурсы

Этот сервер MCP предоставляет следующие инструменты:

Инструмент

Описание

getOccupant

Профиль вошедшего в систему жильца

getVendors

Список предпочтительных поставщиков

getToken

Токен использованного вошедшего в систему

getBuildings

Здания (объекты недвижимости), связанные с вошедшим в систему пользователем

getUser

Профиль BuildingLink вошедшего в систему пользователя

getDeliveries

Список всех доставок для вошедшего в систему пользователя

getLibrary

Список всех элементов библиотеки для вошедшего в систему пользователя и здания

getAnnouncements

Список всех объявлений для вошедшего в систему пользователя и здания

getEvents

Список всех событий для вошедшего в систему пользователя и здания

Конфигурация хоста

Сервер MCP настраивается в разделе mcpServers файла конфигурации хоста.

Имя пользователя и пароль должны быть такими же, как и для входа на сайт BuildingLink.

{ "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, который позволяет собирать данные из BuildingLink, предоставляя доступ к профилям жильцов, поставщикам, поставкам, библиотечным материалам, объявлениям и другой информации, связанной со зданием.

  1. Ресурсы
    1. Конфигурация хоста

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
        Last updated -
        1
        4
        MIT License
      • 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
        6
        MIT License
      • -
        security
        A
        license
        -
        quality
        MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
        Last updated -
        0
        3
        MIT License

      View all related MCP servers

      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