streamable-httpupdated 9d ago
Remote MCP server (Streamable HTTP): https://mcp.gronox.kr/mcp
What can you do with FinBridge?
FinBridge MCP — Korean + US market data for AI agents
Remote MCP server (Streamable HTTP): https://mcp.gronox.kr/mcp
FinBridge gives your AI assistant (Claude, ChatGPT, Gemini CLI, Cursor — any MCP client) unified access to Korean and US market data on one normalized schema. It is the only place that serves the Korean market as a first-class citizen: DART filings, corporate-action-adjusted prices, 1,300+ Korean ETFs and named screeners — data that global providers either skip or gate behind $149/mo tiers.
Licensing-clean by design: FinBridge serves only data it may redistribute — OpenDART, SEC EDGAR, data.go.kr (Financial Services Commission), FRED public series, and exchange public data via ccxt. No scraped or license-encumbered feeds.
What you get (33 tools)
| Area | Tools |
|---|---|
| Korean market | DART filings · financials (K-IFRS, normalized) · insider trades · major events · corporate-action-adjusted daily prices (2020–) · 1,354 ETFs · KOSPI/KOSPI200 |
| US market | SEC EDGAR filings · financials (US-GAAP, 18y) · Form 4 insider trades · 13F holdings · shares outstanding (US price feeds are not redistributed — licensing policy) |
| Screeners | Minervini Trend Template (+VCP) · CAN SLIM · RS leaders · technical screens — over every Korean listing, with national RS percentiles |
| Analysis | Technical indicators · valuation snapshots · KR/US financial comparison · portfolio backtests (KR stocks/ETFs) · disclosure news feed |
| Macro & crypto | FRED series (rates, FX) · economic snapshot · crypto quotes/OHLCV via ccxt |
Quick start
Free tier, no card: 100 metered calls/day (basic lookups are unmetered), 130 trading sessions / 4 quarters of depth. Paid plans buy depth, not attempts.
Claude (claude.ai / Desktop)
Settings → Connectors → Add custom connector → https://mcp.gronox.kr/mcp — sign in with Google, no key needed.
Claude Code
claude mcp add --transport http finbridge https://mcp.gronox.kr/mcp --header "Authorization: Bearer smcp_..."
Get a key at www.gronox.kr (Google sign-in, issued instantly).
ChatGPT (developer mode)
Settings → Apps & Connectors → Advanced → Developer mode → Create connector with the URL above and your smcp_ key as an access token.
Gemini CLI
{"mcpServers": {"finbridge": {"httpUrl": "https://mcp.gronox.kr/mcp",
"headers": {"Authorization": "Bearer smcp_..."}}}}
Links
- Product & API keys: https://www.gronox.kr
- Tool reference: https://www.gronox.kr/docs
- Live coverage/status: https://mcp.gronox.kr/status
- Screeners explained: https://www.gronox.kr/screeners
- 한국어: https://www.gronox.kr/ko
Notes
- Data is a nightly snapshot (filings feed refreshes every 5 minutes); not real-time quotes.
- Output is information, not investment advice. FinBridge is not affiliated with any trader whose published criteria it implements.
- This repository is the public listing for the hosted service; the server itself is not open source.
Contact: 4y.changemaker@gmail.com
Install
Add FinBridge to your client. Pick the one you use.
claude mcp add --transport http finbridge https://mcp.gronox.kr/mcpcodex mcp add finbridge --url https://mcp.gronox.kr/mcp{
"mcpServers": {
"finbridge": {
"url": "https://mcp.gronox.kr/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"finbridge": {
"type": "http",
"url": "https://mcp.gronox.kr/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"finbridge": {
"url": "https://mcp.gronox.kr/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"finbridge": {
"serverUrl": "https://mcp.gronox.kr/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 30, 2026 |