FreeAppStore MCP Server
OfficialAllows checking the last 5 GitHub Actions runs for any app deployed on the FreeAppStore platform.
Click on "Deploy 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: Prowpt 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 deployed
Maintenance
Related MCP Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Build and publish full-stack apps from your coding agent: models, rules, pages, auth, per-app MCP.
Coding agents build full-stack apps in persistent workspaces and share them by link.
Git-backed platform for skills, tools, and context for AI agents
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceEnables 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.21 npm1MIT
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.59MIT- AlicenseNot gradedqualityFmaintenanceEnables 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.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with GitHub via natural language, supporting repository management, issue tracking, file commits, and more.-