Skip to main content

MCP server for Korean web data — Naver, Melon, Daangn, Bunjang, Musinsa and more via Apify

Project description

🇰🇷 Korean Data MCP

Real-time Korean web data for AI assistants — powered by Apify actors.

PyPI License: MIT MCP

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.


🛠 Available Tools

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

🚀 Quick Start

1. Get an Apify API Token

Sign up at apify.com (free tier: $5/month credit included).
Copy your token from console.apify.com/account/integrations.

2. Install

pip install korean-data-mcp

Or with uv (recommended):

uv add korean-data-mcp

3. Set Environment Variable

export APIFY_TOKEN="your_apify_token_here"

4. Run the MCP Server

korean-data-mcp

⚙️ Claude Desktop Configuration

Add 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"
      }
    }
  }
}

💬 Usage Examples

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."

🔧 Cursor / VS Code Configuration

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"
      }
    }
  }
}

📊 Data Sources

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

💰 Pricing

  • Apify Free Tier: $5/month credit — enough for ~1,000–5,000 tool calls
  • Actor runs are billed per 1,000 items returned ($0.50/1K items)
  • No additional cost for this MCP server itself

🏗 Development

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.server

📄 License

MIT License — see LICENSE


🤝 Contributing

Issues and PRs welcome at github.com/leadbrain/korean-data-mcp


Built on FastMCP · Data from Apify

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

korean_data_mcp-0.1.0.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

korean_data_mcp-0.1.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file korean_data_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: korean_data_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for korean_data_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3738dbfbce3dbe64f2c9ab678985552c1fef77450b6c491850ae0c685984189d
MD5 02afe19f67118bbe958470197156c34a
BLAKE2b-256 4651cc322110885f0af7421525410081a6d401bf35c5789c227360609de9af2a

See more details on using hashes here.

File details

Details for the file korean_data_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for korean_data_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8b8c78cb2908890dc39021311d3aeb8ec28677aba19b01800cffb8080b21e725
MD5 153d13183f7b50eb8b72b02359c55606
BLAKE2b-256 36e068833cbfa03ae8ddbd614774b136183169feedbecb7c3870bace96f1ca0d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page