"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
⚠️ Unofficial CLI - Not officially sponsored or affiliated with PayPI EmailVerify.
Production-ready CLI for PayPI EmailVerify - simple email verification and one-time password (OTP) delivery service.
- Email Verification — Verify email addresses with OTP codes
- OTP Delivery — Send one-time passwords via email
- Validation — Confirm email ownership
- Developer-friendly — Simple API for email verification flows
- JSON output — All commands support --json for scripting
npm install -g @ktmcp-cli/paypi# Configure API key
paypi config set --api-key YOUR_API_KEY
# Show configuration
paypi config show
# Get info
paypi info
# List resources
paypi list
# Get a specific resource
paypi get <id>paypi config set --api-key <key>
paypi config set --base-url <url>
paypi config showpaypi info
paypi info --jsonpaypi list
paypi list --json
paypi get <id>
paypi get <id> --jsonAll commands support --json for structured output:
paypi list --json | jq '.'
paypi info --json | jq '.version'No server to run. No protocol overhead. Just install and go.
- Simpler — Just a binary you call directly
- Composable — Pipe to
jq,grep,awk - Scriptable — Works in cron jobs, CI/CD, shell scripts
MIT — Part of the Kill The MCP project.