# China Financial Markets AI Agent Connect

> China Financial Markets MCP provides your AI client with direct access to China's A-share, HK, and CNY markets. It delivers live quotes, OHLCV candle history, index snapshots, and FX rates without requiring any API keys or complex setup. Your agent can resolve symbols, track the yuan, or pull historical data across multiple exchanges instantly.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GUKrIa5tWWbmAnZPgeefajU12nQx0mBdrEPm9j2I/ai-agent-connect
- **Tags:** china, a-share, shanghai, shenzhen, hang-seng, cny, yuan, market-data, equities, etf, futures, keyless

## Description

You can finally give your AI agent a real-time window into the Chinese economy. Most existing tools for this region are built for developers or marketing teams, leaving a massive gap for anyone needing actual market data. This MCP fills that gap by providing a keyless stack that works globally. You don't need to manage credentials or deal with regional lock-ins to get quotes for A-shares, HK stocks, or China-specific ETFs. Your agent can pull live prices, check the intraday move of the yuan, or grab adjusted candle history for backtesting. Whether you are looking for a quick snapshot of the CSI 300 or deep-diving into specific stock momentum, the data is delivered in clean, typed rows that your agent can process immediately. It handles the heavy lifting of symbol resolution and provider failover, so you can focus on the analysis rather than fixing broken API calls.

## Tools

### get_kline
This tool provides OHLCV candle history for China securities. It supports daily, weekly, and monthly periods with forward or back adjustment options.

### get_stock_quote
This tool returns live price data for A-shares, HK stocks, ETFs, futures, and FX pairs. It handles symbol routing to the correct exchange automatically.

### get_top_movers
This tool identifies the biggest gainers and losers in the Shanghai and Shenzhen A-share markets for the current day.

### get_cny_rate
This tool fetches the latest CNY cross-rates against major currencies, including intraday moves for pairs like USDCNY and USDHKD.

### get_index_snapshot
This tool provides a single-call summary of major China benchmarks like the SSE Composite, CSI 300, and Hang Seng Index.

### search_china_stock
This tool resolves company names, pinyin, or codes into the correct market-prefixed symbols for use in other tools.

## Prompt Examples

**Prompt:** 
```
How is the Chinese market today? Give me the benchmark indices, Moutai and BYD, and where the yuan is.
```

**Response:** 
```
CSI 300 is at 3,902 (+0.4%), ChiNext +0.9%, and Hang Seng +1.1%. Moutai (sh600519) is at ¥1,258 (−0.6%) and BYD (sz002594) is at ¥102.4 (+2.1%). The USDCNY rate is 7.091 (−0.04% intraday).
```

**Prompt:** 
```
Is the China tech basket beating the broad market this week? Show me CSI 300 vs ChiNext and the daily closes for the last two weeks.
```

**Response:** 
```
ChiNext is up 3.2% this week compared to 0.7% for the CSI 300. The daily closes for the last two weeks show the tech sector leading the broader market trend.
```

**Prompt:** 
```
Find the symbol for Moutai and give me its recent daily candle history.
```

**Response:** 
```
Moutai is sh600519. I have pulled the recent daily OHLCV bars for you.
```

## Capabilities

### Symbol Resolution
Your agent uses this to turn names or pinyin into specific exchange codes.

### Real-time Quoting
The agent pulls live prices and market cap data for various Chinese assets.

### Historical Analysis
Your agent retrieves adjusted OHLCV bars for technical research.

### Benchmark Monitoring
The agent pulls snapshots of major indices like the CSI 300 in one go.

### Currency Tracking
Your agent monitors intraday moves for onshore yuan crosses.

## Use Cases

### Market Briefings
Ask your agent to summarize the day's performance across major China indices.

### Technical Research
Pull adjusted daily or weekly candle history for specific stocks or ETFs.

### FX Monitoring
Track the intraday movement of the yuan against the USD or HKD.

### Momentum Scanning
Identify the biggest gainers or losers in the A-share market for the day.

## Benefits

- No API keys or credentials required for most data layers.
- Automatic symbol routing to SSE, SZSE, BSE, or HKEX.
- Automatic provider failover for historical candle data.
- Global access without regional network lock-ins.

## How It Works

Connecting to this MCP is a one-click process that gives your agent immediate data access.

1. Connect the MCP to your AI client via Vinkius.
2. Ask your agent a question about Chinese stocks, indices, or FX.
3. The agent identifies the right tool and resolves the necessary symbols.
4. The agent executes the call and presents the data to you.

## Frequently Asked Questions

**Do I need an API key to use this MCP?**
No. This MCP uses keyless endpoints for quotes, history, and index snapshots, so you can start working immediately without managing credentials.

**Which markets are covered?**
It covers China's A-shares (Shanghai, Shenzhen, Beijing), Hong Kong stocks (HKEX), China ETFs, futures, and CNY FX pairs.

**Can I get historical data for my analysis?**
Yes. The get_kline tool provides daily, weekly, and monthly OHLCV bars with options for forward or back adjustment.

**What happens if the primary data source is down?**
The MCP includes automatic provider failover for historical data, ensuring your agent can still retrieve the series it needs.

**How do I find the correct ticker for a Chinese company?**
You can use the search_china_stock tool, which resolves names or pinyin into the correct market-prefixed symbols.
