mcpbeat

Freeappstore Online MCP Server

io.github.freeappstore-online/mcp
answering

Freeappstore Online is answering right now. Last checked 3 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 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
12
Tools
read from the server
989 ms
Response time
average over 24h
0
Stars
last commit 29 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 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"
    }
  }
}

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 answering 1059 ms 3 min ago

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 989 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.
Does Freeappstore Online need an API key?
No. Freeappstore Online completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Freeappstore Online?
It answers our handshake in 989 ms on average, which is faster than 5% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Freeappstore Online open source?
Yes — written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.