Provide access to Chinese stock market data including historical prices, real-time data, news, and…
{
"mcpServers": {
"ai-smithery-zwldarren-akshare-one-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/zwldarren-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)