MCPVault

mercury_list_accounts

MCP tool from Mercury Invoicing MCP by klodr

, mercurygetaccount

How to use it

mercury_list_accounts 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_accounts 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-mcp
FULL MERCURY INVOICING MCP LISTING

Other tools in Mercury Invoicing MCP (23)

mercury_cancel_invoice
mercury_create_customer

, mercuryupdatecustomer, mercurydeletecustomer

mercury_create_internal_transfer

(between your own Mercury accounts)

mercury_create_invoice

, mercuryupdateinvoice

mercury_create_webhook

, mercuryupdatewebhook, mercurydeletewebhook

mercury_get_invoice_pdf

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.

mercury_get_organization
mercury_get_treasury
mercury_list_cards
mercury_list_categories
mercury_list_credit_accounts

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.

mercury_list_credit_transactions

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.

mercury_list_customers

, mercurygetcustomer

mercury_list_invoice_attachments
mercury_list_invoices

, mercurygetinvoice

mercury_list_recipients

, mercuryaddrecipient, mercuryupdaterecipient

mercury_list_statements
mercury_list_transactions

, mercurygettransaction

mercury_list_treasury_statements
mercury_list_treasury_transactions
mercury_list_webhooks

, mercurygetwebhook

mercury_send_money

, mercuryrequestsendmoney

mercury_update_transaction

(note, category)