mcpbeat Sign in

Deposits MCP Server

answering

Deposits is answering right now. Last checked 12 min ago. It exposes 11 tools. Last commit 9 Sep 2026.

Security and retainer deposits per client: hold, apply to an invoice, refund, statement.

Uptime history 5 days of history
5 days agonow
100.0%
Uptime 24h
92 of 92 checks
11
Tools
read from the server
233 ms
Response time
average over 24h
0
Stars
last commit 9 Sep 2026

What changed 11

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 September 2026. No other catalogue keeps this.

10 Sep 2 tool descriptions were rewritten deposit_balance, license_activate
9 Sep 7 tool descriptions were rewritten8 times that day deposit_apply, deposit_delete, deposit_list and 4 more
9 Sep a tool changed the parameters it asks for license_activate
and 1 more, back to 9 September 2026

Nothing serious here today

Today is the operative word: we check Deposits every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add deposits --transport http https://mcp.zovo.one/mcp/deposits
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deposits": {
      "url": "https://mcp.zovo.one/mcp/deposits"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deposits]
url = "https://mcp.zovo.one/mcp/deposits"
.cursor/mcp.json
{
  "mcpServers": {
    "deposits": {
      "url": "https://mcp.zovo.one/mcp/deposits"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deposits": {
      "url": "https://mcp.zovo.one/mcp/deposits"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

deposit
deposit_apply
Apply part of a held deposit to one invoice: it records that amount as a PAYMENT through the invoice server. amount_minor defaults to the lesser of held and owed. More than either, or a pre-arrival date, is refused.
deposit_balance
Answer "how much of theirs am I holding?" for one client or everyone: received, applied to invoices, refunded and still held, one row per currency, never added across them. Reads only; deposit_list shows each deposit.
deposit_delete
Delete a deposit that never moved money, freeing that month's free-tier slot. One with anything applied or refunded is refused, naming it, since a payment or refund would be left with nothing behind it.
deposit_list
List deposits newest first: DEP number, client, kind, date, reference and what was received, applied, refunded and still held, with the same four totalled per currency. Filter by client, status, kind, date.
deposit_record
Record a security or retainer deposit received from a client, in minor units, with its currency, the date it arrived and the bank reference. Returns the DEP-YYYY-NNNN id.
deposit_refund
Give part or all of a held deposit back to the client, with the date and how it was sent. Refuses more than is still held. The invoice server is not touched: a refund is not a payment.
deposit_statement_pdf
Call this tool to render one client's A4 deposit statement and return a download link valid for one hour. Titled DEPOSIT STATEMENT, every movement in date order, closing with what is still held. Pro.
deposit_statement_text
Turn one client's deposits into a plain-text statement to paste into an email: every movement in date order and the closing balance held. Pass currency when they have more than one. Also a .txt download link valid one hour. Free on every tier.
license
license_activate
Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
license_status
Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.
deposits
deposits_report
The deposit book at a date: held per currency, received, applied and refunded, the oldest holdings with days held, and every deposit older than N days with nothing applied. Pro; deposit_balance is free.

Endpoints

URLTransportStateLatencyChecked
https://mcp.zovo.one/mcp/deposits streamable-http answering 775 ms 12 min ago

Alternatives to Deposits

same job, measured the same way
Create Starter
by starter-series

Scaffold Starter Series projects and check release, deployment, security, and agent instructions.

23 installs/wk local only
Solana Security Standard
by copenhagen0x

Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

47 installs/wk local only
Domain Intel
by erikirby

Website intelligence for AI agents: tech stack, hosting, security posture, SEO, and DNS.

10 installs/wk local only
Agent Toolkit
by white-hat-lab

Pay-per-call developer utilities and npm supply-chain security tools for coding agents, over x402.

29 installs/wk local only
MCP SSH Manager
by bvisible

SSH server management for agents, with per-server read-only and allowlist security modes

851 installs/wk local only
Avalara E-Invoicing & Live Reporting
by avalara

Provides access to Avalara E-Invoicing and Live Reporting APIs for document statuses and compliance

answering
FedRAMP 20x Requirements
by kevinrabun

An MCP server that provides access to FedRAMP 20x security requirements and controls.

294 installs/wk local only
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering

Deposits — questions

Answers built from our own checks of this server.

What can Deposits do?
It exposes 11 tools, read directly from the server on our last check. Among them: deposit_apply, deposit_balance, deposit_delete, deposit_list, deposit_record, deposit_refund and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Deposits mostly used for?
Its tools cluster around deposit and license. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Deposits working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 233 ms. The bar chart above shows every period we have measured.
How do I connect Deposits?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Deposits need an API key?
No. Deposits completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Deposits?
It answers our handshake in 233 ms on average, which is faster than 62% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Deposits open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.