An MCP server that provides structured access to [Aster DEX](https://www.asterdex.com/en) market data—covering candlesticks, order books, trades, and
If you already use Aster Info MCP, the aster info mcp mcp server is the piece that lets your assistant work with it directly. An MCP server that provides structured access to Aster DEX market data—covering candlesticks, order books, trades, and funding rates.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_kline — Fetch candlestick data for a symbolget_index_price_kline — Fetch index price candlestick data for a pairget_mark_price_kline — Fetch mark price candlestick data for a symbolget_premium_index — Fetch premium index data (mark price, funding rate)get_funding_rate_history — Fetch historical funding rate data for a symbolget_price_change_statistics_24h — Fetch 24-hour price change statisticsget_latest_price — Fetch the latest price for a symbol or all symbolsget_order_book_ticker — Fetch order book ticker data (best bid/ask prices and quantities)get_order_book — Fetch order book data (bids and asks) for a symbolget_recent_trades — Fetch recent trades for a symbolget_historical_trades — Fetch historical trades for a symbolget_aggregated_trades — Fetch aggregated trades for a symbolSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aster Info MCP's toolset — get_kline, get_index_price_kline, get_mark_price_kline and 11 more — is a fair guide to whether it matches your workflow. It is maintained by kukapay; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_kline | Fetch candlestick data for a symbol. |
| get_index_price_kline | Fetch index price candlestick data for a pair. |
| get_mark_price_kline | Fetch mark price candlestick data for a symbol. |
| get_premium_index | Fetch premium index data (mark price, funding rate). |
| get_funding_rate_history | Fetch historical funding rate data for a symbol. |
| get_price_change_statistics_24h | Fetch 24-hour price change statistics. |
| get_latest_price | Fetch the latest price for a symbol or all symbols. |
| get_order_book_ticker | Fetch order book ticker data (best bid/ask prices and quantities). |
| get_order_book | Fetch order book data (bids and asks) for a symbol. |
| get_recent_trades | Fetch recent trades for a symbol. |
| get_historical_trades | Fetch historical trades for a symbol. |
| get_aggregated_trades | Fetch aggregated trades for a symbol. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Steps | 1. **Clone the Repository**: bash git clone https://github.com/kukapay/aster-info-mcp.git cd aster-info-mcp |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.