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.
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/
インストール
Vivid MCP をクライアントに追加します。お使いのものを選んでください。
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`.
スコア
39 / 100
情報不足
- ドキュメント25/25
- メンテナンス9/25
- 信頼性16/20
- 機能0/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.0最新 | 2026年2月19日 |