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 ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre kdata-gate-mcp

¿Qué es loved0543-dotcom/kdata-gate-mcp?

+

loved0543-dotcom/kdata-gate-mcp es mcp servers para el ecosistema de Claude AI. MCP server: Korean market data (K-beauty/K-food products, Naver trends, stocks, DART, real estate) in English JSON for AI agents Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala kdata-gate-mcp?

+

Puedes instalar kdata-gate-mcp clonando el repositorio (https://github.com/loved0543-dotcom/kdata-gate-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar loved0543-dotcom/kdata-gate-mcp?

+

loved0543-dotcom/kdata-gate-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene loved0543-dotcom/kdata-gate-mcp?

+

loved0543-dotcom/kdata-gate-mcp es mantenido por loved0543-dotcom. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a kdata-gate-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega kdata-gate-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a kdata-gate-mcp