AKTools MCP

v1.0.0Finance & Fintechstable

📈 提供股票、加密货币的数据查询和分析功能MCP服务器

akshareaktoolsbtccryptollm
Share:
378
Stars
0
Downloads
0
Weekly
0/5

What is AKTools MCP?

AKTools MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 📈 提供股票、加密货币的数据查询和分析功能mcp服务器

📈 提供股票、加密货币的数据查询和分析功能MCP服务器

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 📈 提供股票、加密货币的数据查询和分析功能MCP服务器

Use Cases

Stock and crypto data
Akshare integration
Market analysis tools
aahl

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-aktools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AKTools MCP

AKTools MCP Server exposes Chinese and global financial market data — A-share stocks, Hong Kong equities, US stocks, and major cryptocurrencies — to AI assistants through the AKShare data library. It provides real-time prices, technical indicators, limit-up screening, sector fund flows, Dragon and Tiger List data, and financial news via an MCP interface, making it a powerful tool for investors and quant researchers who want to query market data in natural language.

Prerequisites

  • Python 3.10+ with uvx (recommended) or pip, or Docker for containerized deployment
  • Network access to AKShare data sources (most data is free and requires no API keys)
  • Optional: OKX and Binance proxy URLs for cryptocurrency data if default endpoints are blocked
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Install uvx for the recommended setup

uvx (from the uv Python toolchain) is the recommended way to run mcp-aktools as it manages dependencies automatically.

curl -LsSf https://astral.sh/uv/install.sh | sh
2

Add the server to Claude Code in one command

Use the claude mcp add command to register mcp-aktools directly.

claude mcp add aktools -- uvx mcp-aktools
3

Or install with pip for standalone use

If you prefer pip, install the published package and run it directly.

pip install mcp-aktools
python -m mcp_aktools
4

Configure optional environment variables

Set proxy URLs for OKX and Binance if the default public endpoints are unavailable in your region. All variables are optional.

export OKX_BASE_URL="https://okx.4url.cn"
export BINANCE_BASE_URL="https://bian.4url.cn"
export NEWSNOW_BASE_URL="https://newsnow.busiyi.world"
export NEWSNOW_CHANNELS="wallstreetcn-quick,cls-telegraph,jin10"
5

Add to claude_desktop_config.json and restart

If using Claude Desktop rather than Claude Code, add the server entry to your config file and restart the app.

AKTools MCP Examples

Client configuration

claude_desktop_config.json entry for AKTools MCP using uvx.

{
  "mcpServers": {
    "aktools": {
      "command": "uvx",
      "args": ["mcp-aktools"],
      "env": {
        "OKX_BASE_URL": "https://okx.4url.cn",
        "BINANCE_BASE_URL": "https://bian.4url.cn",
        "NEWSNOW_CHANNELS": "wallstreetcn-quick,cls-telegraph,jin10"
      }
    }
  }
}

Prompts to try

Sample queries for stock screening, crypto prices, and market news.

- "Get the current price and technical indicators for A-share stock 000858"
- "Show me the strong limit-up pool stocks on the A-share market today"
- "What is the current BTC spot price on OKX and what is the funding rate?"
- "Fetch the latest global financial news"
- "Which sectors have the highest net fund inflow today?"
- "Get the Binance AI market report for today"

Troubleshooting AKTools MCP

mcp-aktools fails to start with a Python import error

If using pip, ensure you are in the correct virtual environment and that mcp-aktools installed without errors. Using uvx avoids this issue entirely since it manages its own isolated environment.

Crypto data tools return errors or empty responses

OKX and Binance endpoints may be rate-limited or geo-restricted. Set OKX_BASE_URL and BINANCE_BASE_URL to working proxy URLs in your environment.

Stock data queries return stale or no data outside Chinese market hours

AKShare reflects live data only during trading hours for each market. For A-shares that is 9:30-15:00 CST on weekdays. Historical price queries work at any time.

Frequently Asked Questions about AKTools MCP

What is AKTools MCP?

AKTools MCP is a Model Context Protocol (MCP) server that 📈 提供股票、加密货币的数据查询和分析功能mcp服务器 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AKTools MCP?

Follow the installation instructions on the AKTools MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AKTools MCP?

AKTools MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AKTools MCP free to use?

Yes, AKTools MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-aktools": { "command": "npx", "args": ["-y", "mcp-aktools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AKTools MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides