🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ascendkit/cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ascendkit/cli

AscendKit CLI and MCP server

latest
npmnpm
Version
0.3.22
Version published
Maintainers
1
Created
Source

AscendKit CLI & MCP Server

The official CLI and Model Context Protocol server for AscendKit — the unified user-lifecycle platform for SaaS teams. Configure auth, transactional email, lifecycle journeys, surveys, webhooks, and analytics from one project and one public key, straight from your AI coding agent.

One user record across auth, email, surveys, and journeys — instead of stitching Clerk, Resend, Loops, and Typeform together.

Install

npm install -g @ascendkit/cli

This installs two binaries:

  • ascendkit — the CLI (primary config tool, browser-based auth)
  • ascendkit-mcp — the MCP server (for AI agents)

Use with an AI coding agent

Add the MCP server to your agent. It speaks stdio.

Claude Code

claude mcp add ascendkit -- npx -y -p @ascendkit/cli ascendkit-mcp

Cursor / Codex / other MCP clients — add to your MCP config:

{
  "mcpServers": {
    "ascendkit": {
      "command": "npx",
      "args": ["-y", "-p", "@ascendkit/cli", "ascendkit-mcp"]
    }
  }
}

Then tell your agent your project's public key (pk_dev_…, pk_beta_…, or pk_prod_…) and it will call ascendkit_configure to scope every other tool to that project.

Credentials use a browser auth flow handled by the CLI — secrets are never passed as CLI args or chat input.

What the tools cover

DomainWhat you can do
AuthProviders, OAuth, domain restrictions, ToS, user list/remove/reactivate
EmailSending identities, domain verification (DKIM/SPF), DNS checks, suppressions, test sends
JourneysBuild lifecycle journeys: nodes, transitions, activate/pause, analytics
SurveysNPS, CSAT, and custom surveys with distribution and analytics
CampaignsCreate, preview audience, send, and measure campaigns
WebhooksConfigure endpoints, event filtering, test delivery
PlatformEnvironments: create, list, update, promote
ImportMigrate users (e.g. from Clerk) and generate migration journeys
AnalyticsAcquisition, conversion paths, attribution, top pages, summaries

CLI and MCP tools maintain feature parity — every MCP tool has an equivalent CLI command.

License

MIT

Keywords

ascendkit

FAQs

Package last updated on 19 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts