lazymac-k-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| k_market_intelC | Korean financial data — KOSPI / KOSDAQ, stocks, FX, Kimchi Premium, news |
| k_public_dataC | Korean government data in English JSON — weather, FX, holidays, transport |
| k_address_toolsC | Korean address normalize / parse / validate / geocode / postal lookup |
| k_business_validatorC | Validate Korean BRN (사업자등록번호), corp registration, phone format |
| k_exchange_rateC | Real-time KRW exchange rate + BOK base rate + CPI (history supported) |
| k_company_lookupC | Korean company lookup by 사업자등록번호 → company info + status |
| k_address_geocoderC | Korean address ↔ coordinates geocoder + reverse geocoder |
| k_privacy_scanC | Korean PIPA compliance scanner — URL → risk score + violations report |
| k_govdataC | Korean public data API — exchange rates, holidays, indicators, English JSON |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Several tools have overlapping purposes: k_public_data and k_govdata both provide Korean public/government data with exchange rates and holidays, and k_exchange_rate also covers FX/rates. k_address_tools and k_address_geocoder both include geocoding, while k_business_validator and k_company_lookup both revolve around business registration numbers.
The k_ prefix and snake_case style are consistent, and most names follow a clear k_<domain>_<function> pattern. Minor deviations include k_govdata (one word) and some semantic overlap between names like k_public_data vs k_govdata.
Nine tools is a reasonable size for a Korean data toolkit, but a few are redundant or overlapping, so the count is slightly higher than the actual distinct functionality would suggest.
The toolset covers finance, government data, address handling, business validation, exchange rates, company lookup, and privacy compliance. The main gaps are not missing domains but missing clarity/separation between overlapping tools; core workflows are mostly supported.