# io.github.freeappstore-online/mcp (remote · mcp.freeappstore.online)

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

- Trust score: 63/100 (medium)
- Change this week: +14
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.freeappstore.online`: 63/100 (this document), [markdown](https://verifymcp.io/servers/freeappstore-online-mcp/mcp.md), [page](https://verifymcp.io/servers/freeappstore-online-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.freeappstore.online/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 986 tokens (~82/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http freeappstore-online-mcp https://mcp.freeappstore.online/mcp
```

### Codex

```toml
[mcp_servers.freeappstore-online-mcp]
url = "https://mcp.freeappstore.online/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "freeappstore-online-mcp": {
      "type": "remote",
      "url": "https://mcp.freeappstore.online/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add freeappstore-online-mcp --url https://mcp.freeappstore.online/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  freeappstore-online-mcp:
    url: "https://mcp.freeappstore.online/mcp"
```

### Other

```json
{
  "mcpServers": {
    "freeappstore-online-mcp": {
      "type": "http",
      "url": "https://mcp.freeappstore.online/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 62, +10)

- [functional improvement] Schema quality: unverified → excellent

### 2026-07-31 (score 52, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 50, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 49, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 49)

First indexed and scored.

## MCP tools (12)

### `list_apps` (~28 tokens)

List your published apps on FreeAppStore. Requires authentication (connect with a FAS session token).

### `deploy_status` (~51 tokens)

Check the deploy status of an app (last 5 GitHub Actions runs). No auth needed for public repos.

Input parameters:

- `app_id` (string, required): App ID (e.g. 'timer', 'pdfreader')

### `app_info` (~46 tokens)

Get info about any app on FreeAppStore — live URL, repo, store listing.

Input parameters:

- `app_id` (string, required): App ID (e.g. 'timer', 'pdfreader')

### `app_logs` (~71 tokens)

Query recent logs for an app — errors, warnings, SDK calls, build info. Requires authentication (app owner).

Input parameters:

- `app_id` (string, required): App ID
- `level` (string): Filter by log level
- `limit` (number): Max entries to return (default 50, max 500)

### `platform_guide` (~41 tokens)

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_reference` (~64 tokens)

Quick reference for @freeappstore/sdk — imports, features, and usage patterns for auth, KV, counters, collections, rooms, proxy, hooks, and UI components.

Input parameters:

- `feature` (string): Specific feature to look up, or 'all' for the full reference

### `create_app` (~210 tokens)

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.

Input parameters:

- `app_id` (string, required): App slug: lowercase letters/numbers/hyphens, no 'free'/'pro' prefix. Becomes <app_id>.freeappstore.online
- `category` (string, required): utilities, productivity, learning, lifestyle, finance, health, creative, or social
- `description` (string): Longer description (defaults to the oneliner)
- `oneliner` (string, required): One-line description shown in the store
- `type` (string): standalone (no backend, default) or connected (uses the SDK: auth/kv/rooms/etc.)

### `list_files` (~35 tokens)

List the files in an app's repo (so you know what to read/edit).

Input parameters:

- `app_id` (string, required): App ID

### `read_file` (~60 tokens)

Read one file's contents from an app's repo (e.g. web/src/App.tsx).

Input parameters:

- `app_id` (string, required): App ID
- `path` (string, required): File path relative to repo root, e.g. web/src/App.tsx

### `agent_build` (~215 tokens)

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'.

Input parameters:

- `model` (string): Model id (defaults per provider, e.g. claude-sonnet-4-6)
- `prompt` (string, required): What to build, in plain English. Include a desired app id.
- `provider` (string): Which vaulted AI key to use (default anthropic). Must be a provider you have a key for.
- `session_id` (string): Continue an existing build session

### `agent_status` (~52 tokens)

Check a VibeCode agent build session (started with agent_build): the app id it's building, deploy phase, and live URL once ready.

Input parameters:

- `session_id` (string, required): The session_id returned by agent_build

### `update_files` (~113 tokens)

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.

Input parameters:

- `app_id` (string, required): App ID (must be one you published)
- `files` (array, required): Files to write — each with the FULL new content. Paths relative to repo root, e.g. web/src/App.tsx
- `message` (string): Commit message

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/freeappstore-online-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 52
- 2026-07-31: 52
- 2026-07-30: 51
- 2026-07-29: 51
- 2026-07-28: 50
- 2026-07-27: 49
- 2026-07-26: 49

## Links

- Remote endpoint: https://mcp.freeappstore.online/mcp
- Repository: https://github.com/freeappstore-online/mcp
- Changelog RSS feed: https://verifymcp.io/servers/freeappstore-online-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/freeappstore-online-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/freeappstore-online-mcp/mcp
