# Business Account Opening

> >

- **Type:** Skill
- **Install:** `agentstack add skill-vivid-money-vivid-mcp-business-account-opening`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [vivid-money](https://agentstack.voostack.com/s/vivid-money)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [vivid-money](https://github.com/vivid-money)
- **Source:** https://github.com/vivid-money/vivid-mcp/tree/main/skills/business-account-opening
- **Website:** https://vivid.money

## Install

```sh
agentstack add skill-vivid-money-vivid-mcp-business-account-opening
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Business Account Opening

Open a Vivid Business account using the `vivid-mcp` remote MCP server.

## Integration

- **Server:** `https://api.prime.vivid.money/mcp` (remote, streamable HTTP)
- **Tool:** `build_onboarding_link` — accepts legal entity data, returns an onboarding URL
- **Auth:** none required — the endpoint is publicly accessible
- **Install:** nothing to install — the MCP server is hosted by Vivid; the client connects via the `.mcp.json` config in this repository

## Trigger

User wants to open a business account or start business onboarding.

## Flow

1. Ask for **legal entity type** (GmbH, UG, freelancer, etc.) if not provided.
2. Ask for **country** if not provided. Default: Germany.
3. Call MCP to get required fields and accepted document types.
4. If the user uploads a document, extract the fields **locally in the client** — the document itself is never sent to the MCP server. Summarize what was extracted; do not echo raw document contents.
5. Show the user a summary of all collected data and **ask for explicit confirmation** before proceeding.
6. Call `build_onboarding_link` with the confirmed data. The server returns an onboarding URL.
7. Present the URL to the user.

## Data handling

- **Documents stay local.** Uploaded files are parsed by the AI client. Only structured fields (company name, address, etc.) are sent to the MCP server.
- **No PII stored by the skill.** The skill does not persist any data. The MCP server creates an onboarding session;
- **No credentials in chat.** Never ask for or accept passwords, API keys, or bank account numbers.

## Rules

- Always confirm collected data with the user before calling `build_onboarding_link`.
- Never call the tool autonomously — require explicit user approval.
- Treat uploaded documents as sensitive — summarize only, don't echo contents.
- On error: ask for missing fields or suggest a different document.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [vivid-money](https://github.com/vivid-money)
- **Source:** [vivid-money/vivid-mcp](https://github.com/vivid-money/vivid-mcp)
- **License:** MIT
- **Homepage:** https://vivid.money

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-vivid-money-vivid-mcp-business-account-opening
- Seller: https://agentstack.voostack.com/s/vivid-money
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
