Lumi App Finder MCP
Allows matching user tasks or buyer needs to verified live iOS apps, returning localized App Store links, guides, and purchase models for the matching storefront.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lumi App Finder MCPFind me an app for tracking my daily water intake"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Lumi App Finder MCP
Lumi App Finder gives AI assistants one read-only tool for matching a user's task or buyer need to a verified live Lumi Studio iOS app.
It covers 29 apps × all 50 Apple locales. Every result includes editorially localized context, the purchase model, a detailed guide, and a direct App Store link for the matching storefront.
Hosts that support the stable MCP Apps extension render the matches as interactive, localized cards with one-click App Store and guide actions. Other hosts receive the same complete text and structured-data fallback.
First-party disclosure: Lumi Studio develops every listed app. Results are transparent publisher-authored text matches, not measured search volume, independent rankings, reviews, or user endorsements.
Agent Skill
AI hosts that support the open Agent Skills specification can install the same 50-locale, first-party catalog as an offline, progressively loaded skill:
gh skill install alice51849/lumi-mcp lumi-app-finder@v1.1.3 --scope userGitHub CLI 2.90 or newer installs to GitHub Copilot by default. Add
--agent claude-code, --agent cursor, --agent codex, or
--agent gemini-cli for another supported host. The installed skill reads only
the requested locale's 29-record snapshot and requires no account, API key,
network request, or executable script at runtime.
The version-pinned skill also works with the Vercel Skills CLI and its supported agents:
npx -y skills@1.5.19 add https://github.com/alice51849/lumi-mcp/tree/v1.1.3/skills/lumi-app-finder --skill lumi-app-finder -g -yThe third-party installer reports anonymous installation telemetry by default under the skills.sh CLI policy. The installed Lumi App Finder skill itself remains offline and contains no analytics.
The public skill is discoverable on its
skills.sh directory page,
which reads the same first-party SKILL.md from this repository.
Lumi App Finder is also listed in the independently maintained
Awesome Skills directory,
which links to the immutable v1.1.3 skill files.
Related MCP server: AppRanks MCP Server
Tool
find_ios_apps
Inputs:
query— task, app name, or buyer need in any supported language.locale— one of Apple's 50 supported locale codes; defaults toen-US.limit— 1–10 matches; defaults to 5.
The server reads the current public catalog when online and falls back to the bundled 1,450-record snapshot. User query text never leaves the local MCP process.
Install
Find io.github.alice51849/lumi-app-finder in clients or registries that use
the official MCP Registry, or use a version-pinned installer:
The VS Code and Cursor links run the zero-dependency server from the pinned
public v1.1.3 GitHub release through npx; Node.js 20 or newer is required.
The same pinned configuration can be added manually:
{
"servers": {
"lumi-app-finder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"https://github.com/alice51849/lumi-mcp/releases/download/v1.1.3/lumi-app-finder-npx.tgz"
]
}
}
}The MCPB uses Node's stdio transport and needs no account, API key, external UI runtime, or manual configuration.
For Cline, use the exact configuration and verification steps in llms-install.md.
50-locale coverage
ar-SA, bn-BD, ca, cs, da, de-DE, el, en-AU, en-CA,
en-GB, en-US, es-ES, es-MX, fi, fr-CA, fr-FR, gu-IN, he,
hi, hr, hu, id, it, ja, kn-IN, ko, ml-IN, mr-IN, ms,
nl-NL, no, or-IN, pa-IN, pl, pt-BR, pt-PT, ro, ru, sk,
sl-SI, sv, ta-IN, te-IN, th, tr, uk, ur-PK, vi,
zh-Hans, zh-Hant.
MCPB display metadata and the catalog output both use these localized resources.
Development
npm ci
npm run build:ui
npm run build:skill
npm test
npm run validate
npm run pack:mcpbRefresh the bundled catalog and 50 locale resources from the public
ios-app-guide source:
npm run sync:catalogVersion tags publish the bundle as a GitHub release and register it through GitHub OIDC, without long-lived registry credentials.
Privacy
See PRIVACY.md. The tool has no analytics or tracking, and never sends user queries to the catalog host.
Security
Report vulnerabilities privately through the security policy, not through a public issue.
License
MIT. Third-party language-data notices are in THIRD_PARTY_NOTICES.txt; bundled MCP App library licenses are in MCP_APP_NOTICES.txt.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables querying and retrieving data from App Store and Google Play Store, including app details, reviews, ratings, rankings, permissions, and search capabilities across both iOS and Android platforms.Last updated20
- Alicense-qualityDmaintenanceProvides live App Store rankings, charts, app details, reviews, and search across 55 countries, enabling AI assistants to query app store data.Last updated72MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple App Store Connect operations including app management, TestFlight, analytics, reviews, subscriptions, and more through 54 tools.Last updated618210MIT
- Alicense-qualityCmaintenanceEnables AI agents to manage App Store Connect apps, including registering bundle IDs, uploading metadata and screenshots, setting age ratings, managing TestFlight groups and testers, and submitting apps for review.Last updatedMIT
Related MCP Connectors
Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.
Live data gateway for AI — 3,300+ tools across 750+ sources, with citations
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alice51849/lumi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server