beehive-mcp-server

beehive-mcp-server

3.2

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

  1. list_hives

    List all available Hives (plugins).

  2. get_hive_details

    Get detailed information about a specific Hive.

  3. list_bees

    List all configured Bees (instances of Hives).

  4. get_bee

    Get details of a specific Bee.

  5. create_bee

    Create a new Bee instance.

  6. update_bee

    Update an existing Bee.

  7. delete_bee

    Delete a Bee instance.

  8. list_chains

    List all configured Chains.

  9. get_chain

    Get details of a specific Chain.

  10. create_chain

    Create a new Chain connecting events to actions.

  11. update_chain

    Update an existing Chain.

  12. delete_chain

    Delete a Chain.

  13. trigger_action

    Manually trigger an action on a Bee.