Odel
mcp

mcp

@freeappstore-onlineDeveloper ToolsTypeScriptUpdated 2w ago

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

Server endpointStreamable HTTP

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

Add to ~/.claude.json:

{
  "mcpServers": {
    "freeappstore": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.freeappstore.online/mcp"]
    }
  }
}

Cursor

Settings > MCP > Add Server: npx mcp-remote https://mcp.freeappstore.online/mcp

Any MCP client

Streamable HTTP transport at https://mcp.freeappstore.online/mcp

Tools

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

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.