hve-squad MCP server
Related Servers
Alternatives to hve-squad MCP server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.53-
- AlicenseAqualityAmaintenanceAn MCP server that exposes governance, trust-scoring, compliance, guardrail, cost, drift, and supply-chain scanning tools and resources to any MCP client over stdio, Streamable HTTP, or legacy HTTP+SSE. It lets agents route every tool call through a deterministic five-way decision (allow, redact, require approval, deny, or quarantine) with hash-chained evidence, human approval workflows, and in-agent trust gates for LangChain, LangGraph, and Google ADK.301MIT
- FlicenseAqualityCmaintenanceAn MCP server that exposes tools for sub-agent style reasoning across multiple LLM providers, enabling delegation of prompts to various models and running critique loops, debates, red-teaming, and answer ranking.6-
- FlicenseNot gradedqualityBmaintenanceMCP server that enables an agent to spawn sub-agents (a crew) via a local tool, allowing delegation of large tasks to parallel workers with a human approval gate and efficient token usage.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that turns multiple AI coding agents into a coordinated team that chats, debates, remembers, audits security, and works in parallel on the same project.MIT
- AlicenseDqualityCmaintenanceThe intelligent execution layer for coding agents, exposed as an MCP server for high-stakes engineering projects. It enables AI agents to manage plans, tasks, and integrations via tool calls.25MIT
TDQS
Scored across 6 tools
Each stage tool focuses on a distinct phase (research, plan, review, architect) and the descriptions provide clear 'use for' cues. The main overlap risk is between squad_review and squad_architect, or between a stage tool and squad_run, but the intended scope is made explicit enough for an agent to select correctly.
All tools follow a consistent squad_<action> pattern in lowercase snake_case. The verbs (research, plan, review, architect, run, federate) are uniform in style, even if 'architect' is used as a verb, and the prefix makes the family relationship obvious.
Six tools is well within the ideal range for a workflow-orchestration server. Each tool covers a distinct stage or meta-operation, and there is no obvious bloat or redundancy; the count feels properly scoped for the stated purpose.
The tool set covers research, planning, review, architecture, the full pipeline, and federation setup. However, the squad_run description mentions an 'Implement' stage that has no corresponding standalone tool, which is a minor gap if a caller wants to run only that phase. Overall core workflows are still complete.