claude mcp add.
The plugin works in Claude Code and Cowork. In other clients (Claude,
ChatGPT, Codex), use the MCP server directly — it is
the same server.
What is inside
Skills load on their own when the conversation calls for them — you do not need
to name them, though
/chargefy:setup and the others also work as commands.
Integration reviewer
The plugin ships a subagent,integration-reviewer, that reviews integration
code looking for what usually passes human review and fails in production:
- a webhook processed without verifying the signature, or with the body already reserialized by a parser;
- a charge created without an
Idempotency-Key, or with a fresh key on every retry; - a secret key in code that reaches the browser;
- the buyer’s redirect treated as payment confirmation;
- a retry on
502 payment_result_unconfirmed, which charges twice.
@chargefy:integration-reviewer. It only reads and reports — it
never writes or edits a file.
Secret-key protection
The plugin installs an automatic warning: when a production secret key (ch_live_...) is written to a file tracked by Git, the assistant is told
immediately and fixes it.
A file ignored by Git — your local .env — does not trigger the warning,
because that is exactly where the key belongs. The key is never printed in full.
Connecting to MCP
The plugin ships withhttps://mcp.chargefy.io already configured. After
installing, open /mcp, select chargefy and choose Authenticate to
authorize an organization and set test and/or live.
If you had already added the server manually, Claude Code recognizes it is the
same address and does not duplicate the tools.
The skills work without authorizing MCP; what depends on it is reading data from
your account.
Keeping it current
1
Update the marketplace
claude plugin marketplace update chargefy fetches the latest published
version.2
Update the plugin
claude plugin update chargefy applies the new version.3
Remove it whenever you want
claude plugin uninstall chargefy uninstalls it. The authorized MCP
connector stays valid until you revoke it under Developers →
Connections.Open source
The plugin is MIT and lives at chargefy-io/claude-plugin. Its content is generated from the code running in production, so fixes go in at the source: open an issue in the repository or talk to support.Keep going
Chargefy MCP
Connect other assistants to the same server.
Access and permissions
Organization, environments, read, write and revocation.
Tools and operations
What the assistant can execute on each connection.
Sandbox
Deterministic test cards and scenarios.

