streamable-httpupdated 2mo ago
Remote MCP server for AI agents to interact with the FreeAppStore platform.
该仓库已被所有者归档。仍可使用,但不再更新。
freeappstore online 能做什么?
FreeAppStore MCP Server
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)
| Tool | Auth | Description |
|---|---|---|
create_app |
FAS token | Provision repo + hosting + listing, scaffold template, deploy live |
update_files |
Owner | Write/overwrite files in your app's repo; auto-redeploys |
Build (let the VibeCode agent write code)
| Tool | Auth | Description |
|---|---|---|
agent_build |
FAS token + vaulted AI key | Hand a prompt to the VibeCode agent; it writes + deploys |
agent_status |
FAS token | Poll an agent_build session for progress + live URL |
Read
| Tool | Auth | Description |
|---|---|---|
list_files |
None | List files in an app's repo |
read_file |
None | Read a file from an app's repo |
Inspect
| Tool | Auth | Description |
|---|---|---|
list_apps |
FAS token | List your published apps |
app_info |
None | Live URL, repo, store listing, up/down status |
deploy_status |
None | Check last 5 GitHub Actions runs for any app |
app_logs |
Owner | Recent errors/warnings/SDK calls/build info |
platform_guide |
None | Fetch full SKILLS.md (the complete platform guide) |
sdk_reference |
None | SDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI |
Discovery
- MCP Registry:
io.github.freeappstore-online/mcp - Auto-discovery:
freeappstore.online/.well-known/mcp.json - Platform guide:
freeappstore.online/llms.txt - Docs:
freeappstore.online/docs/mcp
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.
安装
把 freeappstore online 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http freeappstore-online https://mcp.freeappstore.online/mcpcodex mcp add freeappstore-online --url https://mcp.freeappstore.online/mcp{
"mcpServers": {
"freeappstore-online": {
"url": "https://mcp.freeappstore.online/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"freeappstore-online": {
"type": "http",
"url": "https://mcp.freeappstore.online/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"freeappstore-online": {
"url": "https://mcp.freeappstore.online/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"freeappstore-online": {
"serverUrl": "https://mcp.freeappstore.online/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护11/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 64 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年5月22日 |