🇰🇷 MCP server for Korean web data — Naver, Melon, Daangn, Bunjang, Musinsa via Apify
SaferSkills independently audited korean-data-mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Real-time Korean web data for AI assistants — powered by Apify actors.
A Model Context Protocol (MCP) server that gives Claude, Cursor, and other AI tools direct access to live Korean web data — including Naver reviews, Melon music charts, Daangn/Bunjang marketplace listings, Korean news, and Musinsa fashion rankings.
| Tool | Description |
|---|---|
get_naver_place_reviews | Fetch reviews for any Naver Place (restaurant, cafe, shop, etc.) |
get_melon_chart | Real-time / daily / weekly Korean music chart (실시간 차트) |
search_daangn | Search Daangn Market (당근마켓) C2C listings |
search_bunjang | Search Bunjang (번개장터) marketplace |
search_naver_news | Search Naver News articles by keyword |
search_naver_places | Search Naver Map places by keyword + location |
get_musinsa_ranking | Musinsa fashion ranking by category |
Sign up at apify.com (free tier: $5/month credit included). Copy your token from console.apify.com/account/integrations.
pip install korean-data-mcpOr with uv (recommended):
uv add korean-data-mcpexport APIFY_TOKEN="your_apify_token_here"korean-data-mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"korean-data": {
"command": "korean-data-mcp",
"env": {
"APIFY_TOKEN": "your_apify_token_here"
}
}
}
}Or with uvx (no install needed):
{
"mcpServers": {
"korean-data": {
"command": "uvx",
"args": ["korean-data-mcp"],
"env": {
"APIFY_TOKEN": "your_apify_token_here"
}
}
}
}Once connected to Claude Desktop or another MCP client:
"What are the top 10 songs on Melon chart right now?"
"Find cafes near Hongdae on Naver Map and show their reviews."
"Search Daangn for iPhone 15 Pro listings in Seoul."
"What are the trending news stories on Naver today about 인공지능?"
"Show me the Musinsa top 50 outer clothing items."Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"korean-data": {
"type": "stdio",
"command": "korean-data-mcp",
"env": {
"APIFY_TOKEN": "your_apify_token_here"
}
}
}
}All data is fetched live via Apify actors:
| Actor | Apify Store |
|---|---|
| Naver Place Reviews | oxygenated_quagmire/naver-place-reviews |
| Melon Chart | oxygenated_quagmire/melon-chart-scraper |
| Daangn Market | oxygenated_quagmire/daangn-market-scraper |
| Bunjang Market | oxygenated_quagmire/bunjang-market-scraper |
| Naver News | oxygenated_quagmire/naver-news-scraper |
| Naver Place Search | oxygenated_quagmire/naver-place-search |
| Musinsa Ranking | oxygenated_quagmire/musinsa-ranking-scraper |
git clone https://github.com/leadbrain/korean-data-mcp
cd korean-data-mcp
pip install -e ".[dev]"
export APIFY_TOKEN="your_token"
python -m korean_data_mcp.serverMIT License — see LICENSE
Issues and PRs welcome at github.com/leadbrain/korean-data-mcp
Built on [FastMCP](https://github.com/PrefectHQ/fastmcp) · Data from [Apify](https://apify.com)
<!-- mcp-name: io.github.leadbrain/korean-data -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.