AShareHub

Server MCP yang dihosting untuk data pasar saham A-share dan ETF China, termasuk harga, fundamental, arus modal, laporan keuangan, kuotasi real-time, dan berita.

Dokumentasi

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" } } }