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

  1. Accounts — email and password sign-up with bot protection, password reset, and TOTP two-factor authentication.
  2. Workspaces — every user gets a workspace (the tenant boundary). Users can belong to several and switch between them.
  3. Teams — owners invite teammates by email with a role: viewer, editor, or owner.
  4. Billing — signup starts a 14-day trial. Upgrading runs through Stripe Checkout; entitlements gate features and limits per plan.
  5. Developer platform — an OAuth 2.0-protected REST API, an MCP server for AI assistants, and outbound webhooks.

Where to go next