
Autobrowserapproval MCP
- Updated May 25, 2026
- clauxel/autobrowser-approval-cloud-mcp
AutoBrowser Approval Cloud is a MCP server that issues AI agent browser approval verdicts with receipts and usage logs over a paid remote MCP endpoint.
About
AutoBrowser Approval Cloud is a paid remote MCP service that sits in front of AI agent browser automation and returns approval verdicts, structured receipts, and usage logs. Developers wiring Claude Code, Cursor, or Codex to real browsers use it at Ship when unchecked navigation, form submits, or checkout flows would be reckless without a policy layer. The endpoint is streamable-HTTP with a Bearer token from Clauxel’s product site; tools are oriented toward approval MCP semantics rather than driving Playwright directly. It complements local browser drivers by documenting what was approved or denied. Read the server card for exact tool names; the public registry text focuses on verdicts, receipts, and usage logging for agent browser approval workflows.
- AutoBrowser Approval Cloud remote MCP for AI agent browser decisions
- Returns verdicts plus structured receipts and usage logs
- Paid streamable-HTTP endpoint with Bearer authorization
- Tags include ai-agent-browser-approval-mcp and agent-tools
- Server card and GitHub autobrowser-approval-cloud-mcp
Autobrowserapproval MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http autobrowserapproval-mcp https://autobrowserapproval.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 25, 2026 |
| Repository | clauxel/autobrowser-approval-cloud-mcp ↗ |
What it does
Send AI agent browser actions through a paid approval MCP that returns verdicts, receipts, and usage logs before clicks and navigation execute.
Who is it for?
Best when you're enabling agent-controlled browsers and need a paid approval layer with auditable verdicts and usage logs.
Skip if: Static sites or CLI-only agents with no browser automation risk profile.
What you get
After you connect the remote MCP, browser-bound agent steps can receive explicit verdicts and logged receipts before or as actions proceed.
- Approval or denial verdicts for browser operations
- Structured receipts tied to agent browser requests
- Usage logs accessible via the remote MCP service
By the numbers
- Version 1.0.0
- One streamable-HTTP remote at autobrowserapproval.clauxel.com/mcp
- Authorization Bearer header documented in registry
README.md
AutoBrowser Approval Cloud
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.
Public Endpoints
- Website: https://autobrowserapproval.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r25
- MCP endpoint: https://autobrowserapproval.clauxel.com/mcp
- Server card: https://autobrowserapproval.clauxel.com/.well-known/mcp/server-card.json
- Registry name:
com.clauxel.autobrowserapproval/autobrowserapproval-mcp
Access
This 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.
Tools
request_page_approvalread_session_statesubmit_approval_resultexport_approval_receipt
Quick Start
- Open the website and choose a plan.
- Create or request an API token.
- Add the endpoint to an MCP client that supports Streamable HTTP remote servers.
- Send JSON-RPC requests with the bearer token.
Useful Links
- Product page: https://autobrowserapproval.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r25
- Pricing: https://autobrowserapproval.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r25#pricing
- Server card: https://autobrowserapproval.clauxel.com/.well-known/mcp/server-card.json
- MCP endpoint: https://autobrowserapproval.clauxel.com/mcp
Status
This repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
Recommended MCP Servers
How it compares
Paid browser-approval remote MCP, not a free local Playwright skill or generic web scraper integration.
FAQ
Who is AutoBrowser Approval Cloud for?
Developers shipping agent-driven browser automation who want centralized approval verdicts and usage logging.
When should I use AutoBrowser Approval Cloud?
Use it at Ship when your agent can act on live web UIs and you need security-style gates with receipts.
How do I add AutoBrowser Approval Cloud to my agent?
Register https://autobrowserapproval.clauxel.com/mcp in your MCP config and set the Authorization header to a Bearer token from the product website.