MCP Catalogs
Home

mercury-invoicing-mcp

by klodr·20·Score 45

MCP server providing full access to Mercury Banking APIs with advanced invoicing features.

financedeveloper-toolsproductivity
12
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automating recurring invoice creation and management for small businesses
you:Enabling LLM agents to access banking data for financial analysis
you:Creating payment workflows with proper approval controls
you:Does this support Mercury Plus features?
you:How are payment approvals handled?

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 README
  • mercury_list_accounts

    List all Mercury accounts

  • mercury_list_transactions

    List transactions from a Mercury account

  • mercury_create_invoice

    Create a new invoice

  • mercury_list_invoices

    List all invoices

  • mercury_list_customers

    List all customers

  • mercury_send_money

    Send money to a recipient

  • mercury_list_recipients

    List all payment recipients

  • mercury_create_internal_transfer

    Transfer money between your own Mercury accounts

  • mercury_list_webhooks

    List all configured webhooks

  • mercury_create_webhook

    Create a new webhook

  • mercury_update_transaction

    Update a transaction's category or details

  • mercury_get_treasury

    Get treasury account information

Comparable tools

mercury-mcpstripe-mcp

Installation

Installation

npm install -g mercury-invoicing-mcp

Or with npx:

npx mercury-invoicing-mcp

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.