A paid remote MCP that adds human approval checkpoints to AI agent browser automation workflows. It exposes four tools: request_page_approval to ask for permission before navigating or interacting with pages, read_session_state to check approval status, submit_approval_result to record decisions, and export_approval_receipt to pull audit logs and usage records. Authentication is token based via bearer header. Useful when you need governance over autonomous browsing, want receipts for compliance, or are running agents in production environments where unchecked web access is a liability. Streamable HTTP transport means it works with any MCP client that supports remote servers.
Hosted MCP for AI agent browser approval MCP.
AutoBrowser Approval Cloud is a paid remote MCP endpoint for AI agent browser approval MCP. It exposes structured JSON tools, a public server card, token-based access, usage receipts, and audit-ready workflow evidence for AI agents and coding teams.
com.clauxel.autobrowserapproval/autobrowserapproval-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.
request_page_approvalread_session_statesubmit_approval_resultexport_approval_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use