
AKShare One
STDIOChina stock market data interface providing financial information and analysis tools.
China stock market data interface providing financial information and analysis tools.
An MCP server based on akshare-one, providing interfaces for China stock market data. It offers a set of tools for retrieving financial information including historical stock data, real-time data, news data, financial statements, etc.
get_hist_data
Get historical stock data Input parameters:
get_realtime_data
Get real-time stock data Input parameters:
get_news_data
Get stock-related news data Input parameters:
get_balance_sheet
Get company balance sheet data Input parameters:
get_income_statement
Get company income statement data Input parameters:
get_cash_flow
Get company cash flow statement data Input parameters:
get_inner_trade_data
Get company insider trading data Input parameters:
get_current_time
Get current time with ISO format, timestamp, and the last trading day
To install akshare-one-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude
uv
Install directly from PyPI using uv:
uv pip install akshare-one-mcp
Add the following configuration:
"mcpServers": { "akshare-one-mcp": { "command": "uvx", "args": ["akshare-one-mcp"] } }
Clone this repository:
git clone https://github.com/zwldarren/akshare-one-mcp.git cd akshare-one-mcp
Install uv if you haven't already.
Install dependencies:
uv sync
Add the following configuration:
"mcpServers": { "akshare-one-mcp": { "command": "uv", "args": [ "--directory", "/path/to/akshare-one-mcp", "run", "akshare-one-mcp" ] } }