Velo Payments provides a mass payout platform for businesses that need to send large volumes of payments globally. This CLI lets you manage payees, submit payment batches, track payout status, and manage funding accounts.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/velopay # Set up credentials
velopay auth login --client-id YOUR_ID --client-secret YOUR_SECRET
# Verify connection
velopay auth status # List payees
velopay payees list
# Submit a payout batch
velopay payouts submit --file ./payouts.csv
# Check payout status
velopay payouts get PAYOUT_ID For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.