Indodax MCP Crypto Trading
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INDODAX_API_KEY | No | Your Indodax API key | |
| INDODAX_API_SECRET | No | Your Indodax API secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| server_timeA | Get the current Indodax server time |
| tickerB | Get ticker for a trading pair |
| ticker_allB | Get tickers for all trading pairs |
| pairsA | List all available trading pairs |
| summariesA | Get 24h and 7d market summaries for all pairs |
| orderbookB | Get order book depth for a trading pair |
| tradesC | Get recent trades for a trading pair |
| ohlcB | Get OHLCV candle data |
| price_incrementsA | Get price increments (tick sizes) for all pairs |
| account_infoB | [REQUIRES AUTH] Get account information including balances |
| balanceB | [REQUIRES AUTH] Get wallet balances (non-zero only) |
| open_ordersC | [REQUIRES AUTH] List open orders |
| order_historyC | [REQUIRES AUTH] Get order history |
| trade_historyC | [REQUIRES AUTH] Get trade fill history |
| get_orderB | [REQUIRES AUTH] Get order details by order ID |
| trans_historyA | [REQUIRES AUTH] Get deposit and withdrawal transaction history |
| paper_initB | Initialize paper trading with default or custom virtual balances |
| paper_resetA | Reset paper trading state to defaults |
| paper_balanceA | Show current paper trading virtual balances |
| paper_buyB | Place a simulated paper buy order (omit price for market order) |
| paper_sellA | Place a simulated paper sell order (omit price for market order) |
| paper_ordersB | List paper trading orders |
| paper_cancelB | Cancel a paper trading order |
| paper_cancel_allA | Cancel all paper trading orders |
| paper_historyB | Show paper trading order history |
| paper_statusA | Show paper trading status summary (trades, balances, P&L) |
| paper_fillB | Fill an open paper order (provide order_id or set all=true) |
| paper_check_fillsC | Auto-fill open paper orders based on current market prices |
| auth_showB | Show current API configuration status |
| auth_testA | Test if current API credentials are valid |
| auth_setB | Configure API credentials and callback URL |
| ws_snapshot_tickerA | Get a real-time price snapshot via WebSocket (faster than REST) |
| ws_snapshot_bookA | Get current order book snapshot via WebSocket |
| ws_snapshot_summaryA | Get 24h summary snapshots for all pairs via WebSocket |
| ws_tokenB | Generate a WebSocket token for external streaming clients |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_order | Generate a buy or sell order with proper parameters and safety checks |
| check_portfolio | Get account balance and open orders summary |
| analyze_market | Analyze market conditions for a trading pair |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current API config | |
| Available trading pairs | |
| Paper trading state |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibidathoillah/indodax-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server