AI-native command-line tools for developers and AI agents. Built for the terminal, powered by MCP.
Free to start. Works with Claude, GPT, Copilot, Cursor, and any MCP-compatible AI.
Every tool works from the command line AND as an MCP server for AI agents. --json output, --schema discovery, predictable exit codes.
Website security scanner. Check headers, SSL, misconfigurations, and get actionable fix suggestions.
npm i -g mpx-scan
API testing and mocking. Build collections, run assertions, spin up mock servers for rapid development.
npm i -g mpx-api
Database management CLI. Query, migrate, and inspect schemas for SQLite, PostgreSQL, and MySQL.
npm i -g mpx-db
Every Mesaplex tool is built for both human developers and AI agents. Discoverable, invocable, and parseable — out of the box.
Every tool includes an mcp subcommand that exposes it as an MCP server. AI agents discover and use your tools automatically.
Every command supports --json for structured, machine-readable output. Perfect for CI/CD pipelines and AI agent parsing.
Run --schema on any tool to get a complete JSON schema of all commands, flags, and expected inputs/outputs.
stdin/stdout composability, --batch mode, --quiet, --no-color. Chain tools together or pipe to AI agents.
{
"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"] }
}
}
Built by developers, for developers and their AI agents. No compromises.
CLI-first design. No GUI bloat, no forced workflows. Scriptable, pipeable, automation-ready out of the box.
Core features work without limits. No crippled demos, no forced signups. Upgrade only when you need more.
Install and use immediately. No email verification, no OAuth flows. Your data stays local on your machine.
Every tool is fully open source. Review the code, submit PRs, build extensions. Community-driven development.