Back to Browse

Kdata Gate MCP Server

Developer ToolsModerate6.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.

About

Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.

Remote endpoints: streamable-http: https://kdata-gate.vercel.app/mcp

Security Report

6.2
Moderate6.2Moderate Risk

This MCP server is well-structured with appropriate authentication mechanisms and minimal security concerns. The codebase is clean, uses the official MCP SDK, and implements proper credential handling via environment variables. The server's permissions (network_http, env_vars) are appropriate for its stated purpose as a Korean market data aggregator. No malicious patterns, code injection vulnerabilities, or credential leakage were detected. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

K-Data Gate MCP Server

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":"you@example.com","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

Reviews

No reviews yet

Be the first to review this server!