@trading-boy/cli
v1.2.16
Published
Trading Boy CLI — crypto context intelligence for traders and AI agents. Query real-time prices, funding rates, whale activity, and DeFi risk for 100+ Solana tokens and 229 Hyperliquid perpetuals.
Maintainers
Readme
@trading-boy/cli
Crypto context intelligence for traders and AI agents. Real-time market data, on-chain analytics, DeFi risk scoring, and an adaptive learning engine — all from the command line.
Website: cabal.ventures | Docs: cabal.ventures/docs
Install
npm install -g @trading-boy/cliRequires Node.js 20+.
Quick Start
# 1. Subscribe (free tier available)
trading-boy subscribe --plan starter -e [email protected]
# 2. Query a token
trading-boy query SOL
# 3. Get full context intelligence
trading-boy context SOL
# 4. Register a trader profile
trading-boy trader register --name MyTrader
# 5. Log a trade
trading-boy journal entry SOL --direction LONG --price 148.50 --size 500What You Get
- Real-time prices for 100+ Solana SPL tokens and 229 Hyperliquid perpetuals
- Funding rates & open interest from Binance perp markets
- On-chain analytics — whale transactions, exchange flows, smart money tracking
- DeFi risk scoring — protocol dependency trees, contagion risk, concentration analysis
- Trading journal — context-linked decisions with outcome tracking and confidence calibration
- Behavioral guardrails — bias detection, overtrading alerts, pattern analysis
- Adaptive learning — signals improve based on your personal trading outcomes
- Edge analytics — win rate, best/worst setups, confidence calibration scores
- Agent integration — MCP server for Claude, GPT, and other AI agents
Commands
trading-boy context <token> # Full 6-layer context package
trading-boy query <token> # Quick price + funding summary
trading-boy watch <token> # Live watch mode
trading-boy catalysts # Upcoming events
trading-boy risk <protocol> # DeFi risk assessment
trading-boy narrative list # Active market narratives
trading-boy journal entry <token> # Log a trade entry
trading-boy journal exit <token> # Log a trade exit
trading-boy decisions # View decision history
trading-boy edge <traderId> # Edge profile analytics
trading-boy behavioral # Behavioral pattern analysis
trading-boy subscribe # Subscribe via Stripe
trading-boy login # Store API key
trading-boy trader register # Create trader profile
trading-boy billing manage # Manage subscriptionRun trading-boy --help for the full command list.
Pricing
| Plan | Price | Tokens | Trades/mo | |------|-------|--------|-----------| | Starter | Free | 5 | 50 | | Pro | $29/mo | 25 | 500 | | Edge | $99/mo | 100 | Unlimited |
All plans include every feature. Limits apply to traded tokens and logged trades only — queries are unlimited.
API & Agent Integration
Trading Boy exposes an MCP server for AI agent integration and a REST API for programmatic access.
# Start the MCP server (for Claude, GPT, etc.)
trading-boy mcp
# REST API is hosted at https://api.cabal.venturesLicense
MIT
