Loading MCP server directory, please wait...
Real-time Korean corporate disclosure (DART) events. Pay per call in USDC via x402. No API key.
npx @getmcp/cli add io.github.LJaysk/kr-dart-eventsRequires Docker Engine. Community-contributed server. Review source before installing.
X402_PRIVATE_KEYEVM private key (0x...) of a wallet holding a few cents of USDC on Base. Used to sign x402 micro-payments. Gas is not needed.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.LJaysk/kr-dart-events": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"X402_PRIVATE_KEY",
"ghcr.io/ljaysk/kr-dart-events-mcp:0.1.1"
],
"env": {
"X402_PRIVATE_KEY": ""
}
}
}
}