home/skills/trading/coinex-mcp

CoinEx MCP

MCP

CoinEx exchange MCP for AI agents. Market data, spot/futures trading, account management. 14 sections.

๐ŸŸข pass (100)skillTradingtradinggithubSource โ†’
coinexexchangetradingfuturesmcp
# CoinEx MCP

CoinEx exchange MCP server for AI agents. 14 tool sections covering market data, spot trading, futures, and account management.

## Agent Usage

### Install
```json
{
  "mcpServers": {
    "coinex": {
      "command": "npx",
      "args": ["-y", "coinex-mcp-server"],
      "env": { "COINEX_ACCESS_ID": "<your-id>", "COINEX_SECRET_KEY": "<your-secret>" }
    }
  }
}
```

### Key Tools
- `get_market_ticker` โ€” real-time price, volume, and 24h change for a pair
- `get_order_book` โ€” current order book depth for a trading pair
- `place_spot_order` โ€” place a spot market or limit order
- `place_futures_order` โ€” open/close futures positions
- `get_account_balance` โ€” check balances across spot and futures
- `cancel_order` โ€” cancel an open order
- `get_trade_history` โ€” recent trades for a pair

### Example Prompt
> "Place a limit buy for 100 USDT worth of BTC at 60000 on CoinEx."

---
*Source: [coinexcom/coinex_mcp_server](https://github.com/coinexcom/coinex_mcp_server)*
๐Ÿงช Found this useful?
The $SKILL experiment is building the agent skill distribution layer. Every skill you discover through this directory is part of the experiment.