mcpbeat Sign in
I

Firebase Deploy Leak Audit MCP Server

local only

Firebase Deploy Leak Audit runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Reads firebase.json and names the files your next firebase deploy would publish to the open web

Installs / week
npm · @readystack/firebase-deploy-leak-audit
0
Stars
1 open issues
23 Sep 2026
Last commit
no recent releases
License
JavaScript

Nothing serious here today

Today is the operative word: we check Firebase Deploy Leak Audit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add firebase-deploy-leak-audit -- npx -y @readystack/firebase-deploy-leak-audit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "firebase-deploy-leak-audit": {
      "args": [
        "-y",
        "@readystack/firebase-deploy-leak-audit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.firebase-deploy-leak-audit]
command = "npx"
args = ["-y", "@readystack/firebase-deploy-leak-audit"]
.cursor/mcp.json
{
  "mcpServers": {
    "firebase-deploy-leak-audit": {
      "args": [
        "-y",
        "@readystack/firebase-deploy-leak-audit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "firebase-deploy-leak-audit": {
      "args": [
        "-y",
        "@readystack/firebase-deploy-leak-audit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Firebase Deploy Leak Audit

same job, measured the same way
InstaPods
by instapods

Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs.

answering
Basicdeploy MCP
by akacianl

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

34 installs/wk local only
Salesforce Devops
by serpent

Plan Salesforce deploys, open pull requests and trigger pipelines from your AI client.

answering
The Deployer
by thedploy

Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.

63 installs/wk 6 tools answering
Fractera
by fractera

Zero-Ops deploy of a private AI workspace to your own VPS — from your AI chat. Free and open-source.

6 tools answering
I
Agentforce Action Audit
by jmshinhwa

13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50

local only
I
Container Hardening 800 190
by jmshinhwa

Reads a Dockerfile or compose file and names the hardening controls it fails, with the NIST SP 800-1

local only
Netcafe Build
by ainetcafe

Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

7 tools answering

Firebase Deploy Leak Audit — questions

Answers built from our own checks of this server.

Why is there no uptime for Firebase Deploy Leak Audit?
Firebase Deploy Leak Audit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/firebase-deploy-leak-audit.
How do I connect Firebase Deploy Leak Audit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/firebase-deploy-leak-audit straight from npm; nothing to host, nothing to sign up for.
Is Firebase Deploy Leak Audit open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.