Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.przemekzur/breezedeploy

NPM · BREEZEDEPLOY-MCP · SCANNED SEP 25

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

Available components

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 102 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 14 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 933 tokens (~84/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 90% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "deploy_app" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.przemekzur/breezedeploy MCP server?

io.github.przemekzur/breezedeploy runs locally as an npm package, launched with npx -y breezedeploy-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · breezedeploy-mcp

# add to Claude Code
claude mcp add przemekzur-breezedeploy -- npx -y breezedeploy-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "przemekzur-breezedeploy": {
      "command": "npx",
      "args": [
        "-y",
        "breezedeploy-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "przemekzur-breezedeploy": {
      "command": "npx",
      "args": [
        "-y",
        "breezedeploy-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add przemekzur-breezedeploy -- npx -y breezedeploy-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "przemekzur-breezedeploy": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "breezedeploy-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add przemekzur-breezedeploy --command npx --arg -y --arg breezedeploy-mcp
# ~/.hermes/config.yaml
mcp_servers:
  przemekzur-breezedeploy:
    command: "npx"
    args: ["-y", "breezedeploy-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "przemekzur-breezedeploy": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "breezedeploy-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add przemekzur-breezedeploy -t stdio -c npx -a -y breezedeploy-mcp
// mcp.json
{
  "mcpServers": {
    "przemekzur-breezedeploy": {
      "command": "npx",
      "args": [
        "-y",
        "breezedeploy-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/breezedeploy-mcp@0.4.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 102 packages
Packages resolved 102
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~933 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_database ~45

Provision a managed Postgres database for a project. New deployments in the project automatically receive its connection string as DATABASE_URL.

NameTypeReqDescription
projectstringyesProject name (created if new)

No output schema declared.

No examples provided.

delete_app ~38

Stop a deployed app by project and app name.

NameTypeReqDescription
appstringyesApp name to stop
projectstringyesProject name

No output schema declared.

No examples provided.

deploy_app ~147

Deploy a container image to a project and get a live HTTPS URL. Creates the project if it does not exist. Use `mode: autoscale` (default, sleeps when idle) or `reserved` (always on).

NameTypeReqDescription
appstringyesApp name; becomes the subdomain
envobject–Environment variables
imagestringyesPublic Docker image, e.g. nginxdemos/hello
modestring–autoscale | reserved
portinteger–Container port (default 8080)
projectstringyesProject name (created if new)
sizestring–A size key from list_sizes

No output schema declared.

No examples provided.

deploy_from_git ~231

Build a git repository with Nixpacks and deploy it, returning a live HTTPS URL. Use this when the user already has a repo URL; for a plain local folder with no repo, use `deploy_source` instead. Creates the project if it does not exist. For a PRIVATE repo, pass `token` (e.g. a GitHub personal access token) — it's used only to clone and is never stored or logged.

NameTypeReqDescription
appstringyesApp name; becomes the subdomain
envobject–Environment variables
modestring–autoscale | reserved
portinteger–Container port (default 8080)
projectstringyesProject name (created if new)
refstring–Branch, tag, or commit (default: repo default)
repoUrlstringyesGit repo URL (public, or private with a token)
sizestring–A size key from list_sizes
tokenstring–Access token for a PRIVATE https repo (e.g. GitHub PAT). Not stored.

No output schema declared.

No examples provided.

deploy_source ~186

Deploy a local project folder — no git, no Docker, no Dockerfile. Uploads the folder and builds it server-side with Nixpacks, returning a live HTTPS URL. Use this when the user just has a local app on disk (the default, zero-setup path). heavy/secret files (node_modules, .git, dist, build, .env) are excluded automatically. Creates the project if it does not exist.

NameTypeReqDescription
appstringyesApp name; becomes the subdomain
dirstring–Local folder to deploy (default: current directory)
envobject–Environment variables
modestring–autoscale | reserved
portinteger–Container port (default 8080)
projectstringyesProject name (created if new)
sizestring–A size key from list_sizes

No output schema declared.

No examples provided.

list_apps ~32

List the deployments (apps) in a project, with status and URL.

NameTypeReqDescription
projectstringyesProject name

No output schema declared.

No examples provided.

list_plans ~22

List billing plans (price, included allotment, overage).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_sizes ~18

List available machine sizes and their compute-unit rates.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

set_compliance ~171

Generate and publish imprint, privacy policy, and a cookie-consent banner for a project. Returns public URLs you can link to / embed. Templates only, not legal advice.

NameTypeReqDescription
citystring––
countrystringyesCountry of the responsible party
emailstringyesContact email
legalNamestringyesPerson or company responsible
postalCodestring––
processorsarray–Third-party processors, e.g. Stripe
projectstringyesProject name (created if new)
siteNamestringyesPublic site/app name
streetstring––
usesAnalyticsboolean–Site uses analytics
usesCookiesboolean–Site sets non-essential cookies
vatIdstring––

No output schema declared.

No examples provided.

usage ~21

Show metered compute units and the current cost estimate for your account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

whoami ~22

Show the resolved tenant and control-plane URL (for debugging the connection).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.przemekzur/breezedeploy MCP server?

io.github.przemekzur/breezedeploy is an MCP server listed in the public MCP registry as io.github.przemekzur/breezedeploy. Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat. This page covers its npm package (breezedeploy-mcp).

Is the io.github.przemekzur/breezedeploy MCP server safe to use?

io.github.przemekzur/breezedeploy scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.przemekzur/breezedeploy MCP server expose?

io.github.przemekzur/breezedeploy exposes 11 tools: whoami, list_sizes, list_plans, deploy_app, deploy_source, and 6 more. Their descriptions and schemas cost roughly 933 tokens of context every time the server is loaded.

Is the io.github.przemekzur/breezedeploy MCP server still maintained?

io.github.przemekzur/breezedeploy is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.przemekzur/breezedeploy MCP server under?

io.github.przemekzur/breezedeploy declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.