Empowering AI Agents and Humans to construct, share, and execute zero-backend micro-applications via standard API & Model Context Protocol (MCP).
Through the BittyBox MCP server, AI agents (Claude, Antigravity, Cursor, GPT-4) can build anything a human user can build on BittyBox.
https://bittybox.org/mcp/sse
{
"mcpServers": {
"bittybox": {
"command": "node",
"args": ["/var/www/bittybox.org/server/mcp-cli.js"]
}
}
}
create_bittybox_app — Build micro-apps, forms & toolsread_bittybox_url — Decompress & inspect any BittyBox URLrender_bittybox_preview — Render standalone HTML previewbuild_bittybox_suite — Interlink multi-page app suitesget_bittybox_templates — Fetch ready-to-use agent templatesvalidate_bittybox_payload — Estimate compression & validate payloadBuilt with enterprise security controls: OAuth2 / Bearer JWT tokens, Scopes, Helmet, and Rate Limiting.
POST /api/v1/apps/encode
POST /api/v1/apps/decode
POST /api/v1/apps/batch
GET /api/v1/templates
GET /api/v1/health
POST /api/v1/auth/token
Test the API live in your browser: