An MCP server based on [akshare-one](https://github.com/zwldarren/akshare-one), providing comprehensive interfaces for China stock market data. It
Most developer tooling work still happens through a UI a human drives. Akshare One MCP MCP server moves it into the conversation instead. 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.
The server publishes 9 tools. What each one is for:
get_hist_data — Get historical stock market data with support for multiple time periods and adjustment methodsget_realtime_data — The get_realtime_data tool exposed by this serverget_news_data — The get_news_data tool exposed by this serverget_balance_sheet — The get_balance_sheet tool exposed by this serverget_income_statement — The get_income_statement tool exposed by this serverget_cash_flow — The get_cash_flow tool exposed by this serverget_inner_trade_data — The get_inner_trade_data tool exposed by this serverget_financial_metrics — Get key financial metrics from the three major financial statementsget_time_info — Get current time with ISO format, timestamp, and the last trading dayInstallation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Akshare One MCP's toolset — get_hist_data, get_realtime_data, get_news_data and 6 more — is a fair guide to whether it matches your workflow. It is maintained by zwldarren; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Akshare One MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_hist_data | Get historical stock market data with support for multiple time periods and adjustment methods. |
| get_realtime_data | The get_realtime_data tool exposed by this server. |
| get_news_data | The get_news_data tool exposed by this server. |
| get_balance_sheet | The get_balance_sheet tool exposed by this server. |
| get_income_statement | The get_income_statement tool exposed by this server. |
| get_cash_flow | The get_cash_flow tool exposed by this server. |
| get_inner_trade_data | The get_inner_trade_data tool exposed by this server. |
| 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. |
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/akshare-one-mcp",
"run",
"akshare-one-mcp"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.