
Statewrightgate Mcp
Validate Statewright state-machine transitions through a remote MCP so agents get explicit transition verdicts and audit JSON before you rely on new state logic in production.
Overview
Statewright Transition Gate MCP is a MCP server for the Ship phase that checks Statewright state transitions and returns verdicts, receipts, usage logs, and audit-ready JSON.
What is this MCP server?
- Statewright Transition Gate MCP returns verdicts, receipts, usage logs, and audit-ready JSON
- Paid remote MCP at statewrightgate.clauxel.com/mcp (streamable-http, Bearer auth)
- Publisher tags: statewrightgate, statewright, remote-mcp, paid-mcp, agent-tools
- Server card URL statewrightgate.clauxel.com/server-card.json for registry discovery
- Open reference: clauxel/statewright-transition-gate-mcp on GitHub
- Registry version 1.0.0
- 1 streamable-http remote
- Title: Statewright Transition Gate
What problem does it solve?
Stateful features break when illegal transitions slip through agent-generated code because there is no MCP-native transition gate with auditable results.
Who is it for?
Solo builders using Statewright or similar state-machine discipline who want remote transition gates inside agent-driven test loops.
Skip if: CRUD apps with no explicit state machine, or teams that need only free local unit tests without paid remote MCP.
What do I get? / Deliverables
Transition checks return structured verdicts and receipts so your agent can block bad state changes before release.
- Transition gate verdicts with structured receipts
- Usage logs and audit-ready JSON for state change reviews
- Integrated remote MCP endpoint for Statewright checks
Recommended MCP Servers
Journey fit
State transition gates are exercised when you test behavioral correctness before release, which maps to Ship testing even if states were modeled during Build. Testing subphase is where transition validity checks belong as automated gates rather than ad-hoc agent guesses about state graphs.
How it compares
State transition validation MCP with audit receipts, not a generic test runner skill or workflow diagram tool.
Common Questions / FAQ
Who is Statewright Transition Gate MCP for?
Developers shipping stateful SaaS or APIs who use Statewright and want agents to invoke a remote transition gate with logged verdicts.
When should I use Statewright Transition Gate MCP?
Use it during Ship testing when adding or changing states and transitions and you need pass/fail evidence before merge or deploy.
How do I add Statewright Transition Gate MCP to my agent?
Configure https://statewrightgate.clauxel.com/mcp as streamable-http remote MCP and set Authorization to Bearer token from the Clauxel product website.