@ktmcp-cli/velopay
v1.0.1
Published
CLI for Velo Payments API - Mass payout processing
Readme
"Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI."
— Peter Steinberger, Founder of OpenClaw
Watch on YouTube (~2:39:00) | Lex Fridman Podcast #491
Velo Payments CLI
A production-ready command-line interface for the Velo Payments API. Manage mass payout operations including payors, payees, payouts, and payments.
Features
- Payors — Manage entities that initiate payments
- Payees — Manage payment recipients
- Payouts — Batch payment processing (1-2000 payments per batch)
- Payments — Individual payment tracking
- Funding — Account funding and balance management
- JSON output — All commands support
--json
Installation
npm install -g @ktmcp-cli/velopayAuthentication
Configure your API credentials:
velopay config set --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET
velopay config set --environment sandbox # or production
velopay auth loginCommands
Auth
velopay auth login
velopay auth logoutPayors
velopay payors list
velopay payors get <payor-id>Payees
velopay payees list
velopay payees get <payee-id>Payouts
velopay payouts list
velopay payouts get <payout-id>Payments
velopay payments listFunding
velopay funding accountsJSON Output
velopay payees list --json
velopay payouts list --json | jq '.[] | {id: .payoutId, status}'License
MIT — see LICENSE for details.
Part of the KTMCP CLI project.
