list_customers
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 or search the account's customers (invoice recipients). Pass `search` for a case-insensitive name match, or `email` for an exact email lookup — always search before creating a customer to avoid duplicates. Response: { customers[] { id, name, email, phone, vatId, leitwegId, buyerReference, street, city, postalCode, country, language, preferredInvoiceFormat, notes }, count }. An empty customers[] is a valid result, not an error. Errors: { error: { code: 'bad_input', field, message } }.
revuo:monego
Stripe Atlas
This tool will fetch a list of Customers from Stripe. It takes two arguments: - limit (int, optional): The number of customers to return. - email (str, optional): A case-sensitive filter on the list based on the customer's email field.
stripe