pm7-mobbin helpoffline
Show a short usage overview.
Command-line client for the official Mobbin MCP server, for humans and AI agents.
pm7-mobbin helpofflineShow a short usage overview.
pm7-mobbin versionofflinePrint the version.
pm7-mobbin docs [--json]offlinePrint the full command reference, or the machine-readable manifest with --json.
pm7-mobbin docs --jsonEmit the manifest that tools.pm7.dev renders.
pm7-mobbin statusofflineShow login state and configuration without touching the network.
pm7-mobbin status --jsonCheck whether a login exists before doing work.
pm7-mobbin login [--manual]networkAuthorize this machine against Mobbin.
pm7-mobbin login --manualPaste the redirect URL back instead of using a callback listener.
pm7-mobbin logoutofflineRemove the stored credentials.
pm7-mobbin toolsnetworkList the tools Mobbin currently offers. Nothing is hardcoded; the server is asked.
pm7-mobbin tools --jsonDiscover the available tool names and their input schemas.
pm7-mobbin call <tool-name> --args '<json>'networkInvoke any Mobbin tool by name. The generic escape hatch.
pm7-mobbin call <tool-name> --args '{"query":"onboarding"}' --jsonCall a tool reported by the tools command.
| Flag | Meaning | Applies to |
|---|---|---|
--json | Emit machine-readable JSON on stdout. | all commands |
--verbose | Print progress to stderr. | all commands |
-h, --help | Show the usage overview. | all commands |
-V, --version | Print the version. | all commands |
--args '<json>' | Tool input as a JSON object. | call |
--manual | Skip the loopback listener and paste the redirect URL instead. | login |
stdoutstderr--jsonBranch on these rather than on message text.
| Code | Name | Meaning |
|---|---|---|
0 | success | The command completed. |
1 | general | Unclassified internal error. |
2 | usage | Bad command, unknown option, or invalid --args JSON. |
3 | auth_required | Not logged in, or Mobbin rejected the credentials. |
4 | network | The Mobbin MCP server could not be reached. |
5 | tool_error | Mobbin accepted the call but the tool reported an error. |
6 | storage | The credential store could not be read, written or decrypted. |
| Variable | Purpose | Default |
|---|---|---|
PM7_MOBBIN_SERVER_URL | MCP endpoint to talk to. | https://api.mobbin.com/mcp |
PM7_MOBBIN_CREDENTIALS | Path to the encrypted credential file. | none |
PM7_MOBBIN_CALLBACK_PORT | Loopback port used during login. | 7749 |