Korea Data

MCP & command line

The same surface, wrapped. The MCP server is what an agent talks to; the CLI is for a terminal.

MCP server

KCID_API_KEY=kcid_... npx korea-data-mcp

Or in an MCP client's config:

{
  "mcpServers": {
    "korea-company-data": {
      "command": "npx",
      "args": ["-y", "korea-data-mcp"],
      "env": { "KCID_API_KEY": "kcid_..." }
    }
  }
}
lookup_korean_companyBy registration number — 1 credit
search_korean_companiesBy name, with limit — 1 credit per row
get_employment_historyMonthly series — 10 credits
get_credit_balanceFree

Every tool description states its own cost, so an agent can budget before calling.

Command line

npx korea-data 124-81-00998
KCID_API_KEY=kcid_... npx korea-data "samsung electronics"

Missing an endpoint or a field? Say what you were trying to do — it is read by the person who builds this.