Daiso

v1.0.0Search & Data Extractionstable

한국 로컬 리테일과 영화관 조회를 MCP, CLI, Codex Skill로 연결합니다.

cgvclawhubclicodex-skilldaiso
Share:
297
Stars
0
Downloads
0
Weekly
0/5

What is Daiso?

Daiso is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 한국 로컬 리테일과 영화관 조회를 mcp, cli, codex skill로 연결합니다.

한국 로컬 리테일과 영화관 조회를 MCP, CLI, Codex Skill로 연결합니다.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 한국 로컬 리테일과 영화관 조회를 MCP, CLI, Codex Skill로 연결합니다.

Use Cases

Query Korean retail stores and cinemas through MCP integration.
Check product availability at local retailers in South Korea.
Access movie times and inventory data via conversational AI.
hmmhmmhm

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx daiso

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Daiso

The Daiso MCP Server (published as the 'daiso' package) connects AI assistants and CLI users to real-time inventory, product availability, and scheduling data for South Korea's major retail chains and cinemas—including Daiso, Olive Young, GS25, CU, Lotte Mart, CGV, Megabox, and Lotte Cinema. It also integrates Naver local place search and Opinet fuel pricing. Whether accessed as an MCP server inside Claude, as a CLI tool via npx, or as a Codex Skill through Clawhub, it brings Korean local commerce data into conversational AI workflows.

Prerequisites

  • Node.js 18 or later (for npx CLI usage)
  • An MCP-compatible client such as Claude Desktop or Claude Code for MCP usage
  • Optional: OPINET_API_KEY for Korean gas station fuel pricing
  • Optional: NAVER_CLIENT_ID and NAVER_CLIENT_SECRET for local restaurant/café search
1

Add the server via Claude Code HTTP transport

The hosted endpoint at mcp.aka.page requires no local install—simply register it with Claude Code.

claude mcp add daiso-mcp https://mcp.aka.page --transport http
2

Or run the CLI interactively

Use npx daiso for one-off terminal queries without any configuration.

npx daiso
3

Search for products at Daiso

Pass a Korean product name as the argument to the products subcommand.

npx daiso products 수납박스
4

Check convenience store inventory

Query GS25 stock for a product at a specific branch area using the gs25-inventory subcommand.

npx daiso gs25-inventory 오감자 --storeKeyword 강남
5

Look up cinema showtimes

Retrieve CGV movie showtimes by specifying a date (YYYYMMDD) and a theater code.

npx daiso cgv-timetable --playDate 20260613 --theaterCode 0056
6

Search local places

Find nearby cafés or restaurants using Naver place search. Requires NAVER credentials in environment.

npx daiso places 강남역 --category cafe

Daiso Examples

Client configuration

Claude Desktop config using the hosted HTTP MCP endpoint.

{
  "mcpServers": {
    "daiso-mcp": {
      "type": "http",
      "url": "https://mcp.aka.page"
    }
  }
}

Prompts to try

Conversational prompts for Claude with the Daiso MCP server active.

- "다이소로 수납박스 검색해줘" (Search Daiso for storage boxes)
- "올리브영을 사용해서 명동 근처 매장 찾아줘" (Find Olive Young stores near Myeongdong)
- "CGV를 사용해서 강남 영화와 시간표 확인해줘" (Check CGV Gangnam showtimes)
- "강남역 근처 가장 싼 주유소 찾아줘" (Find cheapest gas station near Gangnam station)
- "GS25에서 오감자 재고 있는 강남 매장 알려줘" (GS25 Gangnam stores with Ogamja in stock)"

Troubleshooting Daiso

Product search returns empty or no results

Korean retail APIs expect Korean-language search terms. Use Hangul characters for product names rather than romanized or English equivalents.

Naver place search returns an authorization error

Set NAVER_CLIENT_ID and NAVER_CLIENT_SECRET environment variables from an application registered at https://developers.naver.com with the Local Search API permission enabled.

CGV showtime query returns no movies for a date

Verify the playDate is exactly 8 digits in YYYYMMDD format and that the theaterCode is a valid CGV branch code. Theater codes appear in CGV website URLs when browsing individual branch pages.

Frequently Asked Questions about Daiso

What is Daiso?

Daiso is a Model Context Protocol (MCP) server that 한국 로컬 리테일과 영화관 조회를 mcp, cli, codex skill로 연결합니다. 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.

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.

Quick Config Preview

{ "mcpServers": { "daiso": { "command": "npx", "args": ["-y", "daiso"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides