By Max Techera · Open-source (MIT) · Updated June 2026
Blog

When a dashboard speaks WebMCP

WebMCP lets in-browser agents call tools via the page itself — interactive artifacts that do things.

npxnpx drops-cli report.html --managed

WebMCP exposes MCP tools inside the browser (via document context), so a published dashboard can be interactive for an agent, not just static. It's an emerging pattern for live, agent-operable artifacts.

Publish the page, keep the keys

drop hosts the static shell privately on your domain; any in-page logic runs client-side. Zero-knowledge still holds for locked drops.

FAQ

Is it zero-knowledge?
Locked drops are AES-256 encrypted in the browser via StatiCrypt before upload. The server stores only ciphertext — never your content or password.
Does it work with any AI agent?
Yes. It's a CLI plus a SKILL.md and an MCP server, so Claude Code, Codex, Cursor, OpenCode, Gemini CLI — anything that runs a shell or speaks MCP — can use it.

Share what your AI builds — on your own domain.

Open-source, zero-knowledge, free. Try it in one command:

npx drops-cli report.html --managed