AKShare One MCP Server
Provide access to Chinese stock market data including historical prices, real-time data, news, and financial statements. Retrieve comprehensive financial information for stocks with flexible paramete…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add zwldarren/akshare-one-mcp
# Browse available tools
npx -y smithery tool list zwldarren/akshare-one-mcp
# Get full schema for a tool
npx -y smithery tool get zwldarren/akshare-one-mcp get_hist_data
# Call a tool
npx -y smithery tool call zwldarren/akshare-one-mcp get_hist_data '{}'Direct MCP Connection
Endpoint: https://akshare-one-mcp--zwldarren.run.tools
Tools (9)
get_hist_data— Get historical stock market data. 'eastmoney_direct' support all A,B,H sharesget_realtime_data— Get real-time stock market data. 'eastmoney_direct' support all A,B,H sharesget_news_data— Get stock-related news data.get_balance_sheet— Get company balance sheet data.get_income_statement— Get company income statement data.get_cash_flow— Get company cash flow statement data.get_inner_trade_data— Get company insider trading data.get_financial_metrics— Get key financial metrics from the three major financial statements.get_time_info— Get current time with ISO format, timestamp, and the last trading day.
# Get full input/output schema for a tool
npx -y smithery tool get zwldarren/akshare-one-mcp License: MIT