streamable-httpupdated 2mo ago
Korean market data for AI agents — in English JSON. 13 tools covering:
What can you do with kdata gate?
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
buldakorsunscreen(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
Install
Add kdata gate to your client. Pick the one you use.
claude mcp add --transport http kdata-gate https://kdata-gate.vercel.app/mcpcodex mcp add kdata-gate --url https://kdata-gate.vercel.app/mcp{
"mcpServers": {
"kdata-gate": {
"url": "https://kdata-gate.vercel.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"kdata-gate": {
"type": "http",
"url": "https://kdata-gate.vercel.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"kdata-gate": {
"url": "https://kdata-gate.vercel.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kdata-gate": {
"serverUrl": "https://kdata-gate.vercel.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 80 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 12, 2026 |