Quickstart
This guide walks you through the minimal steps to see LightNow in action:
- Create a user account
- Explore the public MCP registry
- Upgrade to Standard (optional)
- Publish your first MCP server
- Create an organization tenant (optional)
1. Sign up and log in
- Open
https://www.lightnow.ai. - Click Login.
- Choose one of the available identity providers (Apple, GitHub, Google).
- After successful login you have a LightNow user account.
At this stage you can:
- browse public MCP servers,
- mark servers as favorites,
- and, after subscription, use the Standard plan for yourself.
For multi-user scenarios in your company you will typically also create an organization tenant (see step 5).
2. Browse MCP servers
Navigate to Servers in the main navigation.
On this page you can:
- search by server name, description and RDNS identifier,
- sort by Trusted, Newest, Trending,
- filter by Category, Transport, Status, and other properties.
Each server card shows:
- server name and short description,
- trust score (0–100) with color-coded level,
- transport information (for example
stdio,streamable-http), - badges such as “Trusted by LightNow” (for evaluated servers).
Click a server card to open the detail page. There you see:
- full description and metadata,
- a circular trust indicator with score and level,
- breakdown by trust layers (identity, ownership, security, reputation),
- capabilities (tools, resources, prompts) once the capability scan has run.
3. (Optional) Upgrade to Standard
If you want to manage private MCP servers or see more details, you can upgrade your user account to Standard.
- Go to the Pricing page in the main navigation.
- In the Standard column, click Upgrade to Standard.
- LightNow will redirect you to Stripe Checkout.
- Complete the payment flow.
- After returning to LightNow, your current plan will be updated to
standard.
Standard is ideal for:
- individual professionals,
- small teams who do not need a full tenant workspace yet.
4. Publish your first MCP server
Once you have at least a Standard plan (user) or an Enterprise tenant:
- Prepare your MCP server according to the MCP Generic Registry spec.
- Ensure you have a valid server manifest based on
server.schema.json. - In the LightNow UI, use the Publish flow:
- Choose a reverse-DNS server name (for example
com.acme.mcp.myserver), - Upload or paste your MCP server manifest,
- Confirm and publish the version.
- Choose a reverse-DNS server name (for example
The Registry-API will:
- validate the manifest against the schema,
- store the server and version metadata,
- emit capability scan requested events (if configured).
Once the capability scan has completed, the server will show:
- detected tools, resources and prompts,
- updated trust score based on scan and ownership signals.
5. Create an organization tenant
For organization-wide usage you typically create a tenant:
- Open your Profile page.
- Scroll to the Organizations section.
- Click Create organization and follow the wizard:
- Enter organization name (e.g.
Acme Inc.), - Choose a subdomain (e.g.
acme→acme.lightnow.ai), - Confirm the settings.
- Enter organization name (e.g.
After provisioning, you can:
- switch between user context and tenant context in the UI,
- access tenant-specific pages (for example tenant dashboard, settings),
- configure SSO and branding for the tenant.
What’s next?
- Learn how users and tenants fit together.
- Understand plans & billing.
- Dive deeper into trust scores and ownership & verification.