🛠️ Micro-Page Studio
Compressing via Gzip🔌 Krive REST API
HTTPS • CORS EnabledIntegrate Krive compression into any backend, script, or AI pipeline. Send raw HTML and instantly receive a zero-dependency, self-contained Krive URL.
POST https://krive.xyz/api/compress
Sample JSON Response:
POST https://krive.xyz/api/decompress
⚡ Interactive API Test Console
🤖 Krive Model Context Protocol (MCP) Server
Stdio & HTTP TransportEquip your AI Agents (Claude Code, Cursor, Antigravity, AutoGPT, LangChain) with the ability to instantly generate, compress, and render complete micro web pages.
1. Add to your MCP Agent Configuration
Add Krive MCP to your .mcp.json or claude_desktop_config.json:
2. Exposed MCP Agent Tools
krive_compress_page
Compresses raw HTML/CSS/JS into a self-contained, zero-server Krive URL.
krive_decompress_url
Takes a Krive URL or hash fragment and extracts the original HTML source code.
krive_create_micro_app
Takes separate HTML, CSS, JS, and Title parameters to build a responsive micro-web application.
3. Remote MCP HTTP/SSE Endpoint
AI agents connecting over HTTP can make standard JSON-RPC 2.0 requests directly to:
https://krive.xyz/api/mcp