mcpbeat Sign in

Freeappstore Online MCP Server

by freeappstore-online Your server? Claim it
answering

Freeappstore Online is answering right now. Last checked 15 min ago. It exposes 12 tools. Last commit 29 Jun 2026.

AI agent tools for FreeAppStore: deploy status, SDK docs, app info, platform guide.

The author archived this repository on GitHub, meaning it is no longer maintained.

Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
12
Tools
read from the server
254 ms
Response time
average over 24h
0
Stars
last commit 29 Jun 2026

What the code does

We read the source, 23 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/index.ts:649
            `Commit: ${message || `Update ${app_id} via MCP`}\n` +

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.freeappstore.online/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.freeappstore.online/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.freeappstore.online/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.freeappstore.online/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.freeappstore.online/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

app
app_info
Get info about any app on FreeAppStore — live URL, repo, store listing.
app_logs
Query recent logs for an app — errors, warnings, SDK calls, build info. Requires authentication (app owner).
create_app
Create AND publish a brand-new app on FreeAppStore, end to end. Provisions the GitHub repo + R2 hosting + store listing (same as `fas publish`), scaffolds the chosen template, and pushes it so the app deploys live at <app_id>.freeappstore.online (~1-2 min). Then use read_file/update_files to build it out. Requires authentication.
agent
agent_build
Hand a natural-language prompt to the FreeAppStore VibeCode AGENT — the platform's own AI writes the code AND deploys it. This is different from create_app/update_files (where the CALLING model writes the code): here you just prompt, and the platform builds. Uses your stored AI key (provider must be in your vault). Long-running; it builds in the background. Returns the session_id — poll agent_status to watch it and get the live URL. Tip: include the app id in your prompt, e.g. 'Build a dice roller and deploy it as dice-roller'.
agent_status
Check a VibeCode agent build session (started with agent_build): the app id it's building, deploy phase, and live URL once ready.
files
list_files
List the files in an app's repo (so you know what to read/edit).
update_files
Improve an app you own: write/overwrite one or more files in its repo with full new contents. The push auto-deploys to <app_id>.freeappstore.online in ~30-60s. Requires authentication + ownership.
apps
list_apps
List your published apps on FreeAppStore. Requires authentication (connect with a FAS session token).
deploy
deploy_status
Check the deploy status of an app (last 5 GitHub Actions runs). No auth needed for public repos.
file
read_file
Read one file's contents from an app's repo (e.g. web/src/App.tsx).
platform
platform_guide
Get the FreeAppStore platform guide (SKILLS.md) for AI-assisted development. Returns the full guide that tells you how to build apps on the platform.
sdk
sdk_reference
Quick reference for @freeappstore/sdk — imports, features, and usage patterns for auth, KV, counters, collections, rooms, proxy, hooks, and UI components.

Endpoints

URLTransportStateLatencyChecked
https://mcp.freeappstore.online/mcp streamable-http sign-in 166 ms 15 min ago

Alternatives to Freeappstore Online

same job, measured the same way
Agentbuilders
by deepfreezechill

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.

38 installs/wk local only
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only
Deploy
by nometria

Deploy any app to any cloud. 20 tools for deployments, previews, and management.

45 installs/wk local only
Dataecho
by dataecho

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

26 tools answering
Omnara
by omnara

Deploy durable AI agents with Omnara, an open-source managed-agent platform.

answering
Release Gate
by vamsisudhakaran1

Pre-deploy security auditor for AI agent code — the risks generic SAST misses.

253 installs/wk local only
Devopness
by devopness-mcp

Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.

answering
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

39 installs/wk answering

Freeappstore Online — questions

Answers built from our own checks of this server.

What can Freeappstore Online do?
It exposes 12 tools, read directly from the server on our last check. Among them: agent_build, agent_status, app_info, app_logs, create_app, deploy_status and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Freeappstore Online mostly used for?
Its tools cluster around app, agent and files. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Freeappstore Online working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 254 ms. The bar chart above shows every period we have measured.
Is Freeappstore Online still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Freeappstore Online?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Freeappstore Online?
No API key is involved. Freeappstore Online answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Freeappstore Online?
It answers our handshake in 254 ms on average, which is faster than 57% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Freeappstore Online open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.