FraudLabs Pro is a fraud prevention service that validates orders to detect fraudulent transactions. This CLI lets you validate orders, manage blacklists, query fraud scores, and review transaction history from the terminal.
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/fraudlabs # Set up API key
fraudlabs auth login --api-key YOUR_API_KEY
# Verify connection
fraudlabs auth status # Validate an order for fraud
fraudlabs orders validate \
--ip 1.2.3.4 \
--email user@example.com \
--amount 299.99 \
--currency USD
# Review transaction result
fraudlabs orders get TRANSACTION_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.