@lu71/mcp
v0.9.0
Published
Lu71 — Agent purchase protection MCP server
Readme
@lu71/mcp
Purchase protection for AI agents. One line to add.
Setup
Claude Desktop
Settings → Developer → MCP Servers → Add:
{
"lu71": {
"command": "npx",
"args": ["@lu71/mcp", "--key=lu71_live_YOUR_KEY"]
}
}Cursor
.cursor/mcp.json:
{
"lu71": {
"command": "npx",
"args": ["@lu71/mcp", "--key=lu71_live_YOUR_KEY"]
}
}Kiro
kiro.mcp.json:
{
"lu71": {
"command": "npx",
"args": ["@lu71/mcp", "--key=lu71_live_YOUR_KEY"]
}
}Codex / OpenAI
export LU71_API_KEY=lu71_live_YOUR_KEY
npx @lu71/mcpGemini / Google ADK
tools:
- mcp:
command: npx @lu71/mcp --key=lu71_live_YOUR_KEYWindsurf / Any MCP Client
{
"command": "npx",
"args": ["@lu71/mcp", "--key=lu71_live_YOUR_KEY"]
}Tools your agent gets
| Tool | When to use |
|------|------------|
| lu71_capture_intent | Before EVERY purchase |
| lu71_file_dispute | When purchase goes wrong |
| lu71_check_dispute | Check if you won |
| lu71_list_disputes | See all disputes |
Get your key
- Go to getlu71.com
- Sign up (free)
- Copy your API key
- Paste in config above
That's it. Your agent now has purchase protection.
