HiveFlow MCP Server
OfficialRelated Servers
Alternatives to HiveFlow MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to manage Flow Relay projects, generate handoffs and insights, and interact with integrations like Discord through natural language.18222 npmAGPL 3.0
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Automatisch workflow automation platform, allowing them to create, manage, and monitor workflows, connections, and executions through natural language commands.102 npm7MIT
- AlicenseNot gradedqualityDmaintenanceA universal AI API orchestrator that connects to 17+ services (Stripe, Slack, GitHub, etc.) and enables natural language task execution, multi-step automation, and complex orchestration across them without coding.228 npm1MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to over 30 business tools like Gmail, Slack, and Airtable through a single unified interface. It enables users to perform actions across multiple platforms using natural language without managing individual API integrations.9 npmMIT

toflow MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to access toflow.ai workspace for prospecting, multi-channel outreach (email, LinkedIn, WhatsApp), sequences, enrichment, CRM, and AI automations.6MIT- AlicenseNot gradedqualityBmaintenanceEnables building and running visual workflows conversationally inside Claude, orchestrating your existing connector tools step-by-step without storing credentials or owning integrations.4 npmMIT
TDQS
Scored across 9 tools
Each tool has a distinct purpose with clear boundaries: create_flow vs. get_flow vs. list_flows for flow management, create_mcp_server vs. list_mcp_servers for server registration, and execute_flow vs. pause_flow vs. resume_flow for flow execution control. No overlap or ambiguity exists between tools.
All tools follow a consistent verb_noun naming pattern (e.g., create_flow, list_flows, pause_flow) using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention.
With 9 tools, the server is well-scoped for managing workflows and MCP servers in HiveFlow. Each tool serves a clear function, and the count is neither too sparse nor bloated, fitting typical expectations for a domain-specific server.
The toolset covers core CRUD and lifecycle operations for flows (create, get, list, execute, pause, resume) and MCP servers (create, list), with get_flow_executions providing execution history. A minor gap exists in updating or deleting flows/servers, but agents can work around this for most workflows.