
Xinkuang China Stock Mcp
Wire your coding agent to live and historical China A-share and Hong Kong listings so you can research tickers, backtest ideas, or prototype fintech side projects without hand-rolling exchange APIs.
Overview
xinkuang China Stock MCP is a Build-phase MCP server that exposes China A-share and Hong Kong equity market data to your agent through Smithery-hosted streamable-http tools.
What is this MCP server?
- Real-time and historical quotes for China A-shares and Hong Kong equities via Smithery streamable-http remote
- Bearer Smithery API key authentication on the hosted @xinkuang/china-stock-mcp endpoint
- Open-source server on GitHub (xinkuang/china-stock-mcp) at catalog version 1.15.0
- Suited to agent-driven screeners, dashboards, and validation scripts for Greater China markets
- MCP protocol tools instead of a one-off Python scraper you maintain yourself
- Transport: streamable-http on server.smithery.ai
- Source repository: github.com/xinkuang/china-stock-mcp
Community signal: 41 GitHub stars.
What problem does it solve?
Building Greater China market features means hunting fragmented APIs and re-explaining ticker conventions to the model on every session.
Who is it for?
Solo builders prototyping China/HK market dashboards, research agents, or alert workflows who already use Smithery MCP hosting.
Skip if: Builders who only need US equities, require licensed execution/clearing, or cannot use cloud-hosted financial data remotes.
What do I get? / Deliverables
After you add the Smithery remote and API key, your agent can query structured China and HK stock data in the same thread where you write code.
- Registered Smithery remote pointing at @xinkuang/china-stock-mcp
- Agent-callable tools for real-time and historical China/HK market queries
- GitHub-backed server reference at xinkuang/china-stock-mcp for self-host or inspection
Recommended MCP Servers
Journey fit
MCP servers land on the Build shelf because they are product integrations you register once the agent needs external data; market feeds are not a launch or ops concern first. Integrations is the canonical subphase for third-party HTTP MCP remotes that expose structured tools to Claude Code, Cursor, or Codex during implementation.
How it compares
Regional market-data MCP bridge, not a hosted trading platform or a generic web-scraping skill.
Common Questions / FAQ
Who is xinkuang China Stock MCP for?
Indie and solo developers building agent-assisted research or fintech prototypes focused on China A-shares and Hong Kong listings.
When should I use xinkuang China Stock MCP?
Use it during Build when your product needs programmatic access to China/HK quotes and history inside Claude Code, Cursor, or Codex.
How do I add xinkuang China Stock MCP to my agent?
Register the Smithery remote URL https://server.smithery.ai/@xinkuang/china-stock-mcp/mcp with Authorization Bearer {smithery_api_key} in your MCP client config.