korean-data-mcp
Provides access to Naver web data, allowing users to search for news articles and retrieve detailed information and reviews for locations via Naver Places and Naver Maps.
🇰🇷 Korean Data MCP
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.
🛠 Available Tools
Tool | Description |
| Fetch reviews for any Naver Place (restaurant, cafe, shop, etc.) |
| Real-time / daily / weekly Korean music chart (실시간 차트) |
| Search Daangn Market (당근마켓) C2C listings |
| Search Bunjang (번개장터) marketplace |
| Search Naver News articles by keyword |
| Search Naver Map places by keyword + location |
| Musinsa fashion ranking by category |
Related MCP server: Web Intelligence MCP Server
🚀 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-mcpOr with uv (recommended):
uv add korean-data-mcp3. 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 | |
Melon Chart | |
Daangn Market | |
Bunjang Market | |
Naver News | |
Naver Place Search | |
Musinsa Ranking |
💰 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityBmaintenanceUse 3,000+ pre-built cloud tools from Apify, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and moreLast updated1024,3932,408MIT- Flicense-qualityDmaintenanceProvides AI agents with real-time web capabilities including live search results, markdown web scraping, business lead generation, and detailed company information. It enables agents to bypass knowledge cutoffs by accessing current web data through a monetized Apify Actor.Last updated
- Alicense-qualityBmaintenanceThe web data platform for AI agents. Fetch, search, crawl, extract, monitor, and screenshot any URL. 55+ domain extractors, 65-98% token savings. 7 MCP tools included.Last updated33212AGPL 3.0

hasdata-mcpofficial
AlicenseAqualityDmaintenanceDirect access to 40+ scraping and search tools. Extract structured data from Google (Search, Maps, Trends), Amazon, Airbnb, Social Media, and any web page directly into your AI agent.Last updated424MIT
Related MCP Connectors
Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡
Hiring, SEC, research papers, GitHub & Hacker News as JSON for AI agents. Pay-per-result on Apify.
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leadbrain/korean-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server