mcp-hyperautomation
Verified Safeby pr0xc3nt4ur1
Overview
The Hyperautomation MCP Server bridges LLM clients and HA workflows for dynamic security orchestration through natural language interactions in a SOAR-like fashion.
Installation
uv run python server/server.py --transport stdioEnvironment Variables
- GOOGLE_CLOUD_PROJECT
- BIGQUERY_DATASET_ID
- BIGQUERY_TABLE_ID
- CREDENTIALS_FILE
Security Notes
The server uses environment variables for sensitive configurations (e.g., Google Cloud credentials path), which is good practice. It does not employ 'eval' or other obviously dangerous functions. External agents are contacted via configurable webhook endpoints. The primary security risks lie in the secure configuration and storage of the Google Cloud service account JSON key file and the security of the external HyperAutomation webhooks.
Similar Servers
ha-mcp
Provides AI agents with complete control over Home Assistant via REST and WebSocket APIs, offering a comprehensive suite of tools for smart home management, automation, and debugging.
falcon-mcp
An MCP server providing AI agents programmatic access to CrowdStrike Falcon platform capabilities for intelligent security analysis and automation, integrating threat detection, incident response, and vulnerability management into agentic workflows.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
Reversecore_MCP
Provides a Micro-Agent Control Protocol (MCP) server that wraps various reverse engineering CLI tools and libraries, enabling AI agents to perform binary analysis, malware analysis, and vulnerability research through natural language commands.