INDIVIDUAL MCP TOOL
screen_minervini
Screen KR, US and/or TW stocks that pass Mark Minervini's 8-point Trend Template (from "Trade Like a Stock Market Wizard"), evaluated on the nightly indicators_latest snapshot (daily corporate-action-adjusted KR prices).
LIVE ENDPOINT
https://mcp.gronox.kr/mcp
Connect to this endpoint to inspect the live schema for screen_minervini and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.finbridge]
url = "https://mcp.gronox.kr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finbridge": {
"type": "http",
"url": "https://mcp.gronox.kr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finbridge
Remote MCP URL: https://mcp.gronox.kr/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": {
"finbridge": {
"url": "https://mcp.gronox.kr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finbridge": {
"type": "http",
"url": "https://mcp.gronox.kr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finbridge",
"transport": "streamable-http",
"url": "https://mcp.gronox.kr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
import_portfolio— Store the structured holdings explicitly entered by the user in their FinBridge portfolio.get_portfolio— Return the holdings this user has already registered in FinBridge with import_portfolio — listed stocks plus cash, crypto, ETF and physical assets — valued at the latest prices, with return and asset allocation.get_watchlist— Read the companies followed by the authenticated user.manage_watchlist— Add or remove a company from the user's watchlist.backtest_portfolio— Backtest a fixed-weight KR or US portfolio on daily data from the local finbridge.db (stocks are corporate-action adjusted; US stocks are total-return where SEC-reported dividends exist).analyze_factors— Measure whether a ranking signal actually separates future returns, point-in-time, on KR/US/TW daily bars from the local finbridge.db.delete_backtest_run— Delete one saved simulation and its trade log from the authenticated account.get_backtest_runs— List, open or re-check the backtest and factor runs saved for your account.