FreeAppStore MCP Server
OfficialAllows checking the last 5 GitHub Actions runs for any app deployed on the FreeAppStore platform.
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., "@FreeAppStore MCP Servercreate a new app named 'HelloWorld' using the default template"
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.
FreeAppStore MCP Server
Remote MCP server for AI agents to interact with the FreeAppStore platform.
Endpoint: https://mcp.freeappstore.online/mcp
Connect
Claude Code
claude mcp add freeappstore -- npx mcp-remote https://mcp.freeappstore.online/mcpCodex
codex mcp add freeappstore --url https://mcp.freeappstore.online/mcpCursor
Settings > MCP > Add Server: npx mcp-remote https://mcp.freeappstore.online/mcp
Project-local .mcp.json
{
"mcpServers": {
"freeappstore": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.freeappstore.online/mcp"]
}
}
}Any MCP client
Streamable HTTP transport at https://mcp.freeappstore.online/mcp
Related MCP server: DevToolkit MCP Server
Tools
Build (write code yourself)
Tool | Auth | Description |
| FAS token | Provision repo + hosting + listing, scaffold template, deploy live |
| Owner | Write/overwrite files in your app's repo; auto-redeploys |
Build (let the VibeCode agent write code)
Tool | Auth | Description |
| FAS token + vaulted AI key | Hand a prompt to the VibeCode agent; it writes + deploys |
| FAS token | Poll an agent_build session for progress + live URL |
Read
Tool | Auth | Description |
| None | List files in an app's repo |
| None | Read a file from an app's repo |
Inspect
Tool | Auth | Description |
| FAS token | List your published apps |
| None | Live URL, repo, store listing, up/down status |
| None | Check last 5 GitHub Actions runs for any app |
| Owner | Recent errors/warnings/SDK calls/build info |
| None | Fetch full SKILLS.md (the complete platform guide) |
| None | SDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI |
Discovery
MCP Registry:
io.github.freeappstore-online/mcpAuto-discovery:
freeappstore.online/.well-known/mcp.jsonPlatform guide:
freeappstore.online/llms.txt
Architecture
Cloudflare Worker with a SQLite-backed Durable Object (FasMcpAgent), using the agents SDK. Deployed via GitHub Actions.
Development
npm install
npm run dev # local dev server
npm run deploy # deploy to CF WorkersLicense
MIT.
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
Alicense-qualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.Last updated531MIT- Alicense-qualityCmaintenanceProvides AI assistants with 28 developer tools across file, git, code analysis, HTTP, and system domains, enabling tasks like file editing, repository management, code analysis, and shell command execution.Last updated332MIT

Prowpt MCP Serverofficial
AlicenseCqualityCmaintenanceEnables AI agents to create, edit, and publish web apps on Prowpt.ai through project management, code editing, and AI assistant tools.Last updated59MIT- 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
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
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/freeappstore-online/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server