Lu71 safeguards agentic payments end to end. Your AI agent captures purchase intent before buying, then files chargebacks automatically when merchants fail to deliver. No manual intervention. No phone calls. No forms.
For card payments (Visa, Mastercard, Stripe Issuing, Lithic), Lu71 files formal disputes with the card network and tracks resolution in real time via webhooks. For crypto payments (Ethereum, Solana, Bitcoin, XRP, BSC, Polygon, Arbitrum, Optimism, Avalanche, Base), Lu71 verifies recipient addresses against sanctions lists, scam databases, and on chain fraud signals before funds leave.
One MCP install gives your agent six tools: capture intent, file disputes, check status, list history, update evidence, and verify crypto addresses. Works with Claude, Cursor, Codex, ChatGPT, Kiro, VS Code, Windsurf, Gemini, and 7 more clients.
Pay nothing to file. Pay nothing if you lose. 5% only when we recover your money.
Tools:
- lu71.intent.capture: Record what your agent plans to buy (signed, tamper proof)
- lu71.dispute.file: File a chargeback when things go wrong
- lu71.dispute.check: Check dispute status and settlement breakdown
- lu71.dispute.list: List all disputes with amounts and dates
- lu71.dispute.update: Add evidence or communication to a dispute
- lu71.payment.verify: Check a crypto address for scams before sending
Install: npx lu71-install --key=YOUR_KEY Remote HTTP: https://api.getlu71.com/mcp Website: https://getlu71.com Docs: https://getlu71.com/docs npm: https://www.npmjs.com/package/@lu71/mcp
Server Config
{
"mcpServers": {
"lu71": {
"command": "npx",
"args": [
"-y",
"-p",
"@lu71/mcp",
"lu71-mcp",
"--key=YOUR_LU71_API_KEY"
]
}
}
}