korean-data-mcp

korean-data-mcp

Real-time Korean web data for AI assistants β€” Naver Place reviews, Melon charts, Daangn/Bunjang marketplace, Naver News, Musinsa fashion rankings. 7 tools powered by Apify actors.

Category
Visit Server

README

πŸ‡°πŸ‡· 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

<!-- mcp-name: io.github.leadbrain/korean-data -->

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured