← Back to directory
D

Daiso MCP

Community
Connect Korean local retail, convenience info, and cinemas to AI via MCP, CLI, and Codex Skill.
GitHub source repository ↗
★ 324 Stars Category · Other Very popular Source revision bd95adf7bb52
64FMRS · C
Reliability
8/20
Security and permissions
12/20
Maintenance
14/20
Documentation
16/20
Setup experience
14/20

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.

Read the FMRS scoring method →

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.

Tools

daiso_search_products
Search Daiso products.
daiso_get_product
Get Daiso product details.
daiso_search_stores
Search Daiso stores.
daiso_get_inventory
Check Daiso store inventory.
daiso_get_display_location
Get display location of a Daiso product.
daiso_compare_products
Compare product prices across retailers.
places_search_nearby
Search nearby places (restaurants, cafes, etc.).
opinet_get_average_prices
Get national average fuel prices.
opinet_get_lowest_price_stations
Get lowest price gas stations.
opinet_search_stations_around
Search nearby gas stations.
opinet_get_station_detail
Get gas station details.
oliveyoung_search_stores
Search Olive Young stores.
oliveyoung_search_products
Search Olive Young products.
oliveyoung_get_inventory
Check Olive Young store inventory.
gs25_search_stores
Search GS25 stores.
gs25_search_products
Search GS25 products.
gs25_get_inventory
Check GS25 store inventory.
seveneleven_search_stores
Search 7-Eleven stores.
seveneleven_search_products
Search 7-Eleven products.
seveneleven_get_inventory
Check 7-Eleven store inventory.
seveneleven_get_popular_keywords
Get 7-Eleven popular search terms.
seveneleven_get_catalog
Get 7-Eleven catalog.
cu_search_stores
Search CU stores.
cu_get_inventory
Check CU store inventory.
emart24_search_stores
Search Emart24 stores.
emart24_search_products
Search Emart24 products.
emart24_get_inventory
Check Emart24 store inventory.
lottemart_search_stores
Search Lotte Mart stores.
lottemart_search_products
Search Lotte Mart products.
lottemart_get_inventory
Check Lotte Mart store inventory.
cgv_get_theaters
Get CGV theater list.
cgv_get_movies
Get CGV movie list.
cgv_get_timetable
Get CGV movie schedule.
megabox_get_branches
Get Megabox branch list.
megabox_get_movies
Get Megabox movie list.
megabox_get_timetable
Get Megabox movie schedule.
megabox_get_seats
Get Megabox remaining seats.
lottecinema_get_branches
Get Lotte Cinema branch list.
lottecinema_get_movies
Get Lotte Cinema movie list.
lottecinema_get_seats
Get Lotte Cinema remaining seats.
submit_developer_request
Submit a feature request or bug report to the developer.

Setup

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.

claude_desktop_config.json
{
  "mcpServers": {
    "daiso-mcp": {
      "url": "https://mcp.aka.page"
    }
  }
}

Fit and risk

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

Not for

  • Enterprise users requiring official API authentication, as this is a community project
  • Users needing information outside of Korea
  • Users who require a real-time, unlimited server (public server has daily call limits)

Required permissions

  • Public server only requires network access, no API keys needed
  • For self-hosted deployments, relevant API keys must be configured (e.g., OPINET_API_KEY, NAVER_CLIENT_ID, etc.)
  • Submitting developer requests requires Supabase credentials

Risks and side effects

  • Public server has daily call limits (3,000 requests per IP per day), which may cause rate limiting
  • Data comes from non-official sources and may be inaccurate or delayed
  • Third-party service API terms may require additional authorization; use at your own risk
  • This server is an unofficial community project and not officially supported

Troubleshooting

  1. Check if you have exceeded the daily call limit; wait until the next day or self-host
  2. Visit https://aka-page.betteruptime.com/ to see service status
  3. Use npx daiso health to check CLI health
  4. Ensure network access to https://mcp.aka.page
  5. For self-hosted deployments, verify environment variables are set correctly

Use cases

Search Daiso products and check inventory
Compare prices of a product across multiple retailers
Find nearby restaurants or cafes
Find nearby gas stations and fuel prices
Check stores and inventory for GS25, 7-Eleven, CU, Emart24
Get movie schedules for CGV, Megabox, Lotte Cinema

Supported clients

Claude DesktopPartial support
Claude CodeFull support
ChatGPTPartial support
Home AssistantFull support
GrokPartial support