mercury-invoicing-mcp
by klodr·★ 20·Score 45
MCP server providing full access to Mercury Banking APIs with advanced invoicing features.
Overview
mercury-invoicing-mcp is a comprehensive Model Context Protocol server that exposes Mercury Banking APIs to AI assistants. It provides extensive functionality beyond the official Mercury MCP, including full Invoicing API support, customer management, webhooks, and internal transfers. The server offers 36 tools across banking operations, accounts receivable, and treasury management with built-in safeguards like rate limiting and audit logging.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP when you need full Mercury banking access including invoicing automation and internal transfers between your own accounts.
When NOT to choose this
Don't choose this if you only need basic banking read access (official Mercury MCP suffices) or if you require functionality not yet implemented (PDF downloads, attachment uploads).
Tools this server exposes
12 tools extracted from the READMEmercury_list_accountsList all Mercury accounts
mercury_list_transactionsList transactions from a Mercury account
mercury_create_invoiceCreate a new invoice
mercury_list_invoicesList all invoices
mercury_list_customersList all customers
mercury_send_moneySend money to a recipient
mercury_list_recipientsList all payment recipients
mercury_create_internal_transferTransfer money between your own Mercury accounts
mercury_list_webhooksList all configured webhooks
mercury_create_webhookCreate a new webhook
mercury_update_transactionUpdate a transaction's category or details
mercury_get_treasuryGet treasury account information
Comparable tools
Installation
Installation
npm install -g mercury-invoicing-mcpOr with npx:
npx mercury-invoicing-mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mercury-invoicing": {
"command": "npx",
"args": ["-y", "mercury-invoicing-mcp"],
"env": {
"MERCURY_API_KEY": "secret-token:mercury_production_xxxxxxxxxxxxxxxx"
}
}
}
}FAQ
- Does this support Mercury Plus features?
- Yes, this MCP exposes Mercury's Invoicing API and Customer (AR) features which require the Mercury Plus plan.
- How are payment approvals handled?
- The MCP creates payment requests, but execution depends on your Mercury workspace approval policy. Outbound payments may require human approval regardless of MCP configuration.
Compare mercury-invoicing-mcp with
Last updated · Auto-generated from public README + GitHub signals.