aster-mcp

Automate Aster DEX spot and futures trading via an MCP server.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill aster-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aster-mcp
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/aster-mcp
Command: npx skills add https://github.com/readtheskill/readtheskill --skill aster-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a production-ready MCP server for Aster DEX that removes the friction of directly integrating exchange APIs, securely managing keys, and implementing trading logic for spot and futures workflows.

Core Features & Use Cases

  • Comprehensive Trading Tools: 35+ commands for futures and spot including tickers, order books, klines, funding rates, create/cancel orders, positions, balances, leverage, margin mode, transfers, and commission info.
  • Secure Multi-Account Execution: Encrypted API key storage, multi-account support, and HMAC plus EIP-712 authentication to safely execute trades programmatically.
  • Use Case: Deploy an agent that monitors Aster markets, places and manages both spot and futures orders across accounts, transfers funds between wallets, and reconciles balances automatically.

Quick Start

Start the Aster MCP server and ask it to return the current Aster BTC price and your account balance.

Frequently Asked Questions about aster-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Aster DEX spot and futures trading through natural language?

To automate Aster DEX spot and futures trading, you can use an MCP server that interprets natural language commands to fetch market data, place orders, manage positions, and transfer funds programmatically. It integrates directly with MCP clients for seamless control.

Can I manage multiple Aster trading accounts securely with encrypted API keys?

Yes, you can manage multiple Aster trading accounts securely. The system provides encrypted API key storage and supports both HMAC and EIP-712 authentication to safely execute trades across different accounts without exposing credentials.

What market data can I retrieve for Aster spot and futures workflows?

For Aster spot and futures workflows, you can retrieve market data including tickers, order books, klines, and funding rates. The server supports 35+ commands to query real-time market conditions and account balances.

Does the Aster MCP server support position management and leverage adjustment?

Yes, the Aster MCP server supports position management and leverage adjustment for futures trading. You can programmatically query open positions, modify leverage settings, change margin modes, and reconcile account balances.

What do I need to set up an MCP client for Aster DEX trading automation?

To set up an MCP client for Aster DEX trading automation, you need an MCP-compatible client environment and your Aster API keys. The server handles the authentication layer using HMAC and EIP-712 protocols to execute trading commands securely.