npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

northveil-cli

v1.3.0

Published

The Official Northveil Developer CLI — Build decentralized applications, stage non-custodial MPC transactions, deploy smart contracts, and interact with MCP AI tools across 37+ blockchains.

Readme

Northveil Developer CLI — Universal Multi-Chain Web3 & Non-Custodial MPC Protocol

npm version License: MIT NPM Downloads

The Official Developer CLI for the Northveil Protocol — Build decentralized applications, deploy smart contracts, stage non-custodial MPC transactions, query live real-time token valuations across 37+ blockchains, and connect autonomous AI agents via Model Context Protocol (MCP).


📦 Installation

Install globally via npm:

npm install -g northveil-cli

Or run on-demand via npx:

npx northveil-cli --help

⚡ Command Reference & Capabilities

1. Authentication & Developer Identity

# Authenticate CLI with your Northveil API Key
northveil login --key nv_live_...

# Inspect authenticated identity, permission tier, and bound wallets
northveil whoami

# Clear stored credentials
northveil logout

2. Multi-Chain Portfolio & Health Auditing

# Query live multi-chain balances and USD valuations across 37+ networks
northveil wallet 0xYOUR_WALLET_ADDRESS

# Perform automated gas sufficiency and asset diversification health checks
northveil health 0xYOUR_WALLET_ADDRESS

3. Real-Time Token Prices & Market Intelligence

# Fetch live real-time token prices with 24h market metrics
northveil prices ETH BTC SOL BNB USDC

# Discover trending high-volume tokens with automated safety and honeypot scores
northveil memecoins --chain all --limit 10

4. Non-Custodial MCP AI Tools & Intent Execution

# List all available MCP tools
northveil tools

# Execute an MCP tool via JSON-RPC 2.0
northveil call prepare_transfer '{"to":"0xRecipient","amount":"0.05","chain":"base"}'

# Inspect transaction / request status
northveil call get_transaction_status '{"requestId":"<REQUEST_ID>"}'

# Prepare a native or token transfer
northveil send --to 0xYOUR_WALLET_ADDRESS --amount 0.05 --token ETH --network base

# Prepare an optimal DEX swap
northveil swap --from ETH --to USDC --amount 0.1 --network base

5. Smart Contract Deployment & Minting

# Deploy ERC-721 NFT collection (Solc in-memory compilation)
northveil deploy --type erc721 --name "CyberApe NFT" --symbol "CAPE" --network sepolia

# Deploy ERC-20 token contract
northveil deploy --type erc20 --name "NorthToken" --symbol "NRT" --supply 1000000 --network sepolia

# Mint tokens from deployed contract
northveil mint --contract 0x... --amount 50000 --recipient 0x... --network sepolia

6. Contract Security & Honeypot Auditing

# Deep security analysis of a token contract (honeypots, buy/sell taxes, hidden owners)
northveil audit-token 0x... --chain ethereum

# Static AST vulnerability, backdoor, and reentrancy analysis on Solidity code
northveil audit ./contracts/MyToken.sol

7. MCP AI Server Configuration (Claude, Cursor, Windsurf)

# Generate MCP configuration for Claude Desktop
northveil mcp --claude

# Generate MCP configuration for Cursor IDE
northveil mcp --cursor

# Generate MCP configuration for Windsurf IDE
northveil mcp --windsurf

8. Project Scaffolding (init) & Server Health

# Scaffold a new Web3 dApp or autonomous agent project
northveil init my-web3-app --template dapp

# Check live Northveil Gateway and Supabase Database health
northveil server-health

📄 License

MIT License © 2026 Northveil Protocol.