Command Palette

Search for a command to run...

UnylyUnyly
Browse all

K Data Gate Server

FreeNot checked

Provides Korean market data (products, trends, stocks, real estate) in English JSON for AI agents, with 13 tools including search, trends, and stock analysis.

GitHubEmbed

About

Provides Korean market data (products, trends, stocks, real estate) in English JSON for AI agents, with 13 tools including search, trends, and stock analysis.

README

Korean market data for AI agents — in English JSON. 13 tools covering:

  • Products — search Korean products incl. K-beauty, K-food, K-pop merch (search_korean_products)
  • Trends — Naver search trend indices, viral detection for keywords like buldak or sunscreen (get_korea_trends)
  • Stocks — prices, fundamentals, DART disclosures, investor flows, screeners (5 tools)
  • Real estate — apartment transactions from MOLIT (get_korea_real_estate)
  • Companies, FX/macro, tourism, weather

Backed by the K-Data Gate API (docs, OpenAPI, llms.txt).

Quick start

No API key: tools run in preview mode (3 sample rows per call).

{
  "mcpServers": {
    "kdata-gate": {
      "command": "npx",
      "args": ["-y", "github:loved0543-dotcom/kdata-gate-mcp"]
    }
  }
}

Free pilot key (full responses, 100 calls/month)

curl -X POST https://kdata-gate.vercel.app/api/keys \
  -H "content-type: application/json" \
  -d '{"email":"[email protected]","plan":"free"}'

Then add the key to your config:

{
  "mcpServers": {
    "kdata-gate": {
      "command": "npx",
      "args": ["-y", "github:loved0543-dotcom/kdata-gate-mcp"],
      "env": { "KDATA_API_KEY": "kg_pilot_..." }
    }
  }
}

Who is this for

  • Agents helping e-commerce sellers source from Korea (what's trending, local prices, new releases, compliance)
  • Agents answering K-beauty / K-food questions
  • Agents researching Korean equities (English DART summaries)
  • Agents planning Korea travel

Status

Free pilot. Responses currently serve deterministic curated fixtures while live provider connections are finalized — each response's meta.mode field says fixture or live. No payment is required during the pilot.

License

MIT

from github.com/loved0543-dotcom/kdata-gate-mcp

Install K Data Gate Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install k-data-gate-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add k-data-gate-mcp-server -- npx -y github:loved0543-dotcom/kdata-gate-mcp

FAQ

Is K Data Gate Server MCP free?

Yes, K Data Gate Server MCP is free — one-click install via Unyly at no cost.

Does K Data Gate Server need an API key?

No, K Data Gate Server runs without API keys or environment variables.

Is K Data Gate Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install K Data Gate Server in Claude Desktop, Claude Code or Cursor?

Open K Data Gate Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare K Data Gate Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs