AShareHub

Máy chủ MCP được lưu trữ cho dữ liệu thị trường cổ phiếu A và ETF của Trung Quốc, bao gồm giá cả, dữ liệu cơ bản, dòng vốn, báo cáo tài chính, báo giá thời gian thực và tin tức.

Tài liệu

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