MCP Catalogs
Home

mcp-aktools

by aahl·381·Score 50

MCP server providing stock and cryptocurrency data query and analysis tools.

financeai-llmother
62
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

AkTools MCP server is a Python-based implementation that provides comprehensive financial data access. It leverages the akshare library to offer tools for stock searching, detailed stock information retrieval, market overview, historical price data with technical indicators, and financial metrics for A-shares, Hong Kong, and US markets. The server also includes functionality for retrieving crypto-currency data from OKX and Binance, as well as relevant financial news.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Financial analysts can retrieve stock data and market information to inform investment decisions
you:Developers building applications requiring real-time stock and crypto market data
you:Individual investors monitoring their portfolio performance and getting market insights
you:What data sources does this MCP server use?
you:Can I use this server for real-time trading decisions?

When to choose this

Choose this server when you need comprehensive financial data access for stocks and cryptocurrencies within your AI agent or workflow tool.

When NOT to choose this

Don't choose this if you need advanced trading functionality, real-time order placement, or extensive backtesting capabilities beyond data retrieval.

Tools this server exposes

12 tools extracted from the README
  • search

    查找股票代码,支持A股、港股、美股

  • stock_info

    获取股票信息

  • stock_prices

    获取股票历史价格

  • stock_indicators_a

    A股关键指标

  • stock_zt_pool_em

    A股涨停股池

  • stock_lhb_ggtj_sina

    A股龙虎榜统计

  • stock_news

    获取个股/加密货币相关新闻

  • okx_prices

    获取加密货币历史价格

  • okx_loan_ratios

    获取加密货币杠杆多空比

  • binance_ai_report

    获取加密货币AI分析报告

  • get_current_time

    获取当前时间及A股交易日信息

  • stock_sector_fund_flow_rank

    A股概念资金流向

Comparable tools

mcp-yfinancemcp-tradingviewmcp-binancefinnhub-mcp

Installation

Installation

Using uvx

Add to your MCP configuration:

{
  "mcpServers": {
    "aktools": {
      "command": "uvx",
      "args": ["mcp-aktools"],
      "env": {
        "OKX_BASE_URL": "https://okx.4url.cn",
        "BINANCE_BASE_URL": "https://bian.4url.cn",
        "NEWSNOW_BASE_URL": "https://newsnow.busiyi.world",
        "NEWSNOW_CHANNELS": "wallstreetcn-quick,cls-telegraph,jin10"
      }
    }
  }
}
Using Docker
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

Then configure with:

{
  "mcpServers": {
    "aktools": {
      "url": "http://0.0.0.0:8808/mcp"
    }
  }
}

FAQ

What data sources does this MCP server use?
The server primarily uses akshare library for financial data, with additional data from OKX and Binance for cryptocurrency information. It also integrates with Newsnow for financial news.
Can I use this server for real-time trading decisions?
While this server provides comprehensive financial data and some trading suggestions, it should not be used as the sole basis for real-time trading decisions. Always consult with a financial advisor for investment decisions.

Compare mcp-aktools with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.