dart_major_shareholders

Pack: dart-kr · Endpoint: https://gateway.pipeworx.io/dart-kr/mcp

Korean 5%-rule (대량보유) disclosures for a company — every shareholder who has crossed the 5% beneficial-ownership threshold, with subsequent 1%+ changes. Returns shareholder name, holding type, shares held, stake percentage, change reason, report date. Equivalent to US 13D/13G but with a lower trigger threshold. Use for “who owns big stakes in $KR_COMPANY”, activism tracking, follow-the-money on KOSPI filings.

Parameters

NameTypeRequiredDescription
corp_codestringyesRequired 8-digit DART corp identifier.

Example call

Arguments

{
  "corp_code": "00126380"
}

curl

curl -X POST https://gateway.pipeworx.io/dart-kr/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dart_major_shareholders","arguments":{"corp_code":"00126380"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dart_major_shareholders', {
  "corp_code": "00126380"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dart-kr": {
      "url": "https://gateway.pipeworx.io/dart-kr/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 2, 2026