Skip to content

ktmcp-cli/paypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

"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

PayPI EmailVerify CLI

⚠️ 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.

Features

  • 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

Installation

npm install -g @ktmcp-cli/paypi

Quick Start

# 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>

Commands

Config

paypi config set --api-key <key>
paypi config set --base-url <url>
paypi config show

Info

paypi info
paypi info --json

Resources

paypi list
paypi list --json
paypi get <id>
paypi get <id> --json

JSON Output

All commands support --json for structured output:

paypi list --json | jq '.'
paypi info --json | jq '.version'

Why CLI > MCP?

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

License

MIT — Part of the Kill The MCP project.

About

Production-ready CLI for paypi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •