Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add config/mcporter.json for automatic MCP server registration
What This Skill Does
Connects AI agents and bots to the Brighty banking API via MCP. Supports account management, virtual Mastercard issuance, crypto trading, and SEPA/SWIFT payments for both business and freelance accounts.
Gives bots direct programmatic access to real banking operations without manual UI interaction or third-party payment middleware.
When to use it
- Paying vendor invoices parsed from uploaded PDFs
- Running monthly salary payouts to a remote team's IBANs
- Issuing virtual Mastercards for bot-controlled expenses
- Converting crypto balances to EUR for business operations
- Checking account balances and transaction history from an agent
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Pay this invoice — uploads PDF with recipient name, IBAN, BIC, amount EUR 1200, reference INV-2026-04
- 1Extract recipient name, IBAN, BIC, amount, currency, and reference from the invoice
- 2Call brighty_list_accounts to identify the correct source account
- 3Call brighty_create_payout with name 'Invoice payment'
- 4Call brighty_create_external_transfer with the extracted details and source account
- 5Present full payment summary to user and request confirmation before calling brighty_start_payout
Payout executed: EUR 1200 sent to recipient via SEPA with reference INV-2026-04
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.