# AKShare One MCP Server

Provide access to Chinese stock market data including historical prices, real-time data, news, and financial statements. Retrieve comprehensive financial information for stocks with flexible paramete…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add zwldarren/akshare-one-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list zwldarren/akshare-one-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get zwldarren/akshare-one-mcp get_hist_data

# Call a tool
npx -y @smithery/cli@latest tool call zwldarren/akshare-one-mcp get_hist_data '{}'
```

## Direct MCP Connection

Endpoint: `https://akshare-one-mcp--zwldarren.run.tools`

## Tools (9)

- `get_hist_data` — Get historical stock market data. 'eastmoney_direct' support all A,B,H shares
- `get_realtime_data` — Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares
- `get_news_data` — Get stock-related news data.
- `get_balance_sheet` — Get company balance sheet data.
- `get_income_statement` — Get company income statement data.
- `get_cash_flow` — Get company cash flow statement data.
- `get_inner_trade_data` — Get company insider trading data.
- `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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get zwldarren/akshare-one-mcp <tool-name>
```

---

Source: https://github.com/zwldarren/akshare-one-mcp | License: MIT
