← freeappstore.online
INDIVIDUAL MCP TOOL
agent_status
Check a VibeCode agent build session (started with agent_build): the app id it's building, deploy phase, and live URL once ready.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.freeappstore-online]
url = "https://mcp.freeappstore.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freeappstore-online": {
"type": "http",
"url": "https://mcp.freeappstore.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freeappstore-online
Remote MCP URL: https://mcp.freeappstore.online/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"freeappstore-online": {
"url": "https://mcp.freeappstore.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freeappstore-online": {
"type": "http",
"url": "https://mcp.freeappstore.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freeappstore-online",
"transport": "streamable-http",
"url": "https://mcp.freeappstore.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_apps— List your published apps on FreeAppStore.deploy_status— Check the deploy status of an app (last 5 GitHub Actions runs).app_info— Get info about any app on FreeAppStore — live URL, repo, store listing.app_logs— Query recent logs for an app — errors, warnings, SDK calls, build info.platform_guide— Get the FreeAppStore platform guide (SKILLS.md) for AI-assisted development.sdk_reference— Quick reference for @freeappstore/sdk — imports, features, and usage patterns for auth, KV, counters, collections, rooms, proxy, hooks, and UI components.create_app— Create AND publish a brand-new app on FreeAppStore, end to end.list_files— List the files in an app's repo (so you know what to read/edit).