A paid remote service that enforces specification-driven acceptance gates during development. It exposes five tools: check_spec_acceptance, map_diff_to_requirements, verify_acceptance_evidence, issue_acceptance_receipt, and export_acceptance_audit. You'd use this when you need formal proof that code changes satisfy documented requirements, complete with structured receipts and audit trails for compliance or review processes. Requires a bearer token from the product site and works over streamable HTTP transport. Think of it as a compliance layer that sits between your diffs and your merge button, generating reviewer-ready evidence that specifications were actually met rather than just claimed.
spec driven development acceptance gate MCP with structured receipts.
Paid remote MCP for spec driven development acceptance gate MCP, structured receipts, audit logs, and reviewer-ready evidence.
com.clauxel.speckitacceptance/speckitacceptance-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
check_spec_acceptancemap_diff_to_requirementsverify_acceptance_evidenceissue_acceptance_receiptexport_acceptance_auditThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.