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) -->
Based on akshare's MCP (Model Context Protocol) server, providing data query and analysis functions for stocks and cryptocurrencies.
## Features
- 🔍 **Stock Search**: Find stock codes based on keywords such as stock name and company abbreviation
- ℹ️ **Stock Information**: Get detailed information about stocks, including price and market value
- 📊 **Market Overview**: Get the daily limit-up stocks, dragon and tiger list, capital flow and other information of the A-share market
- 💹 **Historical Prices**: Get historical price data of stocks and cryptocurrencies, including technical analysis indicators
- 📰 **Related News**: Get the latest news and information about stocks and cryptocurrencies
- 💸 **Financial Indicators**: Support key financial report indicators query for A-shares, Hong Kong stocks and US stocks
## Installation
### Method 1: uvx
```yaml
{
"mcpServers": {
"aktools": {
"command": "uvx",
"args": ["mcp-aktools"],
"env": {
# All optional
"OKX_BASE_URL": "https://okx.4url.cn", # OKX address, if your network environment cannot access okx.com, you can configure the reverse proxy address through this option
"BINANCE_BASE_URL": "https://bian.4url.cn", # Binance address, default: https://www.binance.com
"NEWSNOW_BASE_URL": "https://newsnow.busiyi.world", # Newsnow interface address
"NEWSNOW_CHANNELS": "wallstreetcn-quick,cls-telegraph,jin10", # Newsnow information source
}
}
}
}
```
### Method 2: [Smithery](https://smithery.ai/server/@aahl/mcp-aktools)
> Requires OAuth authorization or Smithery key
```yaml
{
"mcpServers": {
"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": {
"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 Stocks</strong></summary>
- `search` - Find stock codes, supports A-shares, Hong Kong stocks, and US stocks
- `stock_info` - Get stock information
- `stock_prices` - Get historical stock prices
- `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 advice
</details>
<details>
<summary><strong>A-Share Market</strong></summary>
- `get_current_time` - Get current time and A-share trading day information
- `stock_zt_pool_em` - A-share daily 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 fund flow
</details>
<details>
<summary><strong>Financial News</strong></summary>
- `stock_news` - Get news related to individual stocks/cryptocurrencies
- `stock_news_global` - Global financial news flash
</details>
<details>
<summary><strong>Cryptocurrency</strong></summary>
- `okx_prices` - Get historical prices of cryptocurrencies
- `okx_loan_ratios` - Get cryptocurrency leverage long-short ratio
- `okx_taker_volume` - Get cryptocurrency active buying and selling
- `binance_ai_report` - Get cryptocurrency AI analysis report
</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 project for efficient data management.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
atlas-mcp-server
ATLAS is a task management system for LLM Agents, enabling project and...
mcp-remote-macos-use
MCP Server enables AI to control remote macOS systems without extra software.
mcp-vnc-macos-use
MCP Server enables AI to control remote macOS systems without extra software.