- Home
- MCP servers
- Vivid
Vivid
- other
2
GitHub Stars
other
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can connect to Vivid's MCP endpoint to open and manage a Vivid Business account via any MCP-compatible client. This MCP server provides a standard, remote interface you can use to access account creation and related features directly from your automation or chat-enabled workflows.
How to use
Use any MCP-compatible client to connect to the Vivid MCP endpoint and perform account-related actions. The primary operation exposed is opening a Vivid Business account by sending the required company details to the MCP server. You can also monitor future capabilities such as account balances and transaction history once they become available through the same MCP interface.
How to install
Prerequisites: you need an MCP-compatible client. No API key is required for this endpoint.
- Choose an MCP client (any that supports standard MCP HTTP endpoints). 2) Configure the client to point at the Vivid MCP URL provided. 3) Use the client to send a request to open a business account with your company details.
If you want a concrete configuration example, you can include the following MCP server entry in your client configuration to connect to the remote endpoint.
[
{
"type": "http",
"name": "vivid_mcp",
"url": "https://api.prime.vivid.money/mcp",
"args": []
}
]
Additional notes
Security and access: the endpoint does not require an API key for access. Treat the URL as you would any other remote MCP service and configure your client with appropriate network access controls. If you intend to scale usage, consider auditing requests and setting up monitoring on your MCP client to observe calls to the Vivid MCP endpoint.
Future capabilities announced for this MCP include account balances, transaction history, card management, and spending insights. As those endpoints become available, you can extend your client configuration to include those actions using the same MCP approach.
Tooling and capabilities
This MCP server exposes the following core tools to manage accounts and related data.
Tools
-
Open account
-
Get balances
-
Get transactions
Example usage patterns
Open a business account by sending your company information to the MCP endpoint through your client. The server will respond with the status and pre-filled details that you may verify before completing verification.
Available tools
open_account
Opens a Vivid Business account by sending the required company details to the MCP server and handles pre-filled details and verification.
get_balances
Queries current account balances once the corresponding MCP endpoint is available.
get_transactions
Fetches transaction history once the MCP endpoint is available.