@lazymac/k-mcp
v1.0.0
Published
K-MCP — Korean public data MCP server (PIPA, KRW, BRN, address, NLP) for Claude Code, Cursor, Windsurf
Downloads
50
Maintainers
Readme
@lazymac/k-mcp
K-MCP — Korean wedge MCP server. 9 tools for the data global SaaS need to ship in Korea: PIPA compliance, KRW + BOK rates, 사업자등록번호 lookup, Korean address geocoding, NLP, public data — all returned as English JSON.
Install (Claude Desktop / Code / Cursor / Windsurf)
{
"mcpServers": {
"k-mcp": {
"command": "npx",
"args": ["-y", "@lazymac/k-mcp"]
}
}
}Tools
| Tool | What it does |
|------|--------------|
| k_privacy_scan | Korean PIPA compliance scan — URL → risk score + violations |
| k_market_intel | KOSPI/KOSDAQ, stocks, FX, Kimchi Premium |
| k_public_data | Korean government data in English (weather, holidays, transport) |
| k_address_tools | Address normalize/parse/validate/postal lookup |
| k_address_geocoder | Address ↔ coordinates (road / lot) |
| k_business_validator | Validate 사업자등록번호 + corp registration |
| k_company_lookup | Lookup Korean company by BRN |
| k_exchange_rate | Real-time KRW + BOK base rate + CPI |
| k_govdata | Korean public data REST → English JSON |
Why this exists
Most "Korean data" APIs return XML, require Korean-only docs, or charge enterprise pricing. K-MCP normalizes all of that into a single MCP server so any AI agent can reason about Korea-specific compliance, finance, and identity.
Backed by api.lazy-mac.com — Cloudflare Workers, sub-200ms p95, free tier on every endpoint.
Related
- 🧰 @lazymac/mcp — full 42-tool unified MCP
- 🌐 api.lazy-mac.com — REST hub
- 🇰🇷 api.lazy-mac.com/k-privacy-scanner — try PIPA scan in your browser
License
MIT
