{
  "markdown": "# K-Data Gate MCP Server\n\nKorean market data for AI agents — in English JSON. 13 tools covering:\n\n- **Products** — search Korean products incl. K-beauty, K-food, K-pop merch (`search_korean_products`)\n- **Trends** — Naver search trend indices, viral detection for keywords like `buldak` or `sunscreen` (`get_korea_trends`)\n- **Stocks** — prices, fundamentals, DART disclosures, investor flows, screeners (5 tools)\n- **Real estate** — apartment transactions from MOLIT (`get_korea_real_estate`)\n- **Companies, FX/macro, tourism, weather**\n\nBacked 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)).\n\n## Quick start\n\nNo API key: tools run in preview mode (3 sample rows per call).\n\n```json\n{\n  \"mcpServers\": {\n    \"kdata-gate\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"github:loved0543-dotcom/kdata-gate-mcp\"]\n    }\n  }\n}\n```\n\n## Free pilot key (full responses, 100 calls/month)\n\n```bash\ncurl -X POST https://kdata-gate.vercel.app/api/keys \\\n  -H \"content-type: application/json\" \\\n  -d '{\"email\":\"you@example.com\",\"plan\":\"free\"}'\n```\n\nThen add the key to your config:\n\n```json\n{\n  \"mcpServers\": {\n    \"kdata-gate\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"github:loved0543-dotcom/kdata-gate-mcp\"],\n      \"env\": { \"KDATA_API_KEY\": \"kg_pilot_...\" }\n    }\n  }\n}\n```\n\n## Who is this for\n\n- Agents helping e-commerce sellers source from Korea (what's trending, local prices, new releases, compliance)\n- Agents answering K-beauty / K-food questions\n- Agents researching Korean equities (English DART summaries)\n- Agents planning Korea travel\n\n## Status\n\nFree 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.\n\n## License\n\nMIT\n",
  "bytes": 1953,
  "sha": "7193dc5880437e32002d8138637f221c8f5842d1a4884ab0dd525f1de620a92d",
  "repo_slug": "loved0543-dotcom/kdata-gate-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_loved0543_dotcom_kdata_gate_9ee26677/readme"
}