spec-gate
Related Servers
Alternatives to spec-gate
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceProvides MCP tools for lead qualification, enabling evidence gathering from CRM, scoring, and knowledge base with role-based access and deterministic decision gating.4AGPL 3.0
- AlicenseAqualityCmaintenanceExposes the squad-dev workflow as deterministic MCP tools, enabling task classification, risk scoring, specialist reviewer selection, and advisory verdict consolidation for code changes.2743 npm4Apache 2.0
- FlicenseNot gradedqualityDmaintenanceProvides lightweight documentation review tools including issue detection, readability scoring, style checking, and document summarization for integration with MCP-compatible clients.-
- AlicenseNot gradedqualityCmaintenanceEvidence-first delivery audit MCP server that evaluates task requirements against delivery evidence and returns a reproducible pass/needs_review/fail decision with a deterministic receipt.MIT
- AlicenseNot gradedqualityDmaintenanceProvides MCP tools for edge-based pharmaceutical shipment disposition decisions, returning release, review, or quarantine outcomes while recording every decision in a tamper-evident, hash-chained audit trail.Academic Free v1.1
- FlicenseNot gradedqualityCmaintenanceMCP server that enforces governance on agentic decisions with auditable evidence records, providing tools for understanding, calibrating confidence, and navigating handoffs based on policy.1-
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: score_request evaluates and returns a verdict, while write_record persists the decision. No overlap in functionality or ambiguity in selection.
Both tools follow a consistent verb_noun pattern (score_request, write_record), making the naming predictable and easy to infer for an agent.
With only 2 tools, the server feels thin for a domain like spec gating, but the tools cover the core workflow (scoring and recording). It's borderline but not unreasonable for a narrow purpose.
The tool set covers scoring and storing decisions but lacks obvious operations like retrieving past records or updating profiles. These gaps are notable but can be worked around for the primary gating use case.