# pm7 Tools > Small, transparent command-line tools that give humans and AI agents the same dependable access to external services. Every tool is a command-line program. Pass --json for machine-readable output on stdout, and branch on the exit code rather than on message text. With --json a failing command writes nothing to stdout and puts a JSON error document on stderr. ## Tools - [pm7-mobbin](https://tools.pm7.dev/tools/pm7-mobbin.md): Command-line client for the official Mobbin MCP server, for humans and AI agents. ## Commands - `pm7-mobbin help` - Show a short usage overview. - `pm7-mobbin version` - Print the version. - `pm7-mobbin docs [--json]` - Print the full command reference, or the machine-readable manifest with --json. - `pm7-mobbin status` - Show login state and configuration without touching the network. - `pm7-mobbin login [--manual]` - Authorize this machine against Mobbin. - `pm7-mobbin logout` - Remove the stored credentials. - `pm7-mobbin tools` - List the tools Mobbin currently offers. Nothing is hardcoded; the server is asked. - `pm7-mobbin call --args ''` - Invoke any Mobbin tool by name. The generic escape hatch. ## Optional - [Full catalogue as JSON](https://tools.pm7.dev/index.json): every manifest in one document - [pm7-mobbin manifest](https://tools.pm7.dev/tools/pm7-mobbin.json)