A hosted service that sits between your MCP client and remote OAuth-protected servers to review and approve permission scopes before tokens get issued. You call tools like inspect_oauth_scope_risk to analyze what a server is requesting, request_scope_approval to route decisions through your approval workflow, and issue_consent_receipt to generate audit trails. It validates server policies against your requirements and exports scope audits for compliance reviews. Reach for this when you're connecting to third-party MCP servers and need governance over what permissions they can request from your OAuth provider. Requires a paid subscription and uses streamable HTTP transport with bearer token authentication.
Review OAuth scopes for remote MCP servers before tokens are granted.
Paid remote MCP for OAuth scope risk inspection, approval routing, consent receipts, server policy validation, and scope audit exports.
com.clauxel.mcpoauthscopegate/mcpoauthscopegate-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.
inspect_oauth_scope_riskrequest_scope_approvalissue_consent_receiptvalidate_server_scope_policyexport_scope_auditThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.