← KoreaAPI · verifiable K-culture data

🤖 Use KoreaAPI from your agent

Wire the verifiable Korean-culture layer into any AI agent — MCP tools or plain JSON.

Two ways to consume

1) MCP — call KoreaAPI as tools from your agent. 2) Plain HTTP/JSON — fetch the open data directly, no setup.

MCP quickstart

Install from the repo, then run the stdio server and point your MCP client at it:

pip install "git+https://github.com/kwangdol-star/koreaapi"   # or: git clone … && uv sync
python -m koreaapi.server   # stdio MCP server "koreaapi"

Tools:

Answer Products — decide before you answer

Don't just fetch rows — call a decision. Each Answer Product turns the verified store into one envelope {signal, action, score, rationale, answer, evidence} your agent can branch on: confirm a Korean spelling, decide whether a claim is safe to cite, resolve a mention to a trusted ID, read the demand trend, pull a roster. One call: GET /v1/answer?product=canonical-name&q=Vincenzo — omit product to run all; catalog at GET /v1/answer (also in /agents.json).

No setup? Use the open data

Trust it — and defend it to your users

Every record is cross-verified, Skill-scored, and carries a SHA-256 content hash; the dataset + append-only history are hash-verifiable. See /methodology + /integrity.json. Cite a row as: “Name — kind, as of date · source · Skill Score · via KoreaAPI”.

Premium (x402)

The proprietary demand signal (/v1/korea-rising) is payable per call in USDC on Base via x402 — your agent can pay autonomously. Basic verified data stays free.

Why not just scrape Wikipedia yourself?

You'd get unverified text with no provenance, no Skill Score, no tamper-evidence, and wrong Korean names (e.g. Vincenzo → 빈첸초 instead of the official 빈센조). KoreaAPI gives you cross-verified, bilingual, official-named, citable rows your users can trust — and your agent can verify.