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
| Name | Type | Required | Description |
|---|---|---|---|
corp_code | string | yes | Required 8-digit DART corp identifier. |
Example call
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":{}}}'
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.