K-Data Gate MCP Server
Provides access to Naver search trend indices and viral detection for Korean keywords.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@K-Data Gate MCP Serverwhat are the top trending K-beauty products this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"]
}
}
}Related MCP server: Korea Building Register 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides access to Korean financial news and market data (stocks and crypto) with AI-ready mathematical scoring to prevent hallucinations. Includes tools for news retrieval, chart analysis, financial statements, tag matching, and trend analysis.325MIT
- AlicenseAqualityDmaintenanceProvides 12 tools to query South Korean building register data, including title sheets, floor details, and official house prices via the data.go.kr API. It enables users to perform smart building lookups and region code searches using natural language.122Apache 2.0
- Alicense-qualityCmaintenanceEnables AI agents to query real-time and historical Korean stock market data from KRX (Korea Exchange) including indices, stocks, ETFs, bonds, derivatives, and commodities via MCP tools and resources.481MIT
- FlicenseAqualityBmaintenanceProvides AI with real-time stock data from Naver Securities and Yahoo Finance via 47 tools, enabling accurate analysis without API keys for Korean and US markets.521
Related MCP Connectors
Search company disclosures and financial statements from the Korean market. Retrieve stock profile…
AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loved0543-dotcom/kdata-gate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server