AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Deloc

mcp-delocdev-deloc · by delocdev

Open-source CLI and MCP for Deloc — deploy static apps from your terminal or AI coding agent

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add mcp-delocdev-deloc

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-delocdev-deloc)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Deloc? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Deloc

Deploy static web apps to a shareable URL in seconds — from your terminal or your AI coding agent.

[](https://www.npmjs.com/package/@deloc/cli) [](https://www.npmjs.com/package/@deloc/mcp) [](LICENSE)

Deloc is the fastest way to ship a static web app and share it with your team. This repo contains the open-source clients that talk to the Deloc hosting service:

  • [@deloc/cli](./packages/cli)npx @deloc/cli deploy from any terminal
  • [@deloc/mcp](./packages/mcp) — MCP server so Claude Code, Cursor, and other agents can deploy on your behalf

Quickstart

From your terminal

npx @deloc/cli deploy

That's it. The CLI builds your project (if needed), uploads the output, and prints a live URL. First run opens your browser to sign in.

[Full CLI docs →](./packages/cli/README.md)

From your AI coding agent

Claude Code:

claude mcp add deloc --scope user -- npx -y @deloc/mcp@latest

Cursor — add to .cursor/mcp.json:

{
  "mcpServers": {
    "deloc": {
      "command": "npx",
      "args": ["-y", "@deloc/mcp@latest"]
    }
  }
}

Then say "deploy this to Deloc" and get a live URL back in your chat.

[Full MCP docs →](./packages/mcp/README.md)

What you get

  • Works with any static site — React, Vue, Svelte, plain HTML, or anything with an index.html
  • JSX/TSX files deploy directly — single or multi-file React projects work with no build step
  • Instant URLs — deploy in seconds, share immediately
  • Password protection — restrict access with a single parameter
  • OG previews — set custom images and descriptions for Slack/X link previews
  • Auth at the edge — Deloc's Cloudflare Worker can lock published apps to a list of allowed email domains. Publishers never write auth code.

Free tier

Three live apps, 100MB total storage, 30-day auto-expiry, 1GB bandwidth per app per month. Password protection included. No credit card.

Need more? See deloc.dev/pricing for Pro ($10/mo), Pro Unlimited ($25/mo), Team ($35/publisher/mo), and Enterprise.

How it works

your project → @deloc/cli or @deloc/mcp → api.deloc.dev → Cloudflare R2
                                                            ↓
                                                  Cloudflare Worker (edge)
                                                            ↓
                                                    *.deloc.app URL

The CLI and MCP are thin clients around a single HTTP API. They zip your build output, upload it, and return a URL. All hosting, CDN, auth, and abuse prevention happens server-side on Deloc's infrastructure.

Repository layout

packages/
  cli/      @deloc/cli      CLI entry point and commands
  mcp/      @deloc/mcp      MCP server + tools exposed to AI agents
  shared/   @deloc/shared   shared types, constants, build/upload helpers
                            (bundled into cli and mcp at build time)

Development

See [CONTRIBUTING.md](./CONTRIBUTING.md) for local dev setup, conventions, and how to run against a local API.

Quick start:

pnpm install
pnpm -r build
pnpm -r test

Security

If you find a security issue, please email security@deloc.dev rather than opening a public issue. See [SECURITY.md](./SECURITY.md).

License

MIT — see [LICENSE](./LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.