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-cliKey Features
MCP Operations
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 BTCNative Tools
Workflow System
System Utilities
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=falseIntegration 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