vivid
Open a Vivid Business account directly from your AI chat. Share your company details or upload registration documents - the plugin extracts
Open source Repository Open in the app JSON README (API)
About
Open a Vivid Business account directly from your AI chat. Share your company details or upload registration documents - the plugin extracts the data, pre-fills the onboarding form, and gives you a link to complete verification.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- vivid-money
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 9
- Forks
- 1
- Last push
- 2026-02-24T16:30:29Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
vivid-money/vivid-mcp/vivid
README
<div align="center">
# Vivid MCP
<a href="https://vivid.money" target="_blank" style="border-radius: 5px">
<img src="assets/logo.png" alt="Vivid" width="48" style="border-radius: 5px">
</a>
### Open a business account right from your AI chat
Tell your AI to open a Vivid Business account.<br>
Share your company details, and your account is ready — no tab switching required.
<br>
[](https://claude.ai)
[](https://chatgpt.com)
[](https://cursor.com)
[](https://modelcontextprotocol.io)
<br>
[**How it works**](#how-it-works) · [**Get Started**](#get-started) · [**Features**](#features) · [**Skills**](#skills)
</div>
<br>
---
## <img src="https://github.com/user-attachments/assets/4fcccb85-ef01-4286-a681-71a741f97d57" width="20px"> How it works
<table>
<tr>
<td width="33%" align="center">
**1. Share your company info**
Upload registration documents or describe your business in chat
</td>
<td width="33%" align="center">
**2. AI handles the rest**
Details are extracted and your account is created automatically
</td>
<td width="33%" align="center">
**3. Account ready**
Everything is pre-filled. Verify your identity and start banking
</td>
</tr>
</table>
<br>
```
┌─────────────────────────────────────────────────────────────────────────────┐
│ AI Chat │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ You: 📎 Handelsregisterauszug_GmbH.pdf │
│ I want to open a business account │
│ │
│ AI: I've read your document — Nordstern Consulting GmbH, Berlin. │
│ Setting up your Vivid Business account with pre-filled details... │
│ │
│ ✓ Your account is ready. Complete verification to start banking. │
│ │
└─────────────────────────────────────────────────────────────────────────────┘
```
<div align="center">
<kbd><img src="assets/demo.png" alt="Vivid MCP Demo" width="350"></kbd>
</div>
<br>
---
## 🚀 Get Started
> **MCP Server** `https://api.prime.vivid.money/mcp`
>
> No API key required. Works with any MCP-compatible client.
<br>
<details>
<summary><strong>Claude Connectors</strong></summary>
<br>
1. Go to [claude.ai/settings/connectors](https://claude.ai/settings/connectors)
2. Click **Add custom connector**
3. Paste:
```
https://api.prime.vivid.money/mcp
```
<br>
</details>
<details>
<summary><strong>ChatGPT Apps</strong></summary>
<br>
1. Open **Settings → Apps → Advanced**
2. Click **Create App**
3. Paste:
```
https://api.prime.vivid.money/mcp
```
<br>
</details>
<details>
<summary><strong>Cursor</strong></summary>
<br>
[](https://cursor.com/en-US/install-mcp?name=vivid-mcp&config=eyJ1cmwiOiJodHRwczovL2FwaS5wcmltZS52aXZpZC5tb25leS9tY3AifQ%3D%3D)
<br>
</details>
<details>
<summary><strong>Replit</strong></summary>
<br>
[](https://replit.com/integrations?mcp=eyJkaXNwbGF5TmFtZSI6IlZpdmlkIE1DUCBTZXJ2ZXIiLCJiYXNlVXJsIjoiaHR0cHM6Ly9hcGkucHJpbWUudml2aWQubW9uZXkvbWNwIn0=)
<br>
</details>
<details>
<summary><strong>Any MCP Client</strong></summary>
<br>
Add a remote HTTP MCP server with URL:
```
https://api.prime.vivid.money/mcp
```
| Protocol | Transport | Authentication |
|:---------|:----------|:---------------|
| Model Context Protocol | HTTPS (streamable) | Not required |
<br>
</details>
<br>
---
## Features
| Feature | Status |
|:--------|:------:|
| **Open a business account** | ✅ `Live` |
| Account balances | `Soon` |
| Transaction history | `Soon` |
| Card management | `Soon` |
| Spending insights | `Soon` |
<br>
---
## 🧩 Skills
This repository includes ready-to-use skills compatible with **Claude Code**, **OpenClaw**, and [**AgentSkills**](https://agentskills.io) standard.
```
skills/
└── business-account-opening/
└── SKILL.md
```
> **Claude Code (marketplace)**
> ```
> /plugin marketplace add vivid-money/vivid-mcp
> /plugin install vivid-mcp@vivid-mcp
> ```
>
> **Claude Code (local)** — `claude --plugin-dir ./vivid-mcp`
>
> **OpenClaw** — `cp -r skills/business-account-opening ~/.openclaw/skills/`
<br>
---
<div align="center">
<br>
<a href="https://vivid.money" target="_blank">
<kbd>
<img src="assets/logo.png" alt="Vivid" width="48" style="border-radius: 5px">
</kbd>
</a>
<br>
</div>