Real-time Korean corporate disclosure (DART) events. Pay per call in USDC via x402. No API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Real-time DART (Korea's SEC EDGAR equivalent) filing events, structured for machines. Pay per call with USDC via x402 β no account, no API key, no subscription.
Korea's exchanges publish ~2,500 corporate filings every trading day, in Korean. This service polls DART every 15 seconds, classifies each filing into 31 machine-readable categories, scores importance 0β1, and serves structured JSON with English labels and English company names.
| Endpoint | Price | What you get |
|---|---|---|
GET /v1/events | $0.002 | Full filing stream, cursor-based delta |
GET /v1/events/material | $0.005 | Material filings only (supply contracts, capital raises, CB/BW, control changes, delisting risk, M&Aβ¦) |
GET /v1/events/{rcept_no} | $0.01 | Single filing detail |
GET /v1/events/{rcept_no}/document | $0.02 | Full original text, parsed to clean plain text (not charged on retrieval failure) |
GET /v1/company/{code}/events | $0.005 | Per-company timeline (6-digit ticker) |
GET /v1/bids | $0.005 | KONEPS government procurement bid notices (goods/service/construction/foreign), cursor delta |
GET /v1/bids/search | $0.005 | Bid search by keyword, type, minimum budget (KRW) |
GET /v1/bids/{bid_ntce_no} | $0.01 | Bid notice full detail (all raw KONEPS fields) |
GET /v1/awards | $0.005 | Award results β winner and amount |
GET /v1/prespecs | $0.01 | Early signal: pre-spec notices, before bid notices |
GET /v1/orderplans | $0.01 | Earliest signal: agency order plans for the fiscal year |
GET /v1/match/{bizno} | $0.05 | Personalized matching β company profile + biddable notices, scored |
GET /v1/company-awards/{bizno} | $0.02 | Company award history β competitor intel |
Free: /v1/health, /, /llms.txt, /openapi.json.
Payment: x402 exact scheme, USDC on Base or Solana (Solana fees sponsored by
the facilitator β buyer wallets need zero SOL).
See client_example.py. Fund any EVM wallet with a few cents
of USDC on Base, then:
Standard x402 SDKs (x402-fetch, x402-axios, x402 python) work as-is.
mcp_server.py wraps the API as MCP tools
(kr_dart_material_events, kr_dart_all_events, kr_dart_company_timeline,
kr_dart_filing_detail).
Poll /v1/events/material?since_cursor=<last> every 60s during KST market hours.
New filings appear within ~15s of DART publication. Cost β $2/day.
server/ contains the full seller implementation (FastAPI + hand-rolled x402
middleware, CDP facilitator with JWT auth) β reference for building your own
x402 seller.MIT β see LICENSE. Operated by LJay AI Media Group Β· contact@ljaysk.com
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kr-dart-events)<a href="https://allmcps.com/mcp/kr-dart-events"><img src="https://allmcps.com/api/badge/kr-dart-events?style=directory" alt="Kr Dart Events on AllMCPs" /></a>