
RunZero MCP
Let your coding agent run runZero attack-surface queries and compare snapshots from a local SQLite copy while you harden what you ship.
Overview
runZero MCP is a MCP server for the Ship phase that runs runZero attack-surface queries and keeps a local SQLite mirror that diffs over time.
What is this MCP server?
- Every runZero query exposed as MCP commands for agent-driven recon
- Local SQLite copy of your attack surface with time-based diffs
- stdio transport via runzero-mcp mcpb v0.1.0
- Single required secret: RUNZERO_API_KEY
- Published from Servosity msp-skills skills/runzero
- Server version 0.1.0
- Transport: stdio
- One required secret env var: RUNZERO_API_KEY
Community signal: 1 GitHub stars.
What problem does it solve?
You lose track of new hosts and services between releases because only you—and not your agent—can query runZero’s live attack surface.
Who is it for?
Indie builders with runZero who want agent-assisted asset inventory and drift checks before or right after shipping.
Skip if: Teams without runZero or builders who only need generic port scanning with no SaaS inventory.
What do I get? / Deliverables
Your agent can query runZero and reason over local SQLite diffs so exposure changes surface during security-focused ship work.
- Agent-executable runZero queries
- Time-diffable local SQLite copy of attack-surface data
Recommended MCP Servers
Journey fit
How it compares
runZero API bridge with offline SQLite diffs, not a generic nmap skill or cloud CSPM dashboard.
Common Questions / FAQ
Who is RunZero MCP for?
Builders and tiny ops teams on runZero who want MCP agents to query attack surface data and local SQLite snapshots during security reviews.
When should I use RunZero MCP?
Use it in Ship security when you need to discover assets, compare surface changes, or answer agent questions about exposure before go-live.
How do I add RunZero MCP to my agent?
Download the runzero-v0.1.0 mcpb bundle, set RUNZERO_API_KEY, register the stdio MCP server in your client, and reconnect the agent session.