Aster MCP Server
MCPMCP server with 35+ tools for Aster spot and futures trading. Market data, order management, leverage, and account info — use with Cursor, Claude, or any MCP client.
mcpfuturesspottradingcursor
# Aster MCP Server
MCP server providing 35+ tools for Aster DEX spot and futures trading.
## Agent Usage
### Install
```json
{
"mcpServers": {
"aster": {
"command": "npx",
"args": ["-y", "aster-mcp"],
"env": { "ASTER_API_KEY": "<your-key>", "ASTER_SECRET_KEY": "<your-secret>" }
}
}
}
```
### Key Tools
- `get_market_data` — fetch real-time price, volume, and order book for a trading pair
- `place_spot_order` — place a spot buy/sell order (market or limit)
- `place_futures_order` — open/close futures positions with leverage
- `get_open_orders` — list all open orders
- `cancel_order` — cancel a specific order by ID
- `get_account_info` — check balances, margin, and P&L
- `set_leverage` — adjust leverage for a futures pair
### Example Prompt
> "Buy 0.5 ETH at market price on Aster spot, then check my account balance."
---
*Source: [asterdex/aster-mcp](https://github.com/asterdex/aster-mcp)*🧪 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.