Aster Finance MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASTER_API_KEY | Yes | Your Aster API key for authentication | |
| ASTER_API_SECRET | Yes | Your Aster API secret key for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingB | Test connectivity to the Rest API. |
| timeA | Get the current server time. |
| exchangeInfoB | Get current exchange trading rules and symbol information. |
| depthC | Get the order book for a symbol. |
| tradesC | Get recent market trades. |
| historicalTradesC | Get older market historical trades. |
| aggTradesC | Get compressed, aggregate market trades. |
| klinesC | Get Kline/candlestick bars for a symbol. |
| indexPriceKlinesC | Kline/candlestick bars for the index price of a pair. |
| markPriceKlinesC | Kline/candlestick bars for the mark price of a symbol. |
| premiumIndexB | Get Mark Price and Funding Rate. |
| fundingRateC | Get funding rate history. |
| fundingInfoC | Get funding rate config. |
| ticker_24hrC | 24 hour rolling window price change statistics. |
| ticker_priceC | Latest price for a symbol or symbols. |
| ticker_bookTickerB | Best price/qty on the order book for a symbol or symbols. |
| setPositionModeC | Change user's position mode (Hedge Mode or One-way Mode). |
| getPositionModeC | Get user's position mode. |
| setMultiAssetsModeC | Change user's Multi-Assets mode. |
| getMultiAssetsModeB | Get user's Multi-Assets mode. |
| placeOrderD | Send in a new order. |
| placeBatchOrdersC | Place multiple orders. |
| transferAssetC | Transfer between futures and spot. |
| queryOrderC | Check an order's status. |
| cancelOrderC | Cancel an active order. |
| cancelAllOpenOrdersB | Cancel all open orders on a symbol. |
| cancelBatchOrdersC | Cancel multiple orders. |
| countdownCancelAllC | Auto-cancel all open orders. |
| queryOpenOrderC | Query current open order. |
| getAllOpenOrdersC | Get all open orders on a symbol. |
| getAllOrdersC | Get all account orders; active, canceled, or filled. |
| getBalanceB | Get futures account balance. |
| getAccountInfoB | Get current account information. |
| setLeverageC | Change user's initial leverage. |
| setMarginTypeC | Change margin type. |
| modifyPositionMarginC | Modify isolated position margin. |
| getPositionMarginHistoryC | Get position margin change history. |
| getPositionInfoC | Get current position information. |
| getTradeListC | Get trades for a specific account and symbol. |
| getIncomeHistoryD | Get income history. |
| getLeverageBracketsC | Get notional and leverage brackets. |
| getAdlQuantileD | Get Position ADL Quantile Estimation. |
| getForceOrdersC | Get user's force orders. |
| getCommissionRateC | Get user's commission rate. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/questflowai/aster-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server