MCP server that provides access to Chinese stock market data using akshare-one
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"akshare-one-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
MCP Security Weekly
Get CVE alerts and security updates for Akshare One Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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)