{
  "markdown": "# FreeAppStore MCP Server\n\nRemote [MCP](https://modelcontextprotocol.io/) server for AI agents to interact with the [FreeAppStore](https://freeappstore.online) platform.\n\n**Endpoint:** `https://mcp.freeappstore.online/mcp`\n\n## Connect\n\n### Claude Code\n\n```bash\nclaude mcp add freeappstore -- npx mcp-remote https://mcp.freeappstore.online/mcp\n```\n\n### Codex\n\n```bash\ncodex mcp add freeappstore --url https://mcp.freeappstore.online/mcp\n```\n\n### Cursor\n\nSettings > MCP > Add Server: `npx mcp-remote https://mcp.freeappstore.online/mcp`\n\n### Project-local `.mcp.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"freeappstore\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://mcp.freeappstore.online/mcp\"]\n    }\n  }\n}\n```\n\n### Any MCP client\n\nStreamable HTTP transport at `https://mcp.freeappstore.online/mcp`\n\n## Tools\n\n### Build (write code yourself)\n\n| Tool | Auth | Description |\n|------|------|-------------|\n| `create_app` | FAS token | Provision repo + hosting + listing, scaffold template, deploy live |\n| `update_files` | Owner | Write/overwrite files in your app's repo; auto-redeploys |\n\n### Build (let the VibeCode agent write code)\n\n| Tool | Auth | Description |\n|------|------|-------------|\n| `agent_build` | FAS token + vaulted AI key | Hand a prompt to the VibeCode agent; it writes + deploys |\n| `agent_status` | FAS token | Poll an agent_build session for progress + live URL |\n\n### Read\n\n| Tool | Auth | Description |\n|------|------|-------------|\n| `list_files` | None | List files in an app's repo |\n| `read_file` | None | Read a file from an app's repo |\n\n### Inspect\n\n| Tool | Auth | Description |\n|------|------|-------------|\n| `list_apps` | FAS token | List your published apps |\n| `app_info` | None | Live URL, repo, store listing, up/down status |\n| `deploy_status` | None | Check last 5 GitHub Actions runs for any app |\n| `app_logs` | Owner | Recent errors/warnings/SDK calls/build info |\n| `platform_guide` | None | Fetch full SKILLS.md (the complete platform guide) |\n| `sdk_reference` | None | SDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI |\n\n## Discovery\n\n- MCP Registry: [`io.github.freeappstore-online/mcp`](https://registry.modelcontextprotocol.io)\n- Auto-discovery: [`freeappstore.online/.well-known/mcp.json`](https://freeappstore.online/.well-known/mcp.json)\n- Platform guide: [`freeappstore.online/llms.txt`](https://freeappstore.online/llms.txt)\n- Docs: [`freeappstore.online/docs/mcp`](https://freeappstore.online/docs/mcp)\n\n## Architecture\n\nCloudflare Worker with a SQLite-backed Durable Object (`FasMcpAgent`), using the [`agents`](https://www.npmjs.com/package/agents) SDK. Deployed via GitHub Actions.\n\n## Development\n\n```bash\nnpm install\nnpm run dev    # local dev server\nnpm run deploy # deploy to CF Workers\n```\n\n## License\n\nMIT.\n",
  "bytes": 2807,
  "sha": "816679ca4315afeb53179722e3977a3349a5bfe789a0ac7917cfebc3540f536e",
  "repo_slug": "freeappstore-online/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_freeappstore_online_mcp_809af41b/readme"
}