by zwldarren
MCP server that provides access to Chinese stock market data using akshare-one
# Add to your Claude Code skills
git clone https://github.com/zwldarren/akshare-one-mcpGuides for using mcp servers skills like akshare-one-mcp.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:45:46.681Z",
"npmAuditRan": true,
"pipAuditRan": true
}akshare-one-mcp is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zwldarren. MCP server that provides access to Chinese stock market data using akshare-one. It has 205 GitHub stars.
Yes. akshare-one-mcp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/zwldarren/akshare-one-mcp" and add it to your Claude Code skills directory (see the Installation section above).
akshare-one-mcp is primarily written in Python. It is open-source under zwldarren on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh akshare-one-mcp against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
An MCP server based on akshare-one, providing comprehensive interfaces for China stock market data. It offers a set of powerful tools for retrieving financial information including historical stock data, real-time data, news data, and financial statements.
get_hist_dataGet historical stock market data with support for multiple time periods and adjustment methods.
symbol (string, required): Stock code (e.g. '000001')interval (string, optional): Time interval ('minute','hour','day','week','month','year') (default: 'day')interval_multiplier (number, optional): Interval multiplier (default: 1)start_date (string, optional): Start date in YYYY-MM-DD format (default: '1970-01-01')end_date (string, optional): End date in YYYY-MM-DD format (default: '2030-12-31')adjust (string, optional): Adjustment type ('none', 'qfq', 'hfq') (default: 'none')source (string, optional): Data source ('eastmoney', 'eastmoney_direct', 'sina') (default: 'eastmoney')indicators_list (list, optional): Technical indicators to addrecent_n (number, optional): Number of most recent records to return (default: 100)get_realtime_dataGet real-time stock market data.
symbol (string, optional): Stock codesource (string, optional): Data source ('xueqiu', 'eastmoney', 'eastmoney_direct') (default: 'eastmoney_direct')get_news_dataGet stock-related news data.
symbol (string, required): Stock coderecent_n (number, optional): Number of most recent records to return (default: 10)get_balance_sheetGet company balance sheet data.
symbol (string, required): Stock coderecent_n (number, optional): Number of most recent records to return (default: 10)get_income_statementGet company income statement data.
symbol (string, required): Stock coderecent_n (number, optional): Number of most recent records to return (default: 10)get_cash_flowGet company cash flow statement data.
symbol (string, required): Stock codesource (string, optional): Data source (default: 'sina')recent_n (number, optional): Number of most recent records to return (default: 10)get_inner_trade_dataGet company insider trading data.
symbol (string, required): Stock codeget_financial_metricsGet key financial metrics from the three major financial statements.
symbol (string, required): Stock coderecent_n (number, optional): Number of most recent records to return (default: 10)get_time_infoGet current time with ISO format, timestamp, and the last trading day.
The server supports two modes: stdio and streamable-http
Command Line Arguments:
--streamable-http: Enable HTTP mode (default: stdio mode)--host: Host to bind to in HTTP mode (default: 0.0.0.0)--port: Port to listen on in HTTP mode (default: 8081)Note: When using streamable-http mode, the MCP server will be available at
http://{host}:{port}/mcp. For the default configuration, this would behttp://0.0.0.0:8081/mcp.
To install akshare-one-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude
uvInstall uv if you haven't already.
Add the following configuration to your MCP Client settings:
{
"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 dependencies:
uv sync
Add the following configuration to your MCP Client settings:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/akshare-one-mcp",
"run",
"akshare-one-mcp"
]
}
}
}
The get_hist_data tool supports the following technical indicators: