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

@tradeboba/cli

v1.0.3

Published

Boba CLI — AI agent trading toolkit

Readme

Boba CLI

AI-powered crypto trading agent for your terminal — swap tokens, manage portfolios, trade perps, and run analytics across Solana, Ethereum, Base, and 7+ chains.

What is Boba?

Boba is a multi-chain crypto trading agent that runs in your terminal. It supports spot trading (swaps, limit orders, DCA, TWAP), perpetual futures on Hyperliquid, prediction markets on Polymarket, and on-chain analytics including wallet tracking, KOL monitoring, and token auditing. Sign up, get free credits, and start trading — no API keys needed. Or use as an MCP server with Claude Code.

Install

npm install -g @tradeboba/cli

Quick Start

boba login
boba start

boba start launches the agent TUI — an interactive terminal with a full AI trading agent, portfolio tracking, and on-chain analytics built in. Free credits are included to get started.

If you're connecting an external MCP client instead of using the built-in agent, run the proxy:

boba login
boba proxy

This starts a local MCP proxy that authenticates requests to Boba's backend. Point your agent's MCP config at the local server. Run boba install to auto-configure Claude Code or Claude Desktop.

Features

Spot Trading & DEX Execution

  • Swap tokens on Solana, Base, Ethereum, BSC, Arbitrum, Avalanche — cross-chain
  • Limit orders with stop-loss and take-profit
  • DCA and TWAP orders for large or recurring buys
  • Perps trading on Hyperliquid with leverage

Portfolio Management & Wallet Analytics

  • Portfolio holdings and PnL across all chains
  • Trade history, transfer history, and balance tracking
  • Wallet analytics — PnL, win rate, volume for any wallet
  • Top holders and top traders for any token

Token Discovery & KOL Tracking

  • Search and filter tokens by volume, holders, momentum, and launchpad
  • Track KOL wallets and copy trades in real time
  • Watch deployer wallets to catch new launches early
  • Token auditing — honeypot detection, rug pull risk, verification checks

Prediction Markets

  • Trade on Polymarket — browse events, place bets, manage positions
  • Price history, order books, and market analytics

Automations

  • Schedule recurring tasks that run on a timer (e.g. portfolio checks, KOL monitoring)
  • Pause, resume, or delete automations at any time
  • Results appear directly in your active chat session

Token Launch

  • Launch tokens on Solana (Pump.fun, LaunchLab, Bonk) or EVM (Clanker)
  • Fee sharing and claimable earnings

MCP Server & Agent Integration

  • 80+ tools exposed via Model Context Protocol (MCP)
  • Use as a standalone agent or connect external AI clients
  • Auto-configure Claude Code and Claude Desktop with boba install

Commands

| Command | Description | |:--------|:------------| | boba start | Launch the agent TUI | | boba run "prompt" | Run a prompt non-interactively | | boba proxy | Start the MCP proxy for external agents | | boba claude | Launch Boba proxy alongside Claude | | boba login | Log in with your agent credentials | | boba install | Auto-configure Claude Code or Claude Desktop | | boba status | Check connection and auth status | | boba schedule list | List scheduled automations | | boba config | View or change settings | | boba mcp | Manage MCP server configuration | | boba logout | Sign out |

boba login --agent-id ID --secret S   # Non-interactive login
boba run "check my portfolio"         # Run a prompt non-interactively

Integrations

Boba works as a standalone agent or as an MCP server for external AI clients:

| Integration | Setup | |:------------|:------| | Built-in Agent | boba start | | Claude Code | boba install | | Claude Desktop | boba install | | Any MCP Client | boba proxy — connect to localhost |

Supported Chains

Solana · Ethereum · Base · BSC · Arbitrum · Avalanche · Polygon · Monad · HyperEVM · Ape Chain

Models & Providers

Boba comes pre-configured with AI credits — no API keys required. You can also bring your own provider key for Anthropic, OpenAI, Google, or others via the /provider command inside the TUI.

Security

| | | |:--|:--| | Credential Storage | Agent secret + auth tokens stored in OS Keychain | | Proxy Auth | Per-session cryptographic token — constant-time verification | | Transport | HTTPS enforced for all backend communication | | Config Permissions | Config files written with 0600 (user-only readable) | | No Debug Logging | No sensitive data written to logs | | Access Control | Revoke anytime at agents.boba.xyz |

Upgrading

[!IMPORTANT] v1.0.0 — Boba is now a full AI trading agent with its own TUI, not just a proxy for Claude.

What's new:

  • Built-in agent TUI with boba start — no external Claude client needed
  • Free AI credits included — no API keys required to get started
  • Multi-provider support — Anthropic, OpenAI, Gemini, Groq, and more
  • LSP integration — go-to-definition, references, hover, and more across languages
  • Quick Trade — paste a token address for instant buy/sell with preset amounts, no agent delay
  • Portfolio sidebar with chain filtering — view holdings across all supported chains
  • Conversation compaction — long conversations auto-compact to stay within context limits
  • Perps trading on Hyperliquid
  • Prediction markets on Polymarket
  • Limit orders, DCA, TWAP orders
  • KOL tracking, wallet analytics, token auditing
  • Conversation history with SQLite persistence
  • Skills and custom agents — extend Boba with your own prompts and tools
  • 10 supported chains: Solana, Base, BSC, Ethereum, Arbitrum, Avalanche, Ape Chain, HyperEVM, Monad, Polygon

To upgrade:

npm install -g @tradeboba/cli
boba login
boba start

License

Proprietary. Copyright © 2026 Boba. All rights reserved. Free for personal use.


[!WARNING] This software is experimental. Provided "as is" without warranty of any kind.

Use at your own risk. Boba assumes no liability for any losses or damages arising from use of this software.

Trading involves significant financial risk. Never trade more than you can afford to lose.