{"name":"io.github.theluckystrike/credit-memo","slug":"theluckystrike-credit-memo","title":null,"description":"Issue a credit memo against an invoice or standalone, with per-line tax and totals.","url":"https://mcp.market/server/theluckystrike-credit-memo","grade":"C","score":64,"certified":false,"status":"active","category":"finance","tags":["finance"],"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/theluckystrike/mcp-servers","website":"https://mcp.zovo.one/s/credit-note","version":"0.22.0","remotes":[{"type":"streamable-http","url":"https://mcp.zovo.one/mcp/credit-note","headers":[{"description":"Bearer <Pro license key or anonymous token from GET https://mcp.zovo.one/mcp/token>","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"mcpb","identifier":"https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/credit-note.mcpb","version":"0.22.0","fileSha256":"704533ead263351be86143362cfe11e8bf38070b5da4202e9b8093c6642f536b","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional Pro license key (MCPL1....). Verified offline.","isSecret":true,"name":"MCP_LICENSE_KEY"}]}],"tools":[{"name":"credit_note_create","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"recipient":{"type":"string","maxLength":200,"description":"Who the credit is for, e.g. Acme GmbH"},"reason":{"type":"string","enum":["returned_goods","overcharge","discount_correction","service_issue","other"],"description":"Why the credit is issued: returned_goods, overcharge, discount_correction, service_issue or other"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"ISO code the credit is in"},"lines":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string","maxLength":500,"description":"What is being credited, e.g. Returned: 3 x USB-C cable"},"quantity":{"type":"number","exclusiveMinimum":0,"maximum":1000000,"description":"How many, e.g. 3 or 2.5 hours"},"unit_price_minor":{"type":"integer","minimum":0,"maximum":100000000000000,"description":"Unit price in whole minor units (integer cents). 10420 is EUR 104.20"},"tax_rate":{"type":"number","minimum":0,"maximum":100,"description":"Tax rate in percent, e.g. 23 for 23%. Default 0"}},"required":["description","quantity","unit_price_minor"],"additionalProperties":false},"minItems":1,"maxItems":100,"description":"What is being credited, line by line"},"invoice_ref":{"type":"string","maxLength":200,"description":"The invoice this credits, e.g. INV-2026-0042. Omit for a standalone credit"},"reason_detail":{"type":"string","maxLength":200,"description":"One line of specifics, e.g. Client was billed 10 seats, used 7"},"issue_date":{"type":"string","maxLength":10,"description":"The date the credit is issued, YYYY-MM-DD. Default today; a future date is refused"},"notes":{"type":"string","maxLength":2000,"description":"Text printed at the foot of the document, e.g. how the credit will be settled"},"duplicate_ok":{"type":"boolean","description":"Create it even though an identical draft or note exists, for a genuinely repeated credit. Default false"}},"required":["recipient","reason","currency","lines"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_delete","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","maxLength":200,"description":"The draft id, e.g. CN-DRAFT-2026-0001"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_finalize","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","maxLength":200,"description":"The draft id, e.g. CN-DRAFT-2026-0001"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_get","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","maxLength":200,"description":"The credit note number CN-2026-0001 or draft id CN-DRAFT-2026-0001"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_list","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"recipient":{"type":"string","maxLength":200,"description":"Match the recipient, case-insensitive, a part of the name is enough"},"reason":{"type":"string","enum":["returned_goods","overcharge","discount_correction","service_issue","other"],"description":"Only notes with this reason"},"status":{"type":"string","enum":["draft","final"],"description":"Only drafts or only finalized notes"},"from":{"type":"string","maxLength":10,"description":"First issue date to include, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last issue date to include, YYYY-MM-DD"},"limit":{"type":"integer","minimum":1,"maximum":2000,"description":"Maximum notes listed, default and ceiling 2000"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_render","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","maxLength":200,"description":"The credit note number CN-2026-0001 or draft id CN-DRAFT-2026-0001"},"format":{"type":"string","enum":["markdown","html"],"description":"markdown (default) or html, a self-contained printable page"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_summary","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First issue date to include, YYYY-MM-DD. Default: the beginning"},"to":{"type":"string","maxLength":10,"description":"Last issue date to include, YYYY-MM-DD. Default: today"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"credit_note_update","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","maxLength":200,"description":"The draft id, e.g. CN-DRAFT-2026-0001"},"recipient":{"type":"string","maxLength":200},"reason":{"type":"string","enum":["returned_goods","overcharge","discount_correction","service_issue","other"]},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"ISO code. Changing it reprices nothing: the stored minor units carry over, so only change it to fix a wrong currency"},"lines":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string","maxLength":500,"description":"What is being credited, e.g. Returned: 3 x USB-C cable"},"quantity":{"type":"number","exclusiveMinimum":0,"maximum":1000000,"description":"How many, e.g. 3 or 2.5 hours"},"unit_price_minor":{"type":"integer","minimum":0,"maximum":100000000000000,"description":"Unit price in whole minor units (integer cents). 10420 is EUR 104.20"},"tax_rate":{"type":"number","minimum":0,"maximum":100,"description":"Tax rate in percent, e.g. 23 for 23%. Default 0"}},"required":["description","quantity","unit_price_minor"],"additionalProperties":false},"minItems":1,"maxItems":100,"description":"The full new line set, replacing every existing line"},"invoice_ref":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"description":"New invoice reference, or null to detach the note from its invoice"},"reason_detail":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}]},"issue_date":{"type":"string","maxLength":10},"notes":{"anyOf":[{"type":"string","maxLength":2000},{"type":"null"}],"description":"New notes text, or null to remove the notes"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_activate","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","description":"License key from checkout, MCPL1.<payload>.<signature>"}},"required":["key"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_status","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-17T16:32:04.695Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-17T16:32:04.605Z","components":{"code":{"score":-1,"max":25,"notes":["package could not be scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 272ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: github 401"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.zovo.one/mcp/credit-note","reachable":true,"authRequired":false,"latencyMs":272,"serverInfo":{"name":"mcp-credit-note","version":"0.22.0"}}],"packages":[],"repo":{"found":false,"owner":"theluckystrike","repo":"mcp-servers","error":"github 401"}}}},"grade_history":[]}