boosty docs
nirholas / boosty

boosty

Boosty MCP servers for DeFi - Volume generation, trading, and wallet management

v1.0.0SEE LICENSE IN LICENSETypeScript
npm install -g @boosty/mcp-defi

What it does

Capabilities documented in this repository.

Overview

See the full documentation for details.

Why Boosty

See the full documentation for details.

Key Differentiators

See the full documentation for details.

What is Boosty

See the full documentation for details.

Natural Language DeFi Operations

See the full documentation for details.

Volume Generation Campaigns

See the full documentation for details.

Get started

Install it, then run your first command.

npm install -g @boosty/mcp-defi
CommandRuns
npm run buildpnpm -r build
npm run testpnpm -r test
npm run lintpnpm -r lint
npm run typecheckpnpm -r typecheck
npm run devpnpm --filter @boosty/mcp-server dev
npm run startpnpm --filter @boosty/mcp-server start

Read the full getting started guide

Examples

Taken directly from this repository's documentation.

You: "Buy $500 worth of BONK using Jupiter, split across 3 transactions over the next hour"

Boosty: ✅ Created campaign with 3 scheduled buys
        - Trade 1: $166.67 at 2:00 PM (completed)
        - Trade 2: $166.67 at 2:20 PM (pending)
        - Trade 3: $166.66 at 2:40 PM (pending)
You: "Start a volume campaign for my token at address Abc123... 
      Generate $50k daily volume with organic patterns, 
      use 200 wallets, vary transaction sizes between $50-500"

Boosty: 📊 Volume Campaign Started
        - Token: ABC/SOL
        - Daily Target: $50,000
        - Active Wallets: 200
        - Pattern: Organic (gaussian distribution)
        - Duration: 7 days
        - Estimated Cost: 2.3 SOL (fees + rent)
You: "Show me all my positions across all wallets"

Boosty: 💼 Portfolio Summary (47 wallets)
        Total Value: $234,567.89
        
        Top Holdings:
        - SOL: $89,234 (38.0%)
        - USDC: $45,678 (19.5%)
        - BONK: $23,456 (10.0%)
        
        DeFi Positions:
        - Raydium USDC/SOL LP: $34,567
        - Marinade stSOL: $12,345

More examples

Reference