mercury_list_invoice_attachments
How to use it
mercury_list_invoice_attachments is exposed by the Mercury Invoicing MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the mercury_list_invoice_attachments tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Mercury Invoicing MCP
npx mercury-invoicing-mcpOther tools in Mercury Invoicing MCP (23)
, mercuryupdatecustomer, mercurydeletecustomer
(between your own Mercury accounts)
, mercuryupdateinvoice
, mercuryupdatewebhook, mercurydeletewebhook
returns the download URL of the invoice's PDF via Mercury's documented getinvoicepdf endpoint ({baseUrl}/ar/invoices/{id}/pdf, authenticated, sandbox/proxy-safe). Distinct from mercurylistinvoiceattachments, which only lists manually-uploaded files.
, mercurygetaccount
wraps GET /credit, documented under Credit › List all credit accounts in the Mercury API reference. Returns IO Credit card accounts, which mercurylistaccounts filters out server-side.
wraps GET /account/{id}/transactions (SINGULAR path), the path used for IO Credit transactions including pending card authorisations. Note: distinct from the plural /accounts/{id}/transactions used for deposit accounts.
, mercurygetcustomer
, mercurygetinvoice
, mercuryaddrecipient, mercuryupdaterecipient
, mercurygettransaction
, mercurygetwebhook
, mercuryrequestsendmoney
(note, category)