Server data from the Official MCP Registry
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
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
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.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Korean market data for AI agents — in English JSON. 13 tools covering:
search_korean_products)buldak or sunscreen (get_korea_trends)get_korea_real_estate)Backed by the K-Data Gate API (docs, OpenAPI, llms.txt).
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"]
}
}
}
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_..." }
}
}
}
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.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.