AShareHub

Hosted MCP server for Chinese A-share and ETF market data, including prices, fundamentals, capital flows, financial statements, real-time quotes, and news.

เอกสาร

Copy page

MCP — Cloud Hosted

AShareHub provides a cloud-hosted Model Context Protocol server. No local installation required — just point your MCP client to our endpoint.

Connection URL

https://asharehub.com/mcp/sse?api\_key=YOUR\_API\_KEY

Client Configuration

Claude Desktop / Claude Code

~/.claude/settings.json

{ "mcpServers": { "asharehub": { "url": "https://asharehub.com/mcp/sse?api_key=ash_your_key" } } }

Cursor

.cursor/mcp.json

Windsurf

~/.codeium/windsurf/mcp_config.json

{ "mcpServers": { "asharehub": { "serverUrl": "https://asharehub.com/mcp/sse?api_key=ash_your_key" } } }