Akshare One MCP Server

An MCP server based on [akshare-one](https://github.com/zwldarren/akshare-one), providing comprehensive interfaces for China stock market data. It

Local serverstdio

What is the Akshare One MCP MCP server?

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 tools it exposes

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 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

Getting it running

Installation 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.

How it compares

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.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Akshare One MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_hist_dataGet historical stock market data with support for multiple time periods and adjustment methods.
get_realtime_dataThe get_realtime_data tool exposed by this server.
get_news_dataThe get_news_data tool exposed by this server.
get_balance_sheetThe get_balance_sheet tool exposed by this server.
get_income_statementThe get_income_statement tool exposed by this server.
get_cash_flowThe get_cash_flow tool exposed by this server.
get_inner_trade_dataThe get_inner_trade_data tool exposed by this server.
get_financial_metricsGet key financial metrics from the three major financial statements.
get_time_infoGet current time with ISO format, timestamp, and the last trading day.

How to install the Akshare One MCP MCP server

{
     "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.

Example prompts to try

  • Use Akshare One MCP to get hist data.
  • Use Akshare One MCP to get realtime data.
  • Use Akshare One MCP to get news data.

Frequently asked questions

It connects Akshare One MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (get_hist_data, get_realtime_data, get_news_data, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Akshare One MCP directly.