aster-info-mcp
If you are the rightful owner of aster-info-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Aster Info MCP is a server that provides structured access to Aster DEX market data, including candlesticks, order books, trades, and funding rates.
Aster Info MCP is a robust server designed to facilitate access to comprehensive market data from Aster DEX. It offers a wide range of tools to retrieve various types of financial data, such as candlestick patterns, order book details, trade histories, and funding rates. The server is built to handle HTTP errors gracefully and provides data in a user-friendly Markdown table format, making it easy to read and integrate into other applications. With its support for Python 3.10 and above, and the recommended use of the 'uv' package manager, Aster Info MCP is both modern and efficient. It is particularly useful for traders, analysts, and developers who need reliable and structured market data for decision-making and application development.
Features
- Access to 13 different Aster Finance Futures API endpoints.
- Data returned in Markdown table format for easy readability.
- Robust error handling for HTTP and data processing errors.
- Support for Python 3.10 and above.
- Integration with Claude Desktop as an application.
Tools
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.