Back to Blog
Announcements
5 min read
2026-03-15

Introducing DynaMind CLI: Command-Line Power for Trading

We are thrilled to announce the release of DynaMind CLI - a powerful command-line interface for MCP operations, market data, and native tools.

Introducing DynaMind CLI: Command-Line Power for Trading

We are thrilled to announce the release of DynaMind CLI - a powerful command-line interface for MCP operations, market data, and native tools.

Overview

DynaMind CLI provides a unified interface for interacting with MCP servers, fetching data, and performing various system operations - all from your terminal.

Installation

# Install as a dependency
bun add dynamind-cli

# Or install globally
bun install -g dynamind-cli

Key Features

MCP Operations

  • List available MCP servers
  • Call MCP servers directly
  • Inspect MCP server methods
  • Install external MCP packages
  • Market Data

    # Get price
    dyna market price BTC
    
    # Get multiple prices
    dyna market prices BTC ETH
    
    # Get funding rates
    dyna market funding BTCUSDT --limit 100
    
    # Watch price in real-time
    dyna market watch BTC

    Native Tools

  • HTTP client with caching
  • Data parsing (JSON, CSV, XML, YAML)
  • Data validation
  • Format conversion
  • Workflow System

  • JavaScript and JSON workflow support
  • Parameter passing
  • Execution history
  • Workflow templates
  • System Utilities

  • Environment detection
  • Cache management
  • Performance monitoring
  • Configuration

    The CLI stores configuration in .dynamind/config.json. Edit manually or use the CLI:

    # Show config
    dyna system config --show
    
    # Set a value
    dyna system config --set cache.enabled=false

    Integration with Agents

    The CLI integrates seamlessly with AI agents through provided tools for safe execution with proper error handling and validation.

    Get Started

    Install DynaMind CLI today and experience the power of command-line trading.

    #CLI#Command Line#Trading#Tools#Announcement