A paid remote MCP that enforces explicit state transitions in AI agent workflows. It exposes four tools: check_state_transition, explain_blocked_action, suggest_next_states, and export_transition_receipt. Every call returns structured JSON receipts and logs suitable for auditing. You authenticate with a bearer token, point your MCP client at the streamable HTTP endpoint, and get transition verdicts before your agent proceeds with work. Reach for this when you need guardrails around agent state changes and want an audit trail of every transition decision without hosting your own validation layer.
Make every agent transition explicit before work continues.
Statewright Transition Gate is a paid hosted remote MCP for Statewright. It exposes Streamable HTTP tool calls, bearer-token access, public server-card metadata, usage logs, and receipt-oriented JSON for AI agent workflows.
com.clauxel.statewrightgate/statewrightgate-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_state_transitionexplain_blocked_actionsuggest_next_statesexport_transition_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.