This is a paid remote MCP that sits in front of AI Studio Workspace operations and requires approval before certain actions execute. It exposes five tools: checking workspace changes, approving model runs, estimating AI Studio spend, issuing structured receipts, and exporting audit logs. You'd use this when you need a governance layer over collaborative AI workflows, especially in teams where spending or model execution needs sign-off before it happens. Authentication is bearer token based, and it runs over streamable HTTP so you don't host anything yourself. The receipts and audit exports give you reviewer-ready evidence trails for compliance or internal reviews.
AI Studio Workspace approval gate MCP with structured receipts.
Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and reviewer-ready evidence.
com.clauxel.aistudioworkspaceapproval/aistudioworkspaceapproval-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_workspace_changeapprove_model_runestimate_ai_studio_spendissue_workspace_receiptexport_workspace_auditThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.