Korea's first legally-safe (Capital Markets Act compliant) finance MCP. 15 tools (ECOS · Real Estate · DART · KRX) + 2 Korea-unique synergy tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"korea-finance-mcp": {
"command": "npx",
"args": [
"-y",
"emceeKim/korea-finance-mcp"
]
}
}
}
Run in terminal:
claude mcp add korea-finance-mcp npx -y emceeKim/korea-finance-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"korea-finance-mcp": {
"command": "npx",
"args": [
"-y",
"emceeKim/korea-finance-mcp"
]
}
}
}