streamable-httpMITupdated 6mo ago
Tell your AI to open a Vivid Business account. Share your company details, and your account is ready โ no tab switching required.
What can you do with Vivid MCP?
Vivid MCP
Open a business account right from your AI chat
Tell your AI to open a Vivid Business account. Share your company details, and your account is ready โ no tab switching required.
How it works ย ยทย Get Started ย ยทย Features ย ยทย Skills
How it works
1. Share your company info
Upload registration documents or describe your business in chat
2. AI handles the rest
Details are extracted and your account is created automatically
3. Account ready
Everything is pre-filled. Verify your identity and start banking
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ 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. โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Get Started
MCP Server ย ย
https://api.prime.vivid.money/mcpNo API key required. Works with any MCP-compatible client.
- Go to claude.ai/settings/connectors
- Click Add custom connector
- Paste:
https://api.prime.vivid.money/mcp
- Open Settings โ Apps โ Advanced
- Click Create App
- Paste:
https://api.prime.vivid.money/mcp
Add a remote HTTP MCP server with URL:
https://api.prime.vivid.money/mcp
| Protocol | Transport | Authentication |
|---|---|---|
| Model Context Protocol | HTTPS (streamable) | Not required |
Features
| Feature | Status |
|---|---|
| Open a business account | โ
Live |
| Account balances | Soon |
| Transaction history | Soon |
| Card management | Soon |
| Spending insights | Soon |
๐งฉ Skills
This repository includes ready-to-use skills compatible with Claude Code, OpenClaw, and AgentSkills standard.
skills/
โโโ business-account-opening/
โโโ SKILL.md
Claude Code (marketplace)
/plugin marketplace add vivid-money/vivid-mcp /plugin install vivid-mcp@vivid-mcpClaude Code (local) โ
claude --plugin-dir ./vivid-mcpOpenClaw โ
cp -r skills/business-account-opening ~/.openclaw/skills/
Install
Add Vivid MCP to your client. Pick the one you use.
claude mcp add --transport http vivid-mcp https://api.prime.vivid.money/mcpcodex mcp add vivid-mcp --url https://api.prime.vivid.money/mcp{
"mcpServers": {
"vivid-mcp": {
"url": "https://api.prime.vivid.money/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vivid-mcp": {
"type": "http",
"url": "https://api.prime.vivid.money/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vivid-mcp": {
"url": "https://api.prime.vivid.money/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vivid-mcp": {
"serverUrl": "https://api.prime.vivid.money/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance9/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 188 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Feb 19, 2026 |