INDIVIDUAL MCP TOOL
get_stock_signals
以台股四位數代號查詢個股:最新收盤與漲跌幅、今日 SMC Radar 狀態(golden/watch/none)、近20日行情概況,與該股全部歷史掃描紀錄及掃描後 5/10/20 個交易日績效。
LIVE ENDPOINT
https://smcstocks.com/mcp
Connect to this endpoint to inspect the live schema for get_stock_signals and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_today_signals— 取得最新交易日台股盤後掃描的聚合結果:當日掃描檔數、符合條件檔數、黃金級與觀察級各自筆數。最新交易日的完整名單為會員限定,歷史完整紀錄請用 get_signal_history。資料僅供研究參考,非投資建議。get_signal_history— 取得全部(或近 N 天)公開掃描紀錄與其後績效:每筆含掃描日、代號、分類(golden/watch)、條件符合度(1~3)、掃描日收盤價,與掃描後 5/10/20 個交易日報酬、最大漲幅、最大回撤(未滿天數為 null=計算中)。紀錄永久保存不可竄改。