Add Yolfi payments plugin#160
Conversation
Signed-off-by: Yolfi <yolfipay@users.noreply.github.com>
Signed-off-by: Yolfi <yolfipay@users.noreply.github.com>
|
Addressed the Bugbot findings in a96fd75. The skill now matches the hosted OAuth MCP transport, uses the exposed MCP tools instead of local CLI/private REST paths, explicitly requires a user-provided public HTTPS webhook URL and adapter selection, and documents one-time signing-secret handling. |
Signed-off-by: Yolfi <yolfipay@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit 7de41e8. Configure here.
Signed-off-by: Yolfi <yolfipay@users.noreply.github.com>
|
Hi @poteto — gentle review ping when you have a moment. The Yolfi Payments plugin PR now has a passing Bugbot check and no unresolved review threads. Happy to address any further changes. Thanks! |

Summary
Adds a Yolfi plugin that combines:
The plugin helps Cursor add crypto checkout and payment links, configure signed webhooks, and verify payment status without placing API keys in MCP configuration.
Verification
Note
Low Risk
New marketplace plugin and documentation only; no changes to core Cursor runtime or existing plugins.
Overview
Adds the Yolfi Payments plugin to the Cursor marketplace so agents can integrate non-custodial crypto checkout via hosted OAuth MCP (no API keys in MCP config).
The new
yolfi/bundle includesplugin.jsonpointing athttps://app.yolfi.com/mcp, a README, MIT license, and theyolfi-paymentsskill with a step-by-step workflow (OAuth, settlement, paylinks, webhooks withNONE/STRIPE/LEMON_SQUEEZYadapters,X-Yolfi-Signatureverification, andyolfi_payments_status). Marketplacemarketplace.jsonlists the plugin with its description.Reviewed by Cursor Bugbot for commit d78f241. Bugbot is set up for automated code reviews on this repo. Configure here.