Adds a control layer between AI agents and browser-based purchases. Exposes four tools: evaluate_purchase runs pre-buy approval checks against spend thresholds, record_approval logs transaction decisions, list_budget_alerts surfaces active spending warnings, and export_purchase_receipt generates audit trails. This is a paid remote service over streamable HTTP, so you'll need a bearer token from the product site. Reach for this when you're letting Claude buy things through a browser and want approval gates, merchant verification, risk flags, or compliance receipts before transactions go through. The server itself is closed source, this repo just holds the public docs and registry card.
Approval receipts for AI browser purchases.
Paid remote MCP for AI browser purchase approval checks, spend thresholds, merchant evidence, risk notes, and audit receipts.
com.clauxel.browserspendguard/browserspendguard-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.
evaluate_purchaserecord_approvallist_budget_alertsexport_purchase_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