Discover and explore top open-source AI tools and projects—updated daily.
hmmhmmhmAI agent toolkit for real-world data retrieval
Top 92.6% on SourcePulse
This project provides an AI-accessible interface to real-world retail and entertainment data, focusing on Korean chains like Daiso, Olive Young, and major cinema operators. It empowers AI agents (ChatGPT, Claude, Grok) to query product availability, store locations, and movie showtimes via the Model Context Protocol (MCP), offering users a convenient way to retrieve practical, location-aware information through natural language.
How It Works
The core of the project is its implementation of the Model Context Protocol (MCP), which standardizes access to diverse data sources. These MCP endpoints are hosted on Cloudflare Workers, presenting a unified API gateway (https://mcp.aka.page). This serverless architecture allows AI models to interact with services like Daiso product searches, Olive Young store lookups, and CGV movie schedules without needing direct integration with each individual service's API.
Quick Start & Requirements
https://mcp.aka.page. A dedicated GPT app is also available for mobile use at https://mcp.aka.page/prompt.npx daiso.https://mcp.aka.page/openapi.json and https://mcp.aka.page/openapi-full.json.Highlighted Details
Maintenance & Community
Notable contributors include @thecats1105 and @betterthanhajin. The project's Cloudflare Workers were last updated around March 17, 2026. No direct links to community forums (Discord/Slack) or a public roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
openapi.json serves as a facade for OpenAI Actions, potentially limiting direct use of all underlying service endpoints without accessing the full spec.1 day ago
Inactive