Add Yolfi payments plugin#160
Open
yolfipay wants to merge 4 commits into
Open
Conversation
Signed-off-by: Yolfi <yolfipay@users.noreply.github.com>
Signed-off-by: Yolfi <yolfipay@users.noreply.github.com>
Author
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.