What is MCP Gateway?
MCP Gateway is the placeholder product that ships with this B2B SaaS boilerplate. Replace this page with a plain-English overview of what your product does and who it's for.
Even before you build your domain, MCP Gateway is a working application: people can sign up, create a workspace, invite teammates, start a trial, upgrade to a paid plan, and connect over the API.
What works out of the box
- Accounts — email and password sign-up with bot protection, password reset, and TOTP two-factor authentication.
- Workspaces — every user gets a workspace (the tenant boundary). Users can belong to several and switch between them.
- Teams — owners invite teammates by email with a role: viewer, editor, or owner.
- Billing — signup starts a 14-day trial. Upgrading runs through Stripe Checkout; entitlements gate features and limits per plan.
- Developer platform — an OAuth 2.0-protected REST API, an MCP server for AI assistants, and outbound webhooks.
Where to go next
- Creating your account — the signup flow, step by step
- Setting up your first workspace — naming, logo, timezone
- Inviting team members — roles and invitations
- Plans and billing — trials, upgrades, and the customer portal
- API overview — authentication and your first request