brightyBanking interface for AI bots and automation. Get a bank account, issue a Mastercard, buy and sell crypto, send payments and invoices β all via API. Use when the user needs a bank account for a bot, wants to manage balances, make transfers, handle payouts, or operate cards.
Install via ClawdBot CLI:
clawdbot install Maay/brightyGive your bot a bank account. MCP server for Brighty banking API via mcporter β open accounts, issue Mastercard cards, buy and sell crypto, send SEPA/SWIFT payments. Works for both business and freelance accounts.
Register at Brighty Business Portal. Both business and freelance accounts are supported β freelance accounts are particularly well-suited for bots and automation. The owner walks through the onboarding steps.
What you get by default:
Need to pay third parties (invoices, salaries, etc.)?
Contact support to enable a full fiat account with outgoing payments:
The bank will set it up within a few days.
Go to Account > Business and click Create API Token. Only the business owner can do this.
This skill includes config/mcporter.json which auto-registers the brighty MCP server. You just need to set the API key:
# Add to your environment (e.g. ~/.openclaw/.env)
BRIGHTY_API_KEY=your-api-key
Or configure manually:
mcporter config add brighty --command "npx -y github:Maay/brighty_mcp" --env BRIGHTY_API_KEY=your-api-key
Check connection: mcporter call brighty.brighty_status
Security:
config/mcporter.json (local, not pushed to git)All actions performed through this skill are executed on behalf of the business owner. By using this skill, the owner confirms they authorize these operations.
All tools called via mcporter call brighty..
brighty_list_accounts β list all accounts (optional: type=CURRENT|SAVING, holderId=UUID)brighty_get_account id=UUID β account detailsbrighty_create_account name=X type=CURRENT|SAVING currency=EURbrighty_terminate_account id=UUID β close account (must be zero balance)brighty_get_account_addresses id=UUID β routing/crypto deposit addressesbrighty_list_cards β all business cardsbrighty_get_card id=UUIDbrighty_order_card customerId=UUID cardName=X sourceAccountId=UUID cardDesignId=UUIDbrighty_freeze_card id=UUID / brighty_unfreeze_card id=UUIDbrighty_set_card_limits id=UUID currency=EUR dailyLimit=1000 monthlyLimit=5000brighty_list_card_designs / brighty_get_virtual_card_productbrighty_transfer_own sourceAccountId=UUID targetAccountId=UUID amount=100 currency=EURbrighty_transfer_intent β preview exchange rate/fees before transfer (same params + side=SELL|BUY, sourceCurrency, targetCurrency)brighty_list_payouts / brighty_get_payout id=UUIDbrighty_create_payout name=X β create batchbrighty_create_internal_transfer β add Brighty-to-Brighty transfer to payout (by recipientAccountId or recipientTag)brighty_create_external_transfer β add fiat (IBAN) or crypto transfer to payoutbrighty_start_payout id=UUID β execute all transfers in batchbrighty_list_membersbrighty_add_members emails=a@b.com,c@d.com role=ADMIN|MEMBERbrighty_remove_members memberIds=UUID1,UUID2brighty_list_accounts β find source accountbrighty_create_payout name="Invoice payment"brighty_create_external_transfer with extracted detailsbrighty_start_payoutbrighty_create_payout name="Salaries Feb 2026"brighty_create_external_transfer or brighty_create_internal_transferbrighty_start_payoutbrighty_start_payout)AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Query Copilot Money personal finance data (accounts, transactions, net worth, holdings, asset allocation) and refresh bank connections. Use when the user asks about finances, account balances, recent transactions, net worth, investment allocation, or wants to sync/refresh bank data.
Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
QuickBooks API integration with managed OAuth. Manage customers, invoices, payments, bills, and run financial reports. Use this skill when users want to interact with QuickBooks accounting data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Advanced financial calculator with future value tables, present value, discount calculations, markup pricing, and compound interest. Use when calculating investment growth, pricing strategies, loan values, discounts, or comparing financial scenarios across different rates and time periods. Includes both CLI and interactive web UI.
Track expenses via natural language, get spending summaries, set budgets
Query and manage personal finances via the official Actual Budget Node.js API. Use for budget queries, transaction imports/exports, account management, categorization, rules, schedules, and bank sync with self-hosted Actual Budget instances.