dart_insider_holdings
Pack: dart-kr · Endpoint: https://gateway.pipeworx.io/dart-kr/mcp
Korean executive + 10%-shareholder equity-holding disclosures (임원·주요주주 소유보고). Returns name, role (executive/director/major shareholder), shares held, shares changed since prior report, change reason (buy/sell/grant/exercise), report date. Equivalent to US Form 4 insider transactions but reported via DART. Use for insider-trading signal, executive compensation analysis, founder/family ownership tracking.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
corp_code | string | yes | Required 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_insider_holdings","arguments":{"corp_code":"00126380"}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('dart_insider_holdings', {
"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.