Skip to content

Would your users pay for hosted browser automation? Here's how to add billing in 5 minutes #1537

@TombStoneDash

Description

@TombStoneDash

The opportunity

Playwright MCP is one of the most-used MCP servers. Every agent using it to scrape, test, or automate browsers is consuming real compute resources — but there's no way to charge for it.

The question

Would your users (or third-party hosted instances) benefit from per-session billing? For example:

  • Free tier: 100 browser sessions/month
  • Paid: $0.01-0.05 per session
  • Enterprise: custom pricing

How it works

Agent Bazaar provides MCP billing infrastructure. No code changes to your MCP server:

```bash

Register your server (2 minutes)

curl -X POST https://noui.bot/api/bazaar/register-provider
-H "Content-Type: application/json"
-d '{"name":"Playwright MCP","email":"you@example.com","endpoint_url":"https://your-server.com"}'
```

What you get:

  • Per-session metering (sub-cent precision)
  • Stripe Connect payouts (keep 90%)
  • Usage dashboard + signed receipts
  • Listed in the provider marketplace

Links

Not a pitch — genuinely curious if billing is on the roadmap for hosted Playwright MCP instances.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions