INDIVIDUAL MCP TOOL
compare_financials_kr_us
Compare annual financial statements of a Korean listed company (source: OpenDART, K-IFRS) and a US listed company (source: SEC EDGAR, US-GAAP) side by side, with KRW values converted to USD using FRED DEXKOUS annual-average exchange rates.
LIVE ENDPOINT
https://mcp.gronox.kr/mcp
Connect to this endpoint to inspect the live schema for compare_financials_kr_us 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.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.