name: business-account-opening description: Open a Vivid Business account — extract company data from documents or chat, then generate an onboarding link. version: 0.1.0
metadata: openclaw: emoji: "🏦" homepage: "https://github.com/vivid-money/vivid-mcp" requires: env: [] bins: [] config: []
Business Account Opening
Help the user open a Vivid Business account using vivid-mcp.
Trigger
User wants to open a business account or start business onboarding.
Flow
- Ask for legal entity type (GmbH, UG, freelancer, etc.) if not provided.
- Ask for country if not provided. Default: Germany.
- Call MCP to get required fields and accepted document types.
- Offer two paths:
- Upload documents — extract and prefill automatically
- Manual entry — collect fields in chat
- Call
build_onboarding_linkwith confirmed data. Return the URL.
Rules
- Fetch requirements from MCP first. Never hardcode.
- Treat uploaded documents as sensitive — summarize only, don't echo contents.
- Never ask for passwords or API keys.
- On error: ask for missing fields or suggest a different document.