list_invoices
2 different MCP tools share this name. They are not interchangeable — each provider's tool has its own behaviour, parameters, and output. Pick the one whose product matches your need.
Remote (2)
Network-hosted MCP servers — no local install needed.
Monego
List invoices, newest first, optionally filtered by status and/or customer. Use get_invoice for line items and draft readiness. Response: { invoices[] { id, invoiceNumber, documentType ('invoice'|'creditNote'), status, customerId, invoiceDate, dueDate, currency, grossTotal, format, sentAt, paidAt }, page, pageSize, count }. An empty invoices[] is a valid result. Errors: { error: { code: 'bad_input', ... } }.
revuo:monego
Stripe Atlas
This tool will fetch a list of Invoices from Stripe. It takes two arguments: - customer (str, optional): The ID of the customer to list invoices for. - limit (int, optional): The number of invoices to return.
stripe