Four tools. Zero bloat.
Each tool does one thing exceptionally well. All AI-native with MCPMCP (Model Context Protocol) โ lets AI assistants like Claude and GPT use CLI tools directly. server mode, --json output, and --schema discovery.
Find security holes before hackers do. Headers, SSL, cookies, DNS โ scanned in seconds.
API testing without the bloat. One command. No 500MB Electron app required.
One CLI for SQLite, PostgreSQL, and MySQL. Stop juggling database GUIs.
Your API keys are probably in a git repo somewhere. Find them before someone else does.
Every tool is AI-native. Not as an afterthought.
Built-in MCPMCP (Model Context Protocol) โ the standard that lets AI assistants discover and use CLI tools directly. server mode, structured output, and self-documenting schemas. Your AI agent can use these tools without you lifting a finger.
- MCP Server Mode โ Run
mpx-scan mcpto expose as an MCP server for AI agents - --json Output โ Structured, machine-readable output on every command
- --schema Discovery โ JSON schema of all commands, flags, and expected I/O
- --quiet Mode โ Minimal output for scripting and piping
- --no-color โ Clean output without ANSI codes (auto-detected when piping)
- --batch Processing โ Process multiple inputs from stdin or files
- Predictable Exit Codes โ 0=success, 1=failure, 2=usage error, 3=config error, 4=network error
- stdin/stdout Composable โ Pipe between tools, into AI agents, or to files
{
"mcpServers": {
"mpx-scan": { "command": "npx", "args": ["-y", "mpx-scan", "mcp"] },
"mpx-api": { "command": "npx", "args": ["-y", "mpx-api", "mcp"] },
"mpx-db": { "command": "npx", "args": ["-y", "mpx-db", "mcp"] },
"mpx-secrets-audit": { "command": "npx", "args": ["-y", "mpx-secrets-audit", "mcp"] }
}
}
Better together. Great alone.
Scan your site, test your API, manage your database, audit your secrets โ all with the same clean CLI experience. Same --json output. Same MCP server mode. One install command away.
npm i -g mpx-scan mpx-api mpx-db mpx-secrets-audit