buildinglink-mcp
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"
}
}
}
}
Related MCP Servers
View all customer_data_platforms servers →mcp-hubspot
by peakmojo
HubSpot MCP Server is a protocol server designed to seamlessly integrate AI assistants with HubSpot CRM, providing direct access to CRM data. It features vector storage for semantic searches and robust error handling, ensuring smooth CRM operations.
woocommerce-mcp-server
by techspawn
This project is a Model Context Protocol server that integrates with WooCommerce through the WordPress REST API. It offers comprehensive management tools for various e-commerce operations, supporting features like orders and product management via JSON-RPC 2.0.
salesforce-mcp-server
by kablewy
Salesforce MCP Server is a Model Context Protocol server designed to interact with Salesforce via its REST API using jsforce. It offers functionalities like executing SOQL queries, managing records, and retrieving object metadata while ensuring secure authentication and real-time data access.