beehive-mcp-server
If you are the rightful owner of beehive-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Beehive MCP Server is a Model Context Protocol server designed to integrate AI assistants with the Beehive automation system, enabling event-driven automation management.
The Beehive MCP Server is a specialized server that implements the Model Context Protocol (MCP) to facilitate interaction between AI assistants and the Beehive automation system. Beehive is a versatile platform that allows users to create automated workflows by connecting various services through events and actions. The MCP server acts as a bridge, providing AI assistants with the tools needed to manage and configure these workflows. By leveraging the capabilities of Beehive, users can automate tasks such as reposting social media content, forwarding messages, controlling smart home devices, and more. The server supports both stdio and HTTP transport, making it compatible with various MCP clients, including Cline. With a focus on modularity and flexibility, the Beehive MCP Server empowers users to create sophisticated automation flows tailored to their specific needs.
Features
- Integration with Beehive: Seamlessly connect AI assistants with the Beehive automation system.
- Event-Driven Automation: Manage and configure event-driven workflows using AI tools.
- Modular and Flexible: Supports a wide range of automation scenarios with customizable plugins.
- Secure Access: Options for securing Beehive in production environments.
- Compatibility: Works with various MCP clients, including Cline, using stdio transport.
Tools
list_hives
List all available Hives (plugins).
get_hive_details
Get detailed information about a specific Hive.
list_bees
List all configured Bees (instances of Hives).
get_bee
Get details of a specific Bee.
create_bee
Create a new Bee instance.
update_bee
Update an existing Bee.
delete_bee
Delete a Bee instance.
list_chains
List all configured Chains.
get_chain
Get details of a specific Chain.
create_chain
Create a new Chain connecting events to actions.
update_chain
Update an existing Chain.
delete_chain
Delete a Chain.
trigger_action
Manually trigger an action on a Bee.