Skip to main content
ClaudeWave

MCP server: Korean market data (K-beauty/K-food products, Naver trends, stocks, DART, real estate) in English JSON for AI agents

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/loved0543-dotcom/kdata-gate-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "kdata-gate-mcp": {
      "command": "node",
      "args": ["/path/to/kdata-gate-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/loved0543-dotcom/kdata-gate-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](https://kdata-gate.vercel.app) ([docs](https://kdata-gate.vercel.app/docs), [OpenAPI](https://kdata-gate.vercel.app/openapi.json), [llms.txt](https://kdata-gate.vercel.app/llms.txt)).

## Quick start

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

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

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

```bash
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:

```json
{
  "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

What people ask about kdata-gate-mcp

What is loved0543-dotcom/kdata-gate-mcp?

+

loved0543-dotcom/kdata-gate-mcp is mcp servers for the Claude AI ecosystem. MCP server: Korean market data (K-beauty/K-food products, Naver trends, stocks, DART, real estate) in English JSON for AI agents It has 0 GitHub stars and was last updated today.

How do I install kdata-gate-mcp?

+

You can install kdata-gate-mcp by cloning the repository (https://github.com/loved0543-dotcom/kdata-gate-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is loved0543-dotcom/kdata-gate-mcp safe to use?

+

loved0543-dotcom/kdata-gate-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains loved0543-dotcom/kdata-gate-mcp?

+

loved0543-dotcom/kdata-gate-mcp is maintained by loved0543-dotcom. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to kdata-gate-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy kdata-gate-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: loved0543-dotcom/kdata-gate-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/loved0543-dotcom-kdata-gate-mcp)](https://claudewave.com/repo/loved0543-dotcom-kdata-gate-mcp)
<a href="https://claudewave.com/repo/loved0543-dotcom-kdata-gate-mcp"><img src="https://claudewave.com/api/badge/loved0543-dotcom-kdata-gate-mcp" alt="Featured on ClaudeWave: loved0543-dotcom/kdata-gate-mcp" width="320" height="64" /></a>

More MCP Servers

kdata-gate-mcp alternatives