Daiso

v1.0.0Search & Data Extractionstable

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

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

Check product availability in real-time across Korean retail stores.
Find store inventory for Daiso and Olive Young locations.
View movie schedules at CGV and M cinema chains.
hmmhmmhm

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx daiso-mcp-server

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 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
1

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 http
2

Or 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 수납박스
3

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_secret
4

Use CLI commands for retail inventory lookups

Query product availability at specific convenience store chains with the npx CLI.

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

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 0056
6

Search local places via Naver

Find nearby restaurants or cafés around a landmark. Requires NAVER credentials to be set.

npx daiso places 강남역 --category cafe

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

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-mcp-server": { "command": "npx", "args": ["-y", "daiso-mcp-server"] } } }

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