FreeAppStore MCP Server

MCP serverCloud & infra

This app gives your AI a set of tools for FreeAppStore, so it can answer your FreeAppStore questions directly instead of you digging through pages yourself. Once added, your AI can check deployment status, look up SDK documentation, get details about apps, and use the platform guide to answer what you ask.

Available today. Use it from your connected AI after setup.

Add the app, then ask your AI something like 'how is my deploy going' or 'what do the SDK docs say about this' and it will pull the answer for you.

Then ask your AI: use FreeAppStore MCP Server

What your AI can do with it

  • Check the status of your FreeAppStore deployments
  • Look up SDK documentation
  • Get details about apps on FreeAppStore
  • Answer questions using the FreeAppStore platform guide

From the project's README

As published by freeappstore-online/mcp in README.md.

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/mcp

Codex

codex mcp add freeappstore --url https://mcp.freeappstore.online/mcp

Cursor

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

Tools

Build (write code yourself)

ToolAuthDescription
create_appFAS tokenProvision repo + hosting + listing, scaffold template, deploy live
update_filesOwnerWrite/overwrite files in your app's repo; auto-redeploys

Build (let the VibeCode agent write code)

ToolAuthDescription
agent_buildFAS token + vaulted AI keyHand a prompt to the VibeCode agent; it writes + deploys
agent_statusFAS tokenPoll an agent_build session for progress + live URL

Read

ToolAuthDescription
list_filesNoneList files in an app's repo
read_fileNoneRead a file from an app's repo

Inspect

ToolAuthDescription
list_appsFAS tokenList your published apps
app_infoNoneLive URL, repo, store listing, up/down status
deploy_statusNoneCheck last 5 GitHub Actions runs for any app
app_logsOwnerRecent errors/warnings/SDK calls/build info
platform_guideNoneFetch full SKILLS.md (the complete platform guide)
sdk_referenceNoneSDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI

Discovery

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 Workers

License

MIT.

Signals

Forks
1
Last commit
Jun 2026

ahel review (caution)

  • S3medium
    repository is archived

Automated review, not a security audit. Ruleset v1.

Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-freeappstore-online-mcp
Source
github.com/freeappstore-online/mcp
Hosted endpoint
https://mcp.freeappstore.online/mcp