AKTools MCP
📈 提供股票、加密货币的数据查询和分析功能MCP服务器
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
Maintainer
Works with
Installation
Manual Installation
npx mcp-aktoolsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 | shAdd 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-aktoolsOr 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_aktoolsConfigure 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"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.
AKTools MCP Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to AKTools MCP? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
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.
Set Up AKTools MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.