npm korea-data-mcpstreamable-httpMITupdated 13d ago
Korean company records in English: identity, registration status, industry, address, and month-by-month employment from government payroll records.
What can you do with Korea Company Data?
Korea Company Data โ developer kit
Korean company records in English: identity, registration status, industry, address, and month-by-month employment from government payroll records.
Three ways in, one API key.
korea-data |
Command line โ npx korea-data 124-81-00998 |
korea-data-mcp |
MCP server for agents |
openapi.yaml |
REST API description |
Get a key at https://notonlystock.com/korea/account โ 5,000 free credits, no card.
What is in the data
152,367 Korean for-profit corporate headquarters with 10 or more insured employees.
| Field | Present |
|---|---|
| Employees (Employment Insurance) | 100% |
| Address in English | 100% |
| Established date | 100% |
| Monthly employment series | 91.9% |
| Corporate registration number | 70.5% |
| Phone | 69.3% |
| Listed market ยท DART code | 25.5% |
| Worksite addresses with headcount | 100% (25.5% have more than one) |
Registration numbers are validated against the National Tax Service. Where a value
could be read as more than it is, a companion field says what kind of value it is โ
name_en_class, established_date_source, nps_quality. Which source each field
comes from is in the data guide.
Full data guide โ ยท API docs โ
What this does not do
No score, no grade, no ranking, no opinion about any company. No sanctions, penalties or litigation history. No personal data. Facts and their sources only.
Stability
The API is v0. Paths, parameters and field names may change without notice until
v1. Pin nothing you cannot change.
MIT licensed.
Install
Add Korea Company Data to your client. Pick the one you use.
{
"servers": {
"korea-data-mcp": {
"type": "http",
"url": "https://notonlystock.com/korea/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add korea-data-mcp -- npx -y korea-data-mcpcodex mcp add korea-data-mcp -- npx -y korea-data-mcpamp mcp add korea-data-mcp -- npx -y korea-data-mcp{
"mcpServers": {
"korea-data-mcp": {
"command": "npx",
"args": [
"-y",
"korea-data-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"korea-data-mcp": {
"command": "npx",
"args": [
"-y",
"korea-data-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"korea-data-mcp": {
"command": "npx",
"args": [
"-y",
"korea-data-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"korea-data-mcp": {
"command": "npx",
"args": [
"-y",
"korea-data-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"korea-data-mcp": {
"command": "npx",
"args": [
"-y",
"korea-data-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"korea-data-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"korea-data-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"korea-data-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"korea-data-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y korea-data-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience15/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 6 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | Aug 24, 2026 |