MCP server
by aahl
AkTools MCP Server — comprehensive stock market data and crypto market data with price history, technical indicators, fi
Provides comprehensive stock and cryptocurrency data analysis for A-shares, Hong Kong, US stocks, and crypto markets. Fetches price history, technical indicators, financial metrics, market overviews, and real-time financial news.
AkTools MCP Server is a community-built MCP server published by aahl that provides AI assistants with tools and capabilities via the Model Context Protocol. AkTools MCP Server — comprehensive stock market data and crypto market data with price history, technical indicators, fi It is categorized under finance, analytics data.
You can install AkTools MCP Server in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
MIT
AkTools MCP Server is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
I recommend AkTools MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
We evaluated AkTools MCP Server against two servers with overlapping tools; this profile had the clearer scope statement.
AkTools MCP Server is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
Strong directory entry: AkTools MCP Server surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Strong directory entry: AkTools MCP Server surfaces stars and publisher context so we could sanity-check maintenance before adopting.
AkTools MCP Server is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
We evaluated AkTools MCP Server against two servers with overlapping tools; this profile had the clearer scope statement.
I recommend AkTools MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
I recommend AkTools MCP Server for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
We evaluated AkTools MCP Server against two servers with overlapping tools; this profile had the clearer scope statement.
showing 1-10 of 65
基于 akshare 的 MCP (Model Context Protocol) 服务器,提供股票、加密货币的数据查询和分析功能。
{
"mcpServers": {
"aktools": {
"command": "uvx",
"args": ["mcp-aktools"],
"env": {
# 全部可选
"OKX_BASE_URL": "https://okx.4url.cn", # OKX地址,如果你的网络环境无法访问okx.com,可通过此选项配置反代地址
"BINANCE_BASE_URL": "https://bian.4url.cn", # 币安地址,默认: https://www.binance.com
"NEWSNOW_BASE_URL": "https://newsnow.busiyi.world", # Newsnow接口地址
"NEWSNOW_CHANNELS": "wallstreetcn-quick,cls-telegraph,jin10", # Newsnow资讯来源
}
}
}
}
需要通过OAuth授权或Smithery key
{
"mcpServers": {
"aktools": {
"url": "https://server.smithery.ai/@aahl/mcp-aktools/mcp" # Streamable HTTP
}
}
}
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
{
"mcpServers": {
"aktools": {
"url": "http://0.0.0.0:8808/mcp" # Streamable HTTP
}
}
}
claude mcp add aktools -- uvx mcp-aktoolscodex mcp add aktools -- uvx mcp-aktoolssearch - 查找股票代码,支持A股、港股、美股stock_info - 获取股票信息stock_prices - 获取股票历史价格stock_indicators_a - A股关键指标stock_indicators_hk - 港股关键指标stock_indicators_us - 美股关键指标trading_suggest - 给出投资建议get_current_time - 获取当前时间及A股交易日信息stock_zt_pool_em - A股涨停股池stock_zt_pool_strong_em - A股强势股池stock_lhb_ggtj_sina - A股龙虎榜统计stock_sector_fund_flow_rank - A股概念资金流向stock_news - 获取个股/加密货币相关新闻stock_news_global - 全球财经快讯okx_prices - 获取加密货币历史价格okx_loan_ratios - 获取加密货币杠杆多空比okx_taker_volume - 获取加密货币主动买卖情况binance_ai_report - 获取加密货币AI分析报告Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.