Content
# 📈 AkTools MCP Server
<!-- mcp-name: io.github.aahl/mcp-aktools -->
<!-- [](https://lobehub.com/mcp/aahl-mcp-aktools) -->
<!-- [](https://mseep.ai/app/1dd74d48-e77b-49f9-8d67-8c99603336e1) -->
An MCP (Model Context Protocol) server based on akshare, providing data query and analysis functions for stocks and cryptocurrencies.
## Features
- 🔍 **Stock Search**: Find stock codes based on keywords such as stock names and company abbreviations.
- ℹ️ **Stock Information**: Retrieve detailed information about stocks, including price, market capitalization, etc.
- 📊 **Market Overview**: Get information on A-share market limit-up stocks, dragon and tiger list, capital flow, etc.
- 💹 **Historical Prices**: Access historical price data for stocks and cryptocurrencies, including technical analysis indicators.
- 📰 **Related News**: Get the latest news related to stocks and cryptocurrencies.
- 💸 **Financial Indicators**: Support for querying key financial report indicators for A-shares and Hong Kong/US stocks.
## Installation
### Method 1: uvx
```yaml
{
"mcpServers": {
"mcp-aktools": {
"command": "uvx",
"args": ["mcp-aktools"],
"env": {
# All optional
"OKX_BASE_URL": "https://okx.4url.cn", # OKX address, configure proxy address if your network cannot access okx.com
"BINANCE_BASE_URL": "https://bian.4url.cn", # Binance address, default: https://www.binance.com
"NEWSNOW_BASE_URL": "https://newsnow.busiyi.world", # Newsnow API address
"NEWSNOW_CHANNELS": "wallstreetcn-quick,cls-telegraph,jin10", # Newsnow news sources
}
}
}
}
```
### Method 2: [Smithery](https://smithery.ai/server/@aahl/mcp-aktools)
> Requires OAuth authorization or Smithery key
```yaml
{
"mcpServers": {
"mcp-aktools": {
"url": "https://server.smithery.ai/@aahl/mcp-aktools/mcp" # Streamable HTTP
}
}
}
```
### Method 3: Docker
```bash
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 -d
```
```yaml
{
"mcpServers": {
"mcp-aktools": {
"url": "http://0.0.0.0:8808/mcp" # Streamable HTTP
}
}
}
```
### Quick Start
- Online Experience: [](https://fastmcp.cloud/xiaomi/aktools/chat)
- Online Experience: [](https://smithery.ai/server/@aahl/mcp-aktools)
- Add to Cursor [](https://cursor.com/zh/install-mcp?name=aktools&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJtY3AtYWt0b29scyJdfQ%3D%3D)
- Add to VS Code [](https://insiders.vscode.dev/redirect?url=vscode:mcp/install%3F%7B%22name%22%3A%22aktools%22%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22mcp-aktools%22%5D%7D)
- Add to Cherry Studio [](https://gitee.com/link?target=cherrystudio%3A%2F%2Fmcp%2Finstall%3Fservers%3DeyJtY3BTZXJ2ZXJzIjp7ImFrdG9vbHMiOnsiY29tbWFuZCI6InV2eCIsImFyZ3MiOlsibWNwLWFrdG9vbHMiXX19fQ%3D%3D)
- Add to Claude Code, execute command: `claude mcp add aktools -- uvx mcp-aktools`
- Add to OpenAI CodeX, execute command: `codex mcp add aktools -- uvx mcp-aktools`
------
## 🛠️ Available Tools
<details>
<summary><strong>Individual Stock Related</strong></summary>
- `search` - Find stock codes, supports A-shares, Hong Kong stocks, and US stocks.
- `stock_info` - Retrieve stock information.
- `stock_prices` - Get historical prices of stocks.
- `stock_indicators_a` - Key indicators for A-shares.
- `stock_indicators_hk` - Key indicators for Hong Kong stocks.
- `stock_indicators_us` - Key indicators for US stocks.
- `trading_suggest` - Provide investment suggestions.
</details>
<details>
<summary><strong>A-share Market</strong></summary>
- `get_current_time` - Get the current time and A-share trading day information.
- `stock_zt_pool_em` - A-share limit-up stock pool.
- `stock_zt_pool_strong_em` - A-share strong stock pool.
- `stock_lhb_ggtj_sina` - A-share dragon and tiger list statistics.
- `stock_sector_fund_flow_rank` - A-share concept capital flow.
</details>
<details>
<summary><strong>Financial News</strong></summary>
- `stock_news` - Get news related to individual stocks/cryptocurrencies.
- `stock_news_global` - Global financial news updates.
</details>
<details>
<summary><strong>Cryptocurrency</strong></summary>
- `okx_prices` - Get historical prices of cryptocurrencies.
- `okx_loan_ratios` - Get cryptocurrency leverage long-short ratios.
- `okx_taker_volume` - Get active buying and selling situations of cryptocurrencies.
- `binance_ai_report` - Get AI analysis reports for cryptocurrencies.
</details>
------
<a href="https://glama.ai/mcp/servers/@al-one/mcp-aktools">
<img width="400" src="https://glama.ai/mcp/servers/@al-one/mcp-aktools/badge">
</a>
[](https://mseep.ai/app/aahl-mcp-aktools)
Connection Info
You Might Also Like
valuecell
Valuecell is a Python-based project under Apache 2.0 license.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform.
YC-Killer
YC-Killer: Open-source AI agents to democratize access against YC startups.
AP2
AP2 provides code samples for the Agent Payments Protocol.
solana-agent-kit
Open-source toolkit for AI agents to interact with Solana protocols.
Stripe
The Stripe Agent Toolkit integrates agent frameworks with Stripe APIs via...