Skip to content

Getting Started

No installation needed. Just run:

Terminal window
npx @mcptoolshop/xrpl-lab start

That’s it. No Python, no pip, no virtual environments.

  1. Downloads a platform-specific binary (~25 MB) from GitHub Releases
  2. Verifies SHA256 checksum
  3. Caches locally (~/.cache/mcptoolshop/xrpl-lab/)
  4. Launches the guided module selector

Subsequent runs launch instantly from cache.

For learning the workflow without touching testnet — and required for AMM modules until testnet enables the AMM amendment:

Terminal window
npx @mcptoolshop/xrpl-lab start --dry-run

Fully offline with simulated transactions.

Terminal window
# List all available modules
npx @mcptoolshop/xrpl-lab list
# Run a module by name
npx @mcptoolshop/xrpl-lab run receipt-literacy
Terminal window
npx @mcptoolshop/xrpl-lab status

If you prefer Python:

Terminal window
pipx install xrpl-lab
xrpl-lab start

If something goes wrong, diagnose your environment:

Terminal window
npx @mcptoolshop/xrpl-lab doctor

Generate an issue-ready markdown report for bug reports:

Terminal window
npx @mcptoolshop/xrpl-lab feedback

Force a fresh binary download if the cache is corrupt:

Terminal window
npx @mcptoolshop/xrpl-lab --clear-cache
  • Linux x64
  • macOS ARM64 (Apple Silicon)
  • Windows x64