mcp-aktools
by aahl·★ 381·Score 50
MCP server providing stock and cryptocurrency data query and analysis tools.
Overview
AkTools MCP server is a Python-based implementation that provides comprehensive financial data access. It leverages the akshare library to offer tools for stock searching, detailed stock information retrieval, market overview, historical price data with technical indicators, and financial metrics for A-shares, Hong Kong, and US markets. The server also includes functionality for retrieving crypto-currency data from OKX and Binance, as well as relevant financial news.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need comprehensive financial data access for stocks and cryptocurrencies within your AI agent or workflow tool.
When NOT to choose this
Don't choose this if you need advanced trading functionality, real-time order placement, or extensive backtesting capabilities beyond data retrieval.
Tools this server exposes
12 tools extracted from the READMEsearch查找股票代码,支持A股、港股、美股
stock_info获取股票信息
stock_prices获取股票历史价格
stock_indicators_aA股关键指标
stock_zt_pool_emA股涨停股池
stock_lhb_ggtj_sinaA股龙虎榜统计
stock_news获取个股/加密货币相关新闻
okx_prices获取加密货币历史价格
okx_loan_ratios获取加密货币杠杆多空比
binance_ai_report获取加密货币AI分析报告
get_current_time获取当前时间及A股交易日信息
stock_sector_fund_flow_rankA股概念资金流向
Comparable tools
Installation
Installation
Using uvx
Add to your MCP configuration:
{
"mcpServers": {
"aktools": {
"command": "uvx",
"args": ["mcp-aktools"],
"env": {
"OKX_BASE_URL": "https://okx.4url.cn",
"BINANCE_BASE_URL": "https://bian.4url.cn",
"NEWSNOW_BASE_URL": "https://newsnow.busiyi.world",
"NEWSNOW_CHANNELS": "wallstreetcn-quick,cls-telegraph,jin10"
}
}
}
}Using Docker
mkdir /opt/mcp-aktools
cd /opt/mcp-aktools
wget https://raw.githubusercontent.com/aahl/mcp-aktools/refs/heads/main/docker-compose.yml
docker-compose up -dThen configure with:
{
"mcpServers": {
"aktools": {
"url": "http://0.0.0.0:8808/mcp"
}
}
}FAQ
- What data sources does this MCP server use?
- The server primarily uses akshare library for financial data, with additional data from OKX and Binance for cryptocurrency information. It also integrates with Newsnow for financial news.
- Can I use this server for real-time trading decisions?
- While this server provides comprehensive financial data and some trading suggestions, it should not be used as the sole basis for real-time trading decisions. Always consult with a financial advisor for investment decisions.
Compare mcp-aktools with
Last updated · Auto-generated from public README + GitHub signals.