Daiso
Connects AI models to real-time search and inventory data for major South Korean retail chains, convenience stores, and cinemas. It enables users to check product availability at stores like Daiso and Olive Young, or view movie schedules at CGV and M
What is Daiso?
Daiso is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to connects ai models to real-time search and inventory data for major south korean retail chains, convenience stores, and cinemas. it enables users to check product availability at stores like daiso and...
Connects AI models to real-time search and inventory data for major South Korean retail chains, convenience stores, and cinemas. It enables users to check product availability at stores like Daiso and Olive Young, or view movie schedules at CGV and M
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Connects AI models to real-time search and inventory data fo
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx daiso-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Daiso
The Daiso MCP Server connects AI assistants to real-time inventory, product search, and scheduling data for major South Korean retail chains and cinemas, including Daiso, Olive Young, GS25, CU, 7-Eleven, Lotte Mart, CGV, Megabox, and Lotte Cinema. It also supports Naver local place search and Opinet fuel pricing, making it a comprehensive tool for Korean local commerce queries. Developers and consumers in Korea can use it to check product availability, compare prices across retailers, find store locations, and look up movie showtimes—all through natural language.
Prerequisites
- Node.js 18 or later (for npx CLI usage) or an MCP-compatible client such as Claude Desktop
- Optional: OPINET_API_KEY for Korean fuel pricing data
- Optional: GOOGLE_MAPS_API_KEY for geocoding-based store radius searches
- Optional: NAVER_CLIENT_ID and NAVER_CLIENT_SECRET for Naver local restaurant/café searches
Add the remote MCP server to Claude Desktop
The quickest path is to point Claude Code at the hosted MCP endpoint over HTTP transport—no local install required.
claude mcp add daiso-mcp https://mcp.aka.page --transport httpOr run the CLI directly with npx
For one-off queries from the terminal, use npx to run the daiso CLI without a permanent install.
npx daiso products 수납박스Configure optional API keys for extended features
Fuel pricing and Naver local searches require API keys. Add them as environment variables in your shell or in the MCP server config env block.
export OPINET_API_KEY=your_opinet_key
export GOOGLE_MAPS_API_KEY=your_google_key
export NAVER_CLIENT_ID=your_naver_id
export NAVER_CLIENT_SECRET=your_naver_secretUse CLI commands for retail inventory lookups
Query product availability at specific convenience store chains with the npx CLI.
npx daiso gs25-inventory 오감자 --storeKeyword 강남Look up cinema showtimes
Fetch movie schedules at CGV by passing a play date (YYYYMMDD) and a theater code.
npx daiso cgv-timetable --playDate 20260613 --theaterCode 0056Search local places via Naver
Find nearby restaurants or cafés around a landmark. Requires NAVER credentials to be set.
npx daiso places 강남역 --category cafeDaiso Examples
Client configuration
Claude Desktop config using the hosted HTTP transport endpoint.
{
"mcpServers": {
"daiso-mcp": {
"type": "http",
"url": "https://mcp.aka.page"
}
}
}Prompts to try
Natural language prompts that exercise the server's Korean retail and cinema capabilities.
- "올리브영을 사용해서 명동 근처 매장 찾아줘" (Find Olive Young stores near Myeongdong)
- "CGV를 사용해서 강남 영화와 시간표 확인해줘" (Check CGV showtimes in Gangnam)
- "다이소로 수납박스 검색해줘" (Search Daiso for storage boxes)
- "강남역 근처 가장 싼 주유소 찾아줘" (Find the cheapest gas station near Gangnam station)
- "GS25에서 오감자 재고 있는 강남 매장 알려줘" (Find GS25 stores in Gangnam with Ogamja chips in stock)"Troubleshooting Daiso
Product search returns empty results
Use Korean characters for product names as the underlying retail APIs expect Korean input. ASCII searches will not match Korean product listings.
Naver place search fails with an auth error
NAVER_CLIENT_ID and NAVER_CLIENT_SECRET must both be set and must belong to an application registered at https://developers.naver.com with the 'Local Search' API enabled.
CGV showtimes return no results for a date
Confirm the playDate is in YYYYMMDD format (e.g. 20260613) and that the theaterCode is a valid CGV branch code. Theater codes can be found on the CGV website by inspecting branch URLs.
Frequently Asked Questions about Daiso
What is Daiso?
Daiso is a Model Context Protocol (MCP) server that connects ai models to real-time search and inventory data for major south korean retail chains, convenience stores, and cinemas. it enables users to check product availability at stores like daiso and olive young, or view movie schedules at cgv and m It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Daiso?
Follow the installation instructions on the Daiso GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Daiso?
Daiso works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Daiso free to use?
Yes, Daiso is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Daiso Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Daiso? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Daiso in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Daiso?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.