Security and retainer deposits per client: hold, apply to an invoice, refund, statement.
claude mcp add deposits --transport http https://mcp.zovo.one/mcp/deposits
~/.cursor/mcp.json
{
"mcpServers": {
"deposits": {
"url": "https://mcp.zovo.one/mcp/deposits"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"deposits": {
"serverUrl": "https://mcp.zovo.one/mcp/deposits"
}
}
}
.vscode/mcp.json
{
"servers": {
"deposits": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/deposits"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"deposits": {
"url": "https://mcp.zovo.one/mcp/deposits"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"deposits": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/deposits"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zovo.one/mcp/deposits |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theluckystrike--deposits/reviews or the review_server meta-tool.
POST /mcp