Skip to content
Home Products
Tools
mpx-scan mpx-api mpx-db mpx-secrets-audit Pricing Docs About GitHub

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.

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 mcp to 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
MCP Configuration โ€” Add all tools at once
{
  "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"] }
  }
}

Works with Claude, GPT, Copilot, Cursor, and any MCP-compatible AI

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
Install in 10 Seconds โ†’ View Pricing