Best for
- AI application users interested in Korean retail and local information
- Developers who need quick access to convenience store, retail, and cinema inventory and schedules
- Korean users of ChatGPT, Claude, Home Assistant, or Grok
daiso-mcp is a feature-rich MCP server covering Korean local retail, convenience information, and cinemas, supporting multiple AI apps, but it relies on non-official data and has call limits.
daiso-mcp is an MCP server that provides product, store, inventory, price comparison, nearby places (restaurants, cafes), gas station/oil price lookup, and cinema (CGV, Megabox, Lotte Cinema) schedules for Korean local retail (Daiso, Olive Young, Lotte Mart) and convenience stores (GS25, 7-Eleven, CU, Emart24). Users can use it without preparing API keys. The project also offers a CLI (npx daiso) and a Codex Skill, and supports remote connection over HTTP.
Add the MCP server URL https://mcp.aka.page in your AI application that supports remote MCP. For example, in Claude Code: claude mcp add daiso-mcp https://mcp.aka.page --transport http. Alternatively, use the CLI: npx daiso.
{
"mcpServers": {
"daiso-mcp": {
"url": "https://mcp.aka.page"
}
}
}