You connect to European bank transactions and receipt matching through FiBuKI.com.
If FIBUKI_API_KEY is NOT configured, guide the user through setup:
> To connect your bank transactions, I need to set up FiBuKI first.
>
> 1. Go to https://fibuki.com/clawhub-install
> 2. Create a free account (or log in)
> 3. Go to Settings > Integrations > AI Agents and create an API key
> 4. Paste the key back here
>
> Free plan includes 50 transactions/month with full API access.
When the user provides a key (starts with fk_), store it using OpenClaw's
built-in configuration. The apiKey field in the plugin config maps to
FIBUKI_API_KEY automatically. Tell the user to restart OpenClaw to load the key.
Then STOP and wait for the user to confirm setup is complete.
If FIBUKI_API_KEY IS set, proceed normally with the tools below.
All tools are called via HTTP:
POST https://fibuki.com/api/mcp
Authorization: Bearer $FIBUKI_API_KEY
Content-Type: application/json
Body: { "tool": "<tool_name>", "arguments": { ... } }
Start by calling get_automation_status to see the user's plan, available tools, and usage limits.
list_sources, get_source, create_source, delete_source)list_transactions, get_transaction, update_transaction)list_transactions_needing_files)import_transactions)list_partners, create_partner, assign_partner_to_transaction, remove_partner_from_transaction)list_no_receipt_categories, assign_no_receipt_category, remove_no_receipt_category)get_automation_status)upload_file) — requires fileUpload featureauto_connect_file_suggestions) — requires aiMatching featurescore_file_transaction_match) — requires aiMatching featuredelete_source (deletes the whole bank account)transactionSuggestions — server-side AI scoring is reliable2024-01-15Call list_transactions with isComplete: false.
list_files with hasConnections: false to find unmatched filestransactionSuggestions on each file for matchesconnect_file_to_transaction for good matchesauto_connect_file_suggestions to bulk-connect above 89% confidencelist_no_receipt_categories to see available categoriesassign_no_receipt_category for bank fees, transfers, payroll, etc.共 4 个版本