Back to Browse

Mcp MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.freeappstore.online/mcp

Security Report

4.2
Use Caution4.2High Risk

This is a well-structured MCP server for the FreeAppStore platform with appropriate authentication and permission scoping. The server makes authenticated API calls only when required (list_apps tool) and uses public APIs for other operations. Minor code quality issues around error handling and input validation exist but do not constitute security vulnerabilities. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 1 high severity).

3 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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)

ToolAuthDescription
create_appFAS tokenProvision repo + hosting + listing, scaffold template, deploy live
update_filesOwnerWrite/overwrite files in your app's repo; auto-redeploys

Build (let the VibeCode agent write code)

ToolAuthDescription
agent_buildFAS token + vaulted AI keyHand a prompt to the VibeCode agent; it writes + deploys
agent_statusFAS tokenPoll an agent_build session for progress + live URL

Read

ToolAuthDescription
list_filesNoneList files in an app's repo
read_fileNoneRead a file from an app's repo

Inspect

ToolAuthDescription
list_appsFAS tokenList your published apps
app_infoNoneLive URL, repo, store listing, up/down status
deploy_statusNoneCheck last 5 GitHub Actions runs for any app
app_logsOwnerRecent errors/warnings/SDK calls/build info
platform_guideNoneFetch full SKILLS.md (the complete platform guide)
sdk_referenceNoneSDK docs for auth, KV, counters, collections, rooms, proxy, keys, UI

Discovery

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.

Reviews

No reviews yet

Be the first to review this server!