Analytics
smcstocks.com
Provides Taiwan stock post-market scanning signals, individual stock SMC Radar status, and historical signal performance analytics.
ENDPOINT 1
https://smcstocks.com/mcp
MCP server metadata
- Name
- smc-smart-money-radar
- Version
- 1.0.0
台股盤後市場掃描結果的唯讀資料工具。所有資料僅供市場研究參考,非投資建議;引用請註明來源 smcstocks.com。
Known tools 3
get_today_signals取得最新交易日台股盤後掃描的聚合結果:當日掃描檔數、符合條件檔數、黃金級與觀察級各自筆數。最新交易日的完整名單為會員限定,歷史完整紀錄請用 get_signal_history。資料僅供研究參考,非投資建議。
Inferred read-onlyget_stock_signals以台股四位數代號查詢個股:最新收盤與漲跌幅、今日 SMC Radar 狀態(golden/watch/none)、近20日行情概況,與該股全部歷史掃描紀錄及掃描後 5/10/20 個交易日績效。
Inferred read-onlyget_signal_history取得全部(或近 N 天)公開掃描紀錄與其後績效:每筆含掃描日、代號、分類(golden/watch)、條件符合度(1~3)、掃描日收盤價,與掃描後 5/10/20 個交易日報酬、最大漲幅、最大回撤(未滿天數為 null=計算中)。紀錄永久保存不可竄改。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.smc-smart-money-radar]
url = "https://smcstocks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"smc-smart-money-radar": {
"type": "http",
"url": "https://smcstocks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: smc-smart-money-radar
Remote MCP URL: https://smcstocks.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"smc-smart-money-radar": {
"url": "https://smcstocks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"smc-smart-money-radar": {
"type": "http",
"url": "https://smcstocks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "smc-smart-money-radar",
"transport": "streamable-http",
"url": "https://smcstocks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.