mcpbeat Sign in

Credit Memo MCP Server

answering

Credit Memo is answering right now. Last checked 14 min ago. It exposes 10 tools. Last commit 18 Sep 2026.

Issue a credit memo against an invoice or standalone, with per-line tax and totals.

Uptime history 21 hours of history
21 hours agonow
100.0%
Uptime 24h
78 of 78 checks
10
Tools
read from the server
201 ms
Response time
average over 24h
0
Stars
last commit 18 Sep 2026

Nothing serious here today

Today is the operative word: we check Credit Memo 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 14 min ago.

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

Available tools 10

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

credit
credit_note_create
Issue a credit note against an invoice, or standalone: the recipient, the reason (returned goods, overcharge, discount correction, service issue, other), line items with quantity, unit price and tax rate, and the currency. Returns a draft you can still revise; credit_note_finalize burns the final CN number.
credit_note_delete
Delete a draft credit note entered wrongly, by its draft id. A finalized note is refused by name: it is a document the client may have seen, and deleting it would leave their copy pointing at nothing.
credit_note_finalize
Finalize a draft: burn the final CN-YYYY-NNNN number and freeze the note. From here it cannot be edited or deleted, only rendered and listed, because it is now the document the client sees. Free tier: 10 finalized credit notes; Pro removes the limit.
credit_note_get
Return one credit note by its CN number or draft id: every line with quantity, unit price and tax, the totals per tax rate, the reason, the invoice it credits, and the notes. Reads only; use credit_note_list for the ids.
credit_note_list
List credit notes: number or draft id, recipient, reason, status, issue date and total. Filter by recipient (a part of the name is enough), by reason, by status draft or final, and by issue-date period with from and to.
credit_note_render
Turn a credit note into the document: Markdown to paste into an email or ticket, or a self-contained printable HTML page with every style inline. Drafts render with a DRAFT banner so a half-finished credit cannot be sent by mistake. Writes nothing. Free; the free tier stamps a one-line footer.
credit_note_summary
How much you have credited: totals per currency over finalized credit notes, broken down by reason and by month, in an optional issue-date period. Drafts count for nothing until they are finalized. Currencies are never added together.
credit_note_update
Change a draft credit note while it is still a draft: recipient, reason, lines, currency, invoice reference, issue date or notes. Pass only what changes; new lines replace all old ones. A finalized note is immutable and is refused by name.
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.zovo.one/mcp/credit-note streamable-http answering 107 ms 14 min ago

Alternatives to Credit Memo

same job, measured the same way
Billing Docs
by theluckystrike

Credit notes against your invoices and purchase orders to suppliers, with VAT and A4 PDFs.

local only
Billing Docs Credit Notes Purchase Orders
by theluckystrike

Credit notes against your invoices and purchase orders to suppliers, with VAT and A4 PDFs.

16 tools answering
Deposit
by theluckystrike

Take a client deposit, hold it, set it against an invoice or give it back.

local only
Credit Note
by theluckystrike

Credit notes on your invoices: the whole invoice, an amount or named lines, VAT reused.

local only
Bperezpereira
by bperezpereira

Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.

answering
Invoice Vat PDF Numbered
by bestremotetools

Numbered invoices with VAT lines rendered to a real PDF. Numbers are sequential and never reused.

local only
Moltline Merchant Maths
by moltlinestudio

Processor fees, charge-to-net, invoice totals and proration. 3 of 6 tools free.

6 tools answering
DealerSlip
by dealerslip

Draft UK vehicle sales invoices from supplied deal facts, with totals and a private review link.

1 tools answering

Credit Memo — questions

Answers built from our own checks of this server.

What can Credit Memo do?
It exposes 10 tools, read directly from the server on our last check. Among them: credit_note_create, credit_note_delete, credit_note_finalize, credit_note_get, credit_note_list, credit_note_render and 4 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 Credit Memo mostly used for?
Its tools cluster around credit 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 Credit Memo working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 78 of 78 checks got a reply (100.0%), average response time 201 ms. The bar chart above shows every period we have measured.
How do I connect Credit Memo?
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 Credit Memo need an API key?
No. Credit Memo completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Credit Memo?
It answers our handshake in 201 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Credit Memo 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.