Odel
mcp

mcp

@freeappstore-onlineTypeScriptUpdated 2mo ago

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

Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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.