Plus
$20/mo
For developers running one or more MCP servers behind a stable HTTPS endpoint.
- Per-user MCP server runtime, isolated by Clerk userId
- Bring your own command and args, bearer token per server
- Idle-timeout child processes to free memory
- Audit log of every JSON-RPC call
- Rate limited at 120 requests per minute per user
What is included
Plus vs hosted alternatives
| HTTPS endpoint | included |
| Per-user isolation | included |
| Bearer tokens | included |
| Audit log | included |
| Rate limit | 120 / min |
v0.1 isolation is process-level. Per-tenant containerization is on the roadmap.
FAQ
Is there a free plan?
No. MCPaaS is paid only. The Plus plan is $20 per month and includes the hosted runtime, per-user isolation, and the dashboard.
What does the runtime do?
It wraps any stdio MCP server in an HTTPS JSON-RPC endpoint, scoped to your Clerk user id. Bring your own command and args. A bearer token is issued per server.
What are the rate limits?
120 requests per minute per user. Children are idled out to free memory and audit logs are kept for every JSON-RPC call.
How is isolation handled?
v0.1 is process-level only. Children share the host kernel and filesystem. Per-tenant containerization is on the roadmap. Do not run untrusted server commands.
How do I cancel?
From your account. Servers are stopped on cancellation and audit logs remain readable for 30 days.