MCP.so
Sign In

AKShare One MCP Server

@zwldarren

About AKShare One MCP Server

MCP server that provides access to Chinese stock market data using akshare-one

Basic information

Category

Finance & Commerce

License

MIT

Runtime

python

Transports

stdio

Publisher

zwldarren

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@zwldarren/akshare-one-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is AKShare One MCP Server?

AKShare One MCP Server is an MCP server based on akshare-one, providing comprehensive interfaces for China stock market data. It offers tools for retrieving historical stock data, real-time data, news, and financial statements.

How to use AKShare One MCP Server?

Install via Smithery (npx -y @smithery/cli install @zwldarren/akshare-one-mcp –client claude), via uvx, or from a local clone with uv sync. Add the appropriate configuration to your MCP client settings. The server runs in stdio mode by default, or you can enable streamable-http mode with –streamable-http (default host 0.0.0.0, port 8081).

Key features of AKShare One MCP Server

  • Get historical stock data with adjustable periods and sources
  • Retrieve real-time market data from multiple sources
  • Access stock news and financial statements (balance sheet, income, cash flow)
  • Get insider trading data and key financial metrics
  • Supports technical indicators like SMA, MACD, RSI, Bollinger Bands
  • Run in stdio or streamable-http transport mode

Use cases of AKShare One MCP Server

  • Analyze historical price trends with technical indicators
  • Monitor real-time stock quotes for trading decisions
  • Retrieve company financial reports for fundamental analysis
  • Gather insider trading information for market research
  • Build automated investment tools with China stock data

FAQ from AKShare One MCP Server

What data sources does the server support?

Data sources include East Money (eastmoney, eastmoney_direct), Sina (sina), and Xueqiu (xueqiu) for real-time and historical data.

What transport modes are available?

The server supports stdio mode (default) and streamable-http mode. In HTTP mode, the endpoint is available at http://{host}:{port}/mcp (default http://0.0.0.0:8081/mcp).

What are the runtime requirements?

You need Python and uv installed. The server runs via uvx or from a local clone with uv sync.

Can I get data for non-Chinese stocks?

No. The server is exclusively designed for China stock market data (A-share stocks).

Are there any authentication or API key requirements?

No authentication or API keys are needed; all data is retrieved from public financial data sources.

Comments

More Finance & Commerce MCP servers