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
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":{}}}'
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.